NoSuchBucket - Cannot find S3 Bucket now

0
<Error> <Code>NoSuchBucket</Code> <Message>The specified bucket does not exist</Message> <BucketName>notshowing...</BucketName> <RequestId>hidden...</RequestId> <HostId> hidden... </HostId> </Error>

I am getting this error on my site now, it worked just days before and I didn't do anything to it. When I go to my list of buckets, I don't have any S3 buckets at all. I'm not sure what is happening or how to figure this out. Any ideas?

asked 8 months ago506 views
2 Answers
0

Hello.

Check CloudTrail for any remaining DeleteBucket events.
CloudTrail→Event history→Event name→DeleteBucket
https://docs.aws.amazon.com/awscloudtrail/latest/userguide/view-cloudtrail-events.html

If a DeleteBucket event is recorded and an IAM user you do not know has deleted it, please take measures such as immediately deleting that IAM.
https://repost.aws/knowledge-center/potential-account-compromise

profile picture
EXPERT
answered 8 months ago
0

Also check the bucket name/path/bucket access endpint is correct or not. Check AWS credentials specified in your configuration have access to the specified S3 bucket

answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions