- Newest
- Most votes
- Most comments
Yes, it is possible to delete a bucket and create it again with the same name in a different region. However, there are some important considerations and potential issues you may encounter:
-
Bucket names are unique across all of AWS, not just within a region. This means that even after deleting a bucket, its name may not be immediately available for reuse in a different region.
-
When you delete a bucket, there is indeed a propagation delay before the bucket name becomes available for reuse. This delay can vary and is not precisely defined by AWS, but it typically ranges from a few minutes to several hours.
-
The error message you're receiving ("A conflicting conditional operation is currently in progress against this resource. Please try again.") suggests that the deletion process may not have fully completed across all AWS systems.
To resolve this issue:
-
Wait for a longer period after deleting the bucket. This could be anywhere from 30 minutes to several hours.
-
If you're still encountering issues after waiting, you can try the following:
- Double-check that the bucket has been completely deleted from the original region (eu-west-1).
- Clear your browser cache or try using a different browser or the AWS CLI to create the bucket.
- If using the AWS CLI or SDK, ensure you're using the correct credentials and region settings.
- If the problem persists after several hours, it may be worth contacting AWS Support for assistance, as there could be an underlying issue with the bucket deletion process.
Remember that while you can immediately recreate a bucket with the same name in the same region, creating it in a different region requires waiting for the name to become available globally. This is due to the global uniqueness of S3 bucket names across all AWS regions.
Sources
can i delete s3 bucket , i used that data to create AMI | AWS re:Post
Working with Amazon S3 buckets - AWS Cloud9
DeleteBucket - Amazon Simple Storage Service
Relevant content
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago