11

I in S3 Buckets if ill create a new one or Bucket name already exists but I can I have two visible buckets.

Edit:

In other words, my bucket's been orphaned and I cant see it to delete it and I cannot recreate as per image:

enter image description here

D.King
  • 153
  • 1
  • 1
  • 4
  • 1
    Bucket names are globally unique, so if it already exists then it already exists. I can't tell anything from your image, because the only valuable information is redacted. – Spooler Mar 02 '18 at 17:13
  • but its not visible – D.King Mar 02 '18 at 17:20
  • [https://i.imgur.com/7p6qqIB.png](IMAGE) – D.King Mar 02 '18 at 17:24
  • 1
    if you create a new bucket, AWS warns about this, just read before you click :-) (create bucket > behind "Bucket name" hover above the blue circle with "i" for information and there you can read it) – Fabian Mar 02 '18 at 17:45
  • Why negative votes? The question makes sense. You may improve the text, rather than giving negative votes. – Halil May 05 '18 at 17:41

2 Answers2

32

S3 bucket names are globally unique. This means that if someone else has a bucket of a certain name, you cannot have a bucket with that same name.

So if you are trying to create a bucket, and AWS says it already exists, then it already exists, either in your AWS account or someone else's AWS account.

Matt Houser
  • 9,709
  • 1
  • 26
  • 25
3

Just be careful if you use Cloud Formation to create S3 buckets and go and manually delete things... you can end up with an orphaned bucket that you cant see, and cannot recreate. This just happened to me and when it happens to you its easier to understand OP's explanation.

Another way you can get into this pickle is retaining resources when you delete a stack:

enter image description here