Q55 — AWS SAA-C03 Ch.8

Question 55 of 65 | ← Chapter 8

Q550. A company has an application that processes customer orders. The company hosts the application on an Amazon EC2 instance that saves the orders to an Amazon Aurora database. Occasionally when traffic is high the workload does not process orders fast enough.What should a solutions architect do to write the orders reliably to the database as quickly as possible?

Correct Answer: B. Write orders to an Amazon Simple Queue Service (Amazon SQS) queue. Use EC2 instances in an Auto Scaling group behind an Application Load Balancer to read from the SQS queue and process orders into the database.