What Counts as Storage Usage"

0

I received an email with the following information:

Your AWS account XXXXXXXXXXX has exceeded 85% of the usage limit for one or more AWS Free Tier-eligible services for the month of December.

Product AWS Free Tier Usage Limit AWS Free Tier Usage Limit Usage as of 12/09/2022

AmazonEC2 27.59677446 GB-Mo 30 GB-Mo 30 GB of Amazon Elastic Block Storage in any combination of General Purpose (SSD) or Magnetic

MY question is, does this 30 GB "Usage Limit" apply to the EBS volume (or volumes) attached to a single EC2 instance, or does it apply to the EBS volumes attached to all EC2 instances that I have in existence?

Also, does/can disk usage increase even when an EC2 instance is stopped?

On no single EC2 instance do I even come close to consuming 85% of the storage capacity on a single EBS volume, or multiple EBS volumes attached to a single EC2 instance.

已提問 1 年前檢視次數 246 次
1 個回答
0
已接受的答案

Looking at our website the wording for the EBS free tier (which you also have in your question) is "any combination of General Purpose (SSD) or Magnetic". This means you could have a single 30 GB volume; or fifteen 2 GB volumes - completely up to you.

Note that this is the volume size - not how much disk space the operating system of the instance has allocated within the volume. If you have a 30 GB volume and are only using 10 GB of it; that is a 30 GB volume to EBS, not a 10 GB usage. EBS doesn't track the usage of each block; only the total amount of blocks allocated to the volume.

It doesn't matter whether the EC2 instance is stopped or not - it's the EBS volume size that is counted. Note that an operating system might delete some temporary files; or write additional logs to disk as it is shutting down - but that is changing the number of blocks allocated (or free) within the volume. It doesn't change the volume size as EBS sees it.

profile pictureAWS
專家
已回答 1 年前
profile pictureAWS
專家
已審閱 1 年前
  • Brettski-AWS, your explanation makes perfect sense!!! Thank you for a great response.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南