Medium1 markMultiple Choice
AWS SAP-C02 · Question 32 · Domain 2.2: Business Continuity
A critical database runs on Amazon EC2 with EBS volumes. The business requires application-consistent backups every 4 hours. How can this be achieved with the LEAST operational overhead?
A critical database runs on Amazon EC2 with EBS volumes. The business requires application-consistent backups every 4 hours. How can this be achieved with the LEAST operational overhead?
Answer options:
A.
Write a cron job to freeze the database, take a snapshot, and unfreeze.
B.
Use AWS Backup with VSS-enabled EBS snapshots.
C.
Use Amazon Data Lifecycle Manager (DLM) for crash-consistent snapshots.
D.
Migrate to Amazon RDS.
How to approach this question
Look for the native feature that ensures application consistency for EBS.
Full Answer
B.Use AWS Backup with VSS-enabled EBS snapshots.✓ Correct
Use AWS Backup with VSS-enabled EBS snapshots.
AWS Backup supports Volume Shadow Copy Service (VSS) to take application-consistent backups of Windows instances.
Common mistakes
Assuming standard EBS snapshots are application-consistent.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 3
75 questions · hints · full answers · grading
More questions from this exam
Q01An enterprise has 100 VPCs across 5 AWS Regions. They need to establish a highly available, trans...HardQ02A company uses AWS Organizations. The CISO requires that no EC2 instances can be launched outside...MediumQ03An application uses Amazon Aurora PostgreSQL. To meet disaster recovery requirements, the databas...HardQ04A company is setting up a new multi-account AWS environment. They want to automate the creation o...MediumQ05An organization wants to allocate AWS costs to specific departments. They use multiple AWS accoun...Medium
Expert