If EBS volume snapshots are stored in S3, then why can't I see them in the AWS Management Console? Am I missing something here?
相关问题
- JQ: Select when attribute value exists in a bash a
- How to upgrade/install Upstart deamon version 1.5
- How to upload images from the browser to Amazon S3
- How to start pm2 website using jenkins on AWS ubun
- Connecting to Windows Server Service Bus on AWS
相关文章
- how many objects are returned by aws s3api list-ob
- AWS S3 in rails - how to set the s3_signature_vers
- I cannot locate production log files on Elastic Be
- PUT to S3 with presigned url gives 403 error
- php - unlink throws error: Resource temporarily un
- AWS CLI s3 copy fails with 403 error, trying to ad
- Amazon Athena - Column cannot be resolved on basic
- Pre-signed URLs and x-amz-acl
Did you try "refresh" from within the AWS management app (they have an icon for that I believe, I don't mean refresh your browser). This used to get me sometimes as it doesn't automatically refresh when things change (like adding a new volume, snapshot, etc)
EBS snapshots are stored in S3 but not in a user-visible bucket.
To view your snapshots use the AWS
api
or they are in theEC2/Snapshots
tab of the AWS Console. Something like: https://console.aws.amazon.com/ec2/home?region=us-east-1#s=Snapshots, depending on your region.