volume_mute
What is S3 data consistency model?
publish date: 2024/09/17 00:15:49.019216 UTC
volume_muteThe (1) model ensures that after a write (or update) to a data object (e.g., an S3 object or a database record), any subsequent reads will immediately reflect the latest write. This guarantees that once you write or update data, any read operation will return the most recent version of that data, with no delay or (2)
where older versions of the data might be temporarily visible.
Please drag and drop the selected option in the right place or type it instead
strong read-after-write consistency
eventual consistency
Correct Answer
(1) strong read-after-write consistency
(2) eventual consistency
Reference
AWS Skill Builder