A solutions architect is designing a new document management platform for an enterprise. The platform must store PDF documents and their metadata. The document storage must use a shared file system that supports the NFSv4 protocol and automatically reduces storage costs for files that are not accessed for 30 days, while keeping them immediately available when requested. The metadata database must support an OLTP workload with high read volume, and must dynamically scale read capacity while maintaining low latency. In the event of an Availability Zone outage, the database must have a recovery point objective (RPO) of less than 1 second and a recovery time objective (RTO) of less than 1 minute. Which two database and storage configurations should the solutions architect choose to meet these requirements?
- Deploy an Amazon Aurora PostgreSQL DB cluster with one primary instance and one or more Aurora Replicas, and enable Aurora Auto Scaling for the reader endpoint.Answer
- Deploy an Amazon EFS file system configured with Lifecycle Management to transition files to the EFS Infrequent Access (IA) storage class after 30 days.Answer
- CDeploy an Amazon RDS for PostgreSQL DB instance in a Multi-AZ configuration, and configure the application to route read queries to the standby instance in the secondary Availability Zone.
- DDeploy an Amazon RDS for PostgreSQL DB instance with daily automated backups and use AWS Backup replication to restore the database from snapshots in a new Availability Zone if a failure occurs.
- EDeploy an Amazon EFS file system encrypted with the AWS-managed KMS key (aws/elasticfilesystem) and replicate files to a backup account using cross-account replication.