ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 178 - ANS-C00 discussion

Report
Export

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.

A.
Kinesis
Answers
A.
Kinesis
B.
Simple Email Service (SES)
Answers
B.
Simple Email Service (SES)
C.
Simple Storage Service (S3)
Answers
C.
Simple Storage Service (S3)
D.
Simple Queue Service (SQS)
Answers
D.
Simple Queue Service (SQS)
Suggested answer: D

Explanation:

Explanation:

AWS Config uses Amazon Simple Notification Service (SNS) to send you notifications every time a supported AWS resource is created, updated, or otherwise modified as a result of user API activity. However, you might be interested in only certain resource configuration changes. For example, you might consider it critical to know when someone modifies the configuration of a security group, but not need to know every time there is a change to tags on your Amazon EC2 instances.

Or, you might want to write a program that performs specific actions when specific resources are updated. For example, you might want to start a certain workflow when a security group configuration is changed. If you want to programmatically consume the data from AWS Config in these or other ways, use an Amazon Simple Queue Service queue as the notification endpoint for Amazon SNS. Reference: http://docs.aws.amazon.com/config/latest/developerguide/monitor-resource-changes.html

asked 16/09/2024
Frederik Pardon
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first