
Answer-first summary for fast verification
Answer: If you delete a bucket and immediately list all buckets, the deleted bucket might still appear in the list, A process deletes an existing object and immediately tries to read it. Amazon S3 will not return any data as the object has been deleted
Overall explanation Correct options: If you delete a bucket and immediately list all buckets, the deleted bucket might still appear in the list - Bucket configurations have an eventual consistency model. If you delete a bucket and immediately list all buckets, the deleted bucket might still appear in the list. A process deletes an existing object and immediately tries to read it. Amazon S3 will not return any data as the object has been deleted - Amazon S3 provides strong read-after-write consistency for PUTs and DELETEs of objects in your Amazon S3 bucket in all AWS Regions. This applies to both writes to new objects as well as PUTs that overwrite existing objects and DELETEs.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A development team has been utilizing Amazon S3 as their object storage solution. Recently, with Amazon S3 adopting a strongly consistent data model, the team is interested in comprehending how this alteration may affect their data storage practices.
As an AWS Certified Developer Associate, can you highlight the primary characteristics associated with Amazon S3's strongly consistent data model? (Choose two)
A
A process deletes an existing object and immediately lists keys within its bucket. The object could still be visible for few more minutes till the change propagates
B
A process replaces an existing object and immediately tries to read it. Amazon S3 might return the old data
C
A process deletes an existing object and immediately tries to read it. Amazon S3 can return data as the object deletion has not yet propagated completely
D
If you delete a bucket and immediately list all buckets, the deleted bucket might still appear in the list
E
A process deletes an existing object and immediately tries to read it. Amazon S3 will not return any data as the object has been deleted