AWS Certified Advanced Networking – Specialty (ANS-C00) — Question 105
You would like to automate the monitoring of changes in the configurations of your AWS resources and respond programmatically to configurations of only a certain type. To do this, you could use Amazon ____ as the endpoint for the Amazon SNS topics that generate messages from AWS Config.
Answer options
- A. Kinesis
- B. Simple Email Service (SES)
- C. Simple Storage Service (S3)
- D. Simple Queue Service (SQS)
Correct answer: D
Explanation
The correct answer is D, Simple Queue Service (SQS), as it allows you to queue and process messages sent by Amazon SNS. The other options, such as Kinesis, SES, and S3, do not serve the purpose of queuing messages in the same way, making them unsuitable for this specific use case.