Question
In AWS S3, explain the concept of read after write consistency vs eventual consistency, and in the explanation mention which happens when.
Answer
Read after write consistency means when you PUT new object, you can read it right away, but when you PUT to existing object or DELETE object, it may take few seconds for you to read the update (this is eventual consistency)