使用 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

已提問 6 個月前檢視次數 319 次
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 個月前

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

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

回答問題指南