AWS Certified Solutions Architect – Associate (SAA-C02) — Question 220

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: D

Explanation

The correct answer is D because using an SNS topic allows for fan-out messaging to multiple SQS queues, which helps distribute the data efficiently to various targets. Options A and B are incorrect as they do not utilize the benefits of SNS for multiple target systems. Option C, while it involves SNS, incorrectly suggests that data is sent to SQS queues instead of using SNS for distribution.