AWS Certified Solutions Architect – Associate (SAA-C03) — Question 67

A company has an automobile sales website that stores its listings in a database on Amazon RDS. When an automobile is sold, the listing needs to be removed from the website and the data must be sent to multiple target systems.
Which design should a solutions architect recommend?

Answer options

Correct answer: A

Explanation

The correct answer is A because creating an AWS Lambda function that triggers on updates to the Amazon RDS database allows for real-time processing of the data and sending it to an Amazon SQS queue for target systems to consume. Option B is incorrect because using a FIFO queue is unnecessary for this scenario. Options C and D involve more complex architectures that are not required for simply notifying and processing updates, making them less efficient.