Amazon S3 'A conflicting conditional operation is currently in progress against this resource. Please try again.' error

Tadashi Shigeoka ·  Sat, August 17, 2019

Here’s how to handle the A conflicting conditional operation is currently in progress against this resource. Please try again. error that occurs in Amazon S3.

AWS | Amazon Web Services

Background) Changing bucket region

When I deleted an S3 bucket and tried to create it with the same bucket name in a different region, I got this error:

A conflicting conditional operation is currently in progress against this resource. Please try again.

Solution) Wait about several hours after S3 bucket deletion

It seems that even after deleting an S3 bucket, it takes time for the data to be completely deleted and reflected. After waiting about an hour, I was able to create it with the same bucket name again.

S3 バケットが取れるまで頑張るスクリプト - Qiita

Since there are people who handle this with scripts as shown in the article above, this is probably a well-known S3 issue for those in the know.

That’s all from the Gemba.