Medium1 markMultiple Choice
AWS SAP-C02 · Question 30 · Domain 2.2: Business Continuity
A company has a strict compliance requirement that all EBS snapshots must be tested monthly to ensure they can be successfully restored into functional EC2 instances. How can this be automated with the LEAST operational overhead?
A company has a strict compliance requirement that all EBS snapshots must be tested monthly to ensure they can be successfully restored into functional EC2 instances. How can this be automated with the LEAST operational overhead?
Answer options:
A.
Write a Lambda function triggered by EventBridge to restore snapshots, boot instances, and run status checks.
B.
Use AWS Backup Restore Testing to automatically provision instances from snapshots and verify their status.
C.
Use AWS Fault Injection Simulator to simulate snapshot corruption.
D.
Use Amazon Inspector to scan the snapshots for integrity.
How to approach this question
Look for the native AWS feature designed for backup validation.
Full Answer
B.Use AWS Backup Restore Testing to automatically provision instances from snapshots and verify their status.✓ Correct
Use AWS Backup Restore Testing to automatically provision instances from snapshots and verify their status.
AWS Backup Restore Testing automates the process of restoring resources from backups to verify that they are functional, meeting compliance requirements without custom scripting.
Common mistakes
Assuming custom Lambda scripts are required.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 6
75 questions · hints · full answers · grading
More questions from this exam
Q01A global enterprise requires highly available hybrid connectivity between its on-premises data ce...HardQ02An organization has 50 VPCs across two AWS Regions connected via Transit Gateways (TGW). The TGWs...HardQ03A company uses AWS Organizations. The network team wants to share a central Transit Gateway (TGW)...MediumQ04An enterprise has on-premises data centers in the US and Europe. They want to use the AWS global ...HardQ05A company requires that all API calls to Amazon S3 from their VPC must not traverse the public in...Medium
Expert