AWS

You have set up read replicas to scale reads but users complain that when they update posts in forums, the posts are not being updated. What may cause this issue?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

Read Replicas use asynchronous replication so it's possible users access a read replica instance that wasn't synced yet.