
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company that hosts its web application on AWS wants to ensure all Amazon EC2 instances, Amazon RDS DB instances, and Amazon Redshift clusters are configured with tags. The company wants to minimize the effort of configuring and operating this check. What should a solutions architect do to accomplish this?
A
Use AWS Config rules to define and detect resources that are not properly tagged.
B
Use Cost Explorer to display resources that are not properly tagged. Tag those resources manually.
C
Write API calls to check all resources for proper tag allocation. Periodically run the code on an EC2 instance.
D
Write API calls to check all resources for proper tag allocation. Schedule an AWS Lambda function through Amazon CloudWatch to periodically run the code.
Explanation:
Correct Answer: A
AWS Config is specifically designed for compliance monitoring and resource configuration management. It provides managed rules that can check for proper tagging across multiple AWS services, including EC2, RDS, and Redshift.
Why AWS Config is the best solution:
Why other options are not optimal:
B. Cost Explorer:
C. Custom API calls on EC2:
D. Custom API calls with Lambda:
Key AWS Config features relevant to this scenario:
required-tags that check for specific tagsThis solution aligns with AWS best practices for compliance monitoring while minimizing operational overhead, which is exactly what the company wants to achieve.