使用AWS re:Post即您表示您同意 AWS re:Post 使用条款

Free Tier EBS:SnapshotUsage limit exceeded

0

Hi,

I have received a e-mail from AWS regarding my free teir EBS:SnapshotUsage being at 85% usage. It is now 100%.

Since I do not need any snapshots, I have deleted the snapshot and also looked in the Recycle bin (there is nothing there). I do not have any AMI I have only one EC2 instance running in Stockholm region.

But when i look at my EC2 Console, it still says that my limit is exceeded, and I have deleted the snapshots a few hours ago.

What am i missing here?

Enter image description here

4 回答
4

Hello,

to resolve the "Free Tier EBS: SnapshotUsage limit exceeded" issue:

1.Check All Regions:

  • Ensure there are no snapshots in other AWS regions by selecting each region in the EC2 console and verifying the "Snapshots" section.

2.Confirm Snapshot Deletion:

  • Double-check the "Snapshots" section in the EC2 console to ensure all snapshots are deleted.

3.Wait for Update:

  • It may take some time for AWS to update the usage status after deletion. Wait a few hours and then check the EC2 console again.
profile picture
专家
已回答 6 个月前
2

Hello.

What is displayed in that graph is the amount of free tier per month.
EBS snapshots are free up to 1GB per month.
Probably, but I thought that even if I deleted it, this month's free quota would not be restored.
The 1GB free tier should be restored again next month.
https://aws.amazon.com/free/?nc1=h_ls&all-free-tier.sort-by=item.additionalFields.SortRank&all-free-tier.sort-order=asc&awsf.Free%20Tier%20Types=*all&awsf.Free%20Tier%20Categories=*all

profile picture
专家
已回答 6 个月前
profile picture
专家
已审核 6 个月前
profile pictureAWS
专家
已审核 6 个月前
1

Check for Any Hidden Snapshots or AMIs:

  • Use the AWS CLI or SDK to list all your snapshots and check if there are any remaining: aws ec2 describe-snapshots.
  • Similarly, list your AMIs: aws ec2 describe-images --owners self.

Verify Deletion of Snapshots: Ensure that the snapshots you deleted are no longer appearing in the console. Also, double-check that they are not being retained as part of automated backup policies if you have any set up.

Check Snapshot Lifecycle Manager (SLS): If you've set up Snapshot Lifecycle Manager, make sure there are no policies retaining snapshots.

Contact AWS Support: If the problem persists, and you're sure you don't have any remaining snapshots or AMIs, it might be worth contacting AWS support. They can provide insights into your usage and any potential issues.

profile picture
专家
已回答 6 个月前
专家
已审核 5 个月前
0

Hi peeps, thanks for the answers.

The warning is sitll there, but that makes sense if its there to the end of this months free tier usage.

I have checked everything above that has anything with Snapshot to do. There is no snapshots in any other region. The one that was in my own region (Stockholm), i deleted a few days ago.

I will see how it looks at the begining of next month.

已回答 6 个月前

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

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

回答问题的准则