반응형

Amazon AWS S3에 버킷을 생성했는데 이미 존재하는 이름이라고 메시지가 나왔다. 나는 버킷을 생성한 적이 없는데?!

According to the AWS docs: An Amazon S3 bucket name is globally unique, and the namespace is shared by all AWS accounts. This means that after a bucket is created, the name of that bucket cannot be used by another AWS account in any AWS Region until the bucket is deleted. Someone else has already created a bucket with this name.

아하... S3 버킷 이름은 AWS 내 전역적으로 고유하다.

즉, 다른 사람이 생성한 버킷 이름으로 내가 버킷을 생성할 수 없다. (약간 ID 같은 느낌인데 ㅎㅎ)

버킷 생성을 시도했는데 AWS에서 이미 존재한다고 말하면 나의 AWS 계정 내 혹은 다른 사람의 AWS 계정이 존재한다는 것이다.

 

참고 : https://stackoverflow.com/questions/56359733/aws-s3-bucket-name-already-exists 

반응형