AWS Certified Solutions Architect – Professional — Question 62

Your customer wishes to deploy an enterprise application to AWS, which will consist of several web servers, several application servers and a small (50GB)
Oracle database. Information is stored, both in the database and the file systems of the various servers. The backup system must support database recovery whole server and whole disk restores, and individual file restores with a recovery time of no more than two hours. They have chosen to use RDS Oracle as the database.
Which backup architecture will meet these requirements?

Answer options

Correct answer: A

Explanation

Option A is correct because it combines automated daily backups for RDS with AMIs for EC2 servers and file-level backups to S3, ensuring fast recovery times. Option B lacks the necessary daily backups for RDS, which are crucial for recovery. Option C uses Amazon Glacier, which is not suitable for the required recovery time. Option D relies on Oracle RMAN, which is not necessary when automated RDS backups can meet the requirements.