AWS Certified Advanced Networking – Specialty ANS-C00 – Question111

You can turn on the AWS Config service from the AWS CLI by running the subscribe command and passing as parameters a valid IAM role, SNS topic, and ____.

A.
EBS volume
B. EC2 instance
C. S3 bucket
D. Kinesis stream

Correct Answer: C

Explanation:

Explanation:
You can use the AWS CLI to turn on AWS Config. All it takes is the subscribe command and a few additional parameters. The parameters are -s3-bucket, which specifies the S3 bucket to which AWS Config data will be saved, -sns-topic, which specifies to which SNS topic messages from AWS Config will be sent, and -iam-role, which is an IAM role containing appropriate permissions for AWS Config to access the resources it monitors.
Reference: http://docs.aws.amazon.com/config/latest/developerguide/gs-cli-subscribe.html