
Answer-first summary for fast verification
Answer: Implement AWS Config rules to automatically identify untagged resources.
The correct answer is A. AWS Config rules are designed to help with governance and compliance by automatically checking the configuration of AWS resources. By defining rules, you can ensure that all resources are appropriately tagged without manual intervention. This minimizes the effort required for configuration and ongoing management. The other options involve manual processes or custom scripting, which are less efficient and require more maintenance.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How can a solutions architect ensure that all AWS resources, including EC2 instances, RDS DB instances, and Redshift clusters, are tagged with minimal ongoing effort?
A
Implement AWS Config rules to automatically identify untagged resources.
B
Utilize a tool to identify untagged resources and manually apply tags.
C
Develop API scripts to verify tag presence, executing them on an EC2 instance at set intervals.
D
Create API scripts for tag verification and use a scheduling service to run them regularly.
No comments yet.