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

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠