1 Answer
- Newest
- Most votes
- Most comments
0
Hello.
S3 bucket names must be publicly unique, so if the bucket name "ronaldo001" is used in another AWS account, you will need to use a different bucket name.
https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html
A bucket name cannot be used by another AWS account in the same partition until the bucket is deleted.
If changing the bucket name to something else does not resolve the error, could you please copy and paste the exact error message and share it with me?
Relevant content
- asked 4 years ago

By the way, in the following part of the CFn template, the bucket name is obtained with "!Ref S3Bucket", but with this, the name "ronaldo001" is set, so you need to set another random bucket name.
Hi Riku, I tried with different bucket name but then to same error
2024-06-26 20:24:56 UTC+0530 DevMgsAllReadonlyPdf CREATE_FAILED - mrinal009 already exists in stack arn:aws:cloudformation:us-east-1:accountnumber:stack/CATO/fd3177f0-33cb-11ef-a3d0-0ed8c3b51117 2024-06-26 20:24:56 UTC+0530 DevFolder CREATE_FAILED - mrinal009 already exists in stack arn:aws:cloudformation:us-east-1:accountnumber:stack/CATO/fd3177f0-33cb-11ef-a3d0-0ed8c3b51117
Give each S3 bucket a different bucket name. "mrinal009" may only be used once. In other words, use a different name for each bucket, as shown below.