Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
For an automobile sales website using Amazon RDS, which architected solution should be implemented to handle the removal of sold listings and data distribution to multiple systems?
A
Utilize an AWS Lambda function to process database updates on Amazon RDS, pushing information to an Amazon SQS queue for target consumption.
B
Deploy an AWS Lambda function responding to Amazon RDS database updates, directing information to an Amazon SQS FIFO queue for orderly target processing.
C
Implement RDS event notifications to trigger an Amazon SQS queue that broadcasts to multiple Amazon SNS topics, with AWS Lambda updating targets accordingly.
D
Use RDS event notifications to initiate an Amazon SNS topic that disperses to multiple Amazon SQS queues, enabling AWS Lambda to update targets in sequence.