AWS Certified SysOps Administrator – Associate (SOA-C03) — Question 74
A developer enables versioning on an Amazon S3 bucket. When the developer attempts to perform a write operation on the bucket, the developer encounters an HTTP 404 NoSuchKey error.
A CloudOps engineer must resolve this issue.
Which solution will meet this requirement?
Answer options
- A. Disable versioning on the S3 bucket and retry the write operation.
- B. Modify the bucket policy to allow write operations on versioned objects.
- C. Wait at least 15 minutes after enabling versioning, and then perform the write operation.
- D. Enable S3 Transfer Acceleration on the bucket.
Correct answer: C
Explanation
The correct answer is C because after enabling versioning on an S3 bucket, it may take some time for the changes to propagate and be effective. Options A and B don't address the propagation delay, and option D is unrelated to the issue of waiting for versioning to take effect.