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年前1035ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ