An enterprise is designing a containerized web application on AWS that will be deployed using Amazon ECS across multiple Availability Zones. The application needs to dynamically process files and requires a shared, POSIX-compliant file system with sub-millisecond latencies for random read/write operations. Additionally, the application metadata must be stored in a relational database that handles high-volume OLTP workloads and supports automatic horizontal read scaling to accommodate traffic bursts. The architecture must achieve a Recovery Time Objective (RTO) of less than 30 minutes and a Recovery Point Objective (RPO) of less than 5 minutes.
Which two storage and database configurations should the solutions architect select to meet these requirements? (Select TWO.)
- Use Amazon FSx for NetApp ONTAP to provide the POSIX-compliant shared file system with sub-millisecond latency.Cevap
- Use Amazon Aurora PostgreSQL with Auto Scaling for Aurora Replicas to scale read capacity.Cevap
- CUse Amazon RDS for PostgreSQL in a Multi-AZ deployment and configure the application to direct read traffic to the standby instance during traffic spikes.
- DUse Amazon EFS in General Purpose mode with daily backups to satisfy the disaster recovery objectives.
- EUse Amazon S3 with cross-account replication enabled and an AWS-managed KMS key (aws/s3) to store the shared files and delegate cross-account access.