AWS Certified SysOps Administrator – Associate (SOA-C03) — Question 56

A company runs an application on Amazon EC2 instances. The application stores and retrieves data from an Amazon Aurora PostgreSQL database. A developer accidentally drops a table from the database, which causes application errors. Two hours later, a CloudOps engineer needs to recover the data and make the application function again.
Which solution will meet this requirement?

Answer options

Correct answer: C

Explanation

The correct answer is C because it allows for the creation of a new database with the restored data, ensuring the application can connect to a functioning database endpoint. While option A offers a rewind feature, it may not adequately address the deletion of the table. Options B and D do not provide the necessary steps to adjust the application to the newly restored data effectively.