
Ultimate access to all questions.
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