An online learning company is migrating to the AWS Cloud. The company maintains its student records in a PostgreSQL database. The company needs a solution in which its data is available and online across multiple AWS Regions at all times. Which solution will meet these requirements with the LEAST amount of operational overhead?
- AMigrate the PostgreSQL database to a PostgreSQL cluster on Amazon EC2 instances.
- BMigrate the PostgreSQL database to an Amazon RDS for PostgreSQL DB instance with the Multi-AZ feature turned on.
- CMigrate the PostgreSQL database to an Amazon RDS for PostgreSQL DB instance. Create a read replica in another Region. (correct answer)
- DMigrate the PostgreSQL database to an Amazon RDS for PostgreSQL DB instance. Set up DB snapshots to be copied to another Region.
Reveal answer & explanationHide answer
The correct answer is C. Option C: Migrate the PostgreSQL database to an Amazon RDS for PostgreSQL DB instance. Create a read replica in another Region.
Explanation
Amazon RDS is a managed relational database that handles patching, backups and failover.

