SAA-C03 · Question #690
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…
The correct answer is D. Subscribe to an RDS event notification and send an Amazon Simple Notification Service. Amazon RDS uses the SNS to provide notification when an Amazon event occurs. https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html
Question
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?
Options
- ACreate an AWS Lambda function triggered when the database on Amazon RDS is updated to
- BCreate an AWS Lambda function triggered when the database on Amazon RDS is updated to
- CSubscribe to an RDS event notification and send an Amazon Simple Queue Service (Amazon
- DSubscribe to an RDS event notification and send an Amazon Simple Notification Service
How the community answered
(25 responses)- A4% (1)
- B4% (1)
- C12% (3)
- D80% (20)
Explanation
Amazon RDS uses the SNS to provide notification when an Amazon event occurs. https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html
Community Discussion
No community discussion yet for this question.