AWS SAP-C02 · Question 37 · Domain 2.4: Reliability
An order processing system receives bursts of traffic. Currently, the web tier writes directly to an RDS database, which becomes overwhelmed during peaks, resulting in lost orders. How can the architect decouple the system to ensure no orders are lost?
Answer options:
Upgrade the RDS instance to a larger size.
Introduce Amazon SQS between the web tier and a worker tier that writes to the database.
Use Amazon ElastiCache to cache the incoming orders.
Implement Amazon SNS to notify the database of new orders.
75 questions · hints · full answers · grading