Operators propose promoting RDS read replicas to “decouple” write-heavy permit processing spikes. What clarification should the architect make?
Select an answer to reveal the explanation.
Short Explanation
Replicas are extra librarians for people reading the card catalog; queues are the inbox that keeps writers from shouting over the desk. Promoting a reader into a magic write-decoupler mixes up the tools.
Full Explanation
Read replicas improve read scalability and offload read queries; they do not substitute for queues that absorb and decouple write-side processing. Architects should use replicas for read scale and messaging for asynchronous decoupling rather than conflating the two mechanisms.