I have created an account and created a bucket but I can't find it.

0

I am just trying to get started.
I created an account, created a bucket, but it does not appear in my console.
The help indicates I need to change the region, but it does not allow me to change a region manually. the help indicates that I have to do programming to make this change. When I do search for bucket with name it shows 'no matches.' When I try to create a bucket with the same name it says it can't do it because the bucket already exists.

Annie
已提問 4 個月前檢視次數 235 次
1 個回答
2

There’s no region concept in s3 console. No matter which region they are, the s3 console always show all buckets in your account. You can try to use cloudshell or command line to list your bucket in your account, like aws s3 list-buckets.

AWS bucket names are globally unique, so when an error message appears that the bucket already exists, it means that the name might be used by another account. It is recommended that you check whether the account you used to create the bucket is the same as your current account.

You can also go to CloudTrail to find the api record of the bucket you created in the past (region selects the region to which the bucket belongs). If you have other questions on the specific resource, I suggest you open a ticket and ask the support team.

profile picture
已回答 4 個月前
profile picture
專家
已審閱 4 個月前
  • Worth adding that the S3 section of AWS Console is at https://console.aws.amazon.com/s3/buckets/

    Any buckets you have created will be listed here.

    Note at the very top-right the menu headed Global, you can't change this to a specific region

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

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

回答問題指南