AWS S3 Bucket name already exists
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:
Solution 1:
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.
Solution 2:
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: