AWS Certified Solutions Architect – Professional — Question 990

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 is a fully managed service that centralizes and automates data protection across AWS services including Amazon EC2, EFS, and RDS, meeting the single-source status requirement. Creating a backup plan with custom rules (A) and configuring cross-Region replication directly in the plan (B) satisfies the retention and replication requirements natively with minimal operational overhead. Additionally, integrating AWS Backup with Amazon SNS (D) allows for automated failure notifications without writing custom code, unlike using Lambda (C) or managing separate tools like Amazon DLM (E) and native RDS snapshots (F) which do not support EFS.