Need to pause AWS service but continue to get small charges

0

I used AWS briefly and may use it again. However, for now I want to get rid of all my AWS services and not be charged until I need it again. I have deleted/removed every EC2 machine that i had. Every month I get charged about $0.40 and the description is just "EC2-other". I have no idea what else to remove. How can I stop these charges? I would prefer not to delete my account.

posta un anno fa272 visualizzazioni
1 Risposta
0

It is likely when you launched your EC2 instance, you also launched our block storage called Amazon Elastic Block Store (Amazon EBS). At AWS, we decouple your storage and compute. When you deleted your EC2 instance, your EBS volume would separate from the compute environment and persist independently until attached to another compute instance. This would explain your charges from "EC2-Other". I would search for that in your AWS Console and see if you have that volume that may be incurring small charges.

Alternatively, to ensure all your resources are deleted, use aws-nuke (https://github.com/rebuy-de/aws-nuke).

Karl_C
con risposta un anno fa
profile pictureAWS
ESPERTO
verificato un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande