
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 uses AWS Organizations with resources tagged by account. The company also uses AWS Backup to back up its AWS infrastructure resources. The company needs to back up all AWS resources.
Which solution will meet these requirements with the LEAST operational overhead?
A
Use AWS Config to identify all untagged resources. Tag the identified resources programmatically. Use tags in the backup plan.
B
Use AWS Config to identify all resources that are not running. Add those resources to the backup vault.
C
Require all AWS account owners to review their resources to identify the resources that need to be backed up.
D
Use Amazon Inspector to identify all noncompliant resources.
Explanation:
Correct Answer: A
Why Option A is correct:
Why other options are incorrect:
Option B: AWS Config can identify resources that are not running, but this doesn't address the requirement to back up ALL AWS resources. Some resources might be stopped but still need backup, and running resources also need backup.
Option C: Requiring manual review by account owners creates significant operational overhead and is prone to human error, making it the opposite of "least operational overhead."
Option D: Amazon Inspector is a security vulnerability assessment service, not designed for identifying resources for backup. It focuses on security compliance, not resource inventory management.
Key AWS Services Involved:
This solution provides a scalable, automated approach that leverages existing tagging practices and minimizes manual effort while ensuring comprehensive backup coverage.