How is GB usage calculated for the next limit in Free Tier AWS EC2?

0

How is GB usage calculated for the next limit in Free Tier AWS EC2?
If I delete some GB of unnecessary data will my GB usage decrease by the limit?
Amazon Elastic Compute Cloud 30.0 GB-Mo for free for 12 months as part of AWS Free Usage Tier (Global-EBS:VolumeUsage)
It shows me that I am using 13 GB-Mo, but at the moment I am using about 4 gb
https://us-east-1.console.aws.amazon.com/billing/home?region=eu-north-1#/freetier

已提问 1 年前1093 查看次数
3 回答
0

I have one instance with 15 gb of memory allocated, why does it say 13 gb instead of 15?

已回答 1 年前
0

In Amazon EC2, the free tier allowance includes 30 GB of EBS General Purpose (SSD) or Magnetic storage. The calculation of this 30 GB limit is based on the total storage provisioned in a month and not how much data is currently stored.

If you have a 40 GB EBS volume created and attached to an instance for the entire month, you will be billed for 30 GB (Free) + 10 GB-months of usage (Paid), regardless of how much data you actually have on that volume. Deleting data from the volume will not reduce your GB-Months usage because the usage is based on the provisioned storage size, not the amount of data stored.

Remember, if you're trying to manage your EBS usage to stay within the free tier, you need to monitor the size of the volumes you're creating and how long you're keeping them, rather than the amount of data you're storing on them.

profile picture
专家
已回答 1 年前
  • Hello I wanted to ask some questions, If I disconnect the instance or close the programs that I am using in the virtual machine, would the gigs each month be reduced? I want to know a way to reduce this, I don't want to reach 30GB

0

EBS Volumes in regards to Free Tier are calculated by the allocated storage. It doesn't matter if the disk space is fully utilized or not. If you want to reduce your storage allocation, you'll either need to reduce the disk size or replace the disk with a smaller one.

profile pictureAWS
专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则