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
demandé il y a 4 mois235 vues
1 réponse
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
répondu il y a 4 mois
profile picture
EXPERT
vérifié il y a 4 mois
  • 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

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions