AWS Certified Solutions Architect – Professional (SAP-C02) — Question 269

A company recently started hosting new application workloads in the AWS Cloud. The company is using Amazon EC2 instances. Amazon Elastic File System (Amazon EFS) file systems, and Amazon RDS DB instances.

To meet regulatory and business requirements, the company must make the following changes for data backups:

• Backups must be retained based on custom daily, weekly, and monthly requirements.
• Backups must be replicated to at least one other AWS Region immediately after capture.
• The backup solution must provide a single source of backup status across the AWS environment.
• The backup solution must send immediate notifications upon failure of any resource backup.

Which combination of steps will meet these requirements with the LEAST amount of operational overhead? (Choose three.)

Answer options

Correct answer: A, B, D

Explanation

AWS Backup natively supports EC2, EFS, and RDS, providing a centralized management console to fulfill the requirement of a single source of backup status. Creating an AWS Backup plan with customized rules (Option A) and configuring cross-region replication (Option B) directly satisfies the retention and replication needs without custom code. Integrating an Amazon SNS topic with AWS Backup (Option D) ensures instant notifications for any failed backup jobs, whereas custom Lambda functions (Option C) or service-specific snapshot tools (Options E and F) would significantly increase operational overhead.