
Answer-first summary for fast verification
Answer: Enable AWS Config, define the rule parameters, and then create the rule using the AWS CLI.
While all options are valid methods for creating an AWS Config rule, the most detailed and comprehensive approach is to use the AWS CLI. This allows for greater flexibility and automation in creating and managing the rule. Additionally, it requires enabling AWS Config and defining the rule parameters as prerequisites.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You have been asked to create an AWS Config rule to detect noncompliant AWS resources. Provide a detailed explanation of the steps you would take to create this rule, including any necessary prerequisites.
A
Enable AWS Config, define the rule parameters, and then create the rule using the AWS Management Console.
B
Enable AWS Config, define the rule parameters, and then create the rule using the AWS CLI.
C
Enable AWS Config, define the rule parameters, and then create the rule using AWS SDKs.
D
Enable AWS Config, define the rule parameters, and then create the rule using AWS CloudFormation.
No comments yet.