Can't find a bucket that says it's active in S3

0

Hello, my free tier is about to end and it says I have an active S3 bucket, but I've gone through everything and can't seem to find it. So I am unable to terminate it. I've already gone through the articles on how to terminate an active and other related material. I think it's because I can't access the region it was created in, but I only have this one account and can only access global when I need to access us-east-1. Any help would be awesome. Thank you.

asked a year ago433 views
2 Answers
0

After selecting "S3" in the AWS management console, in the top right corner of the page, you will see a dropdown that says "Region." Click on it and select the region where you believe the S3 bucket is located.

If you still can't find the S3 bucket, you can try searching for it using the search bar located at the top of the S3 page.

Another solution I can think of is using the AWS CLI to list all buckets :

aws s3api list-buckets
profile picture
answered a year ago
  • Thank you for your reply. So, I did both of those things. I am unable to switch my region from the S3 Console. But I did go into the CLI, it had me on the correct region "us-east-1", and tried that command. It provided me with this response "Buckets": [], "Owner": { "DisplayName": "correctdisplayname", "ID": "won't post the ID" }. I'm unsure if this means that I don't have any buckets, but according to the Billing Console and S3 default dashboard, I have one bucket still active.

0

I have the same issue showing 1 active resources in the billing but not seeing the bucket in S3. anyone knows hot to fix this?

Ronn
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