
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 has migrated multiple Microsoft Windows Server workloads to Amazon EC2 instances that run in the us-west-1 Region. The company manually backs up the workloads to create an image as needed.
In the event of a natural disaster in the us-west-1 Region, the company wants to recover workloads quickly in the us-west-2 Region. The company wants no more than 24 hours of data loss on the EC2 instances. The company also wants to automate any backups of the EC2 instances.
Which solutions will meet these requirements with the LEAST administrative effort? (Choose two.)
A
Create an Amazon EC2-backed Amazon Machine Image (AMI) lifecycle policy to create a backup based on tags. Schedule the backup to run twice daily. Copy the image on demand.
B
Create an Amazon EC2-backed Amazon Machine Image (AMI) lifecycle policy to create a backup based on tags. Schedule the backup to run twice daily. Configure the copy to the us-west-2 Region.
C
Create backup vaults in us-west-1 and in us-west-2 by using AWS Backup. Create a backup plan for the EC2 instances based on tag values. Create an AWS Lambda function to run as a scheduled job to copy the backup data to us-west-2.
D
Create a backup vault by using AWS Backup. Use AWS Backup to create a backup plan for the EC2 instances based on tag values. Define the destination for the copy as us-west-2. Specify the backup schedule to run twice daily.
E
Create a backup vault by using AWS Backup. Use AWS Backup to create a backup plan for the EC2 instances based on tag values. Specify the backup schedule to run twice daily. Copy on demand to us-west-2.
Explanation:
Requirements Analysis:
Option Analysis:
A: ❌ Incorrect - Uses AMI lifecycle policy with scheduled backups but requires manual copy to us-west-2. This doesn't meet the automated cross-region recovery requirement.
B: ✅ Correct - Uses AMI lifecycle policy with automated cross-region copy configuration. This provides:
C: ❌ Incorrect - Requires creating Lambda function for copying, which adds administrative overhead and complexity. AWS Backup can handle cross-region copying natively.
D: ✅ Correct - Uses AWS Backup with built-in cross-region copy functionality. This provides:
E: ❌ Incorrect - Requires manual copy to us-west-2, which doesn't meet the automated disaster recovery requirement.
Key AWS Services:
Both B and D provide automated, scheduled backups with automated cross-region copying, meeting all requirements with minimal administrative effort.