Design Resilient Architectures
382 questions
A mobile gaming company uses Amazon CloudFront to deliver static game patch files to global users. The patch files are primarily served from an Application Load Balancer (ALB) backed by Amazon EC2 instances. To improve availability, the company has uploaded a backup copy of the patch files to an Amazon S3 bucket. The solutions architect must configure CloudFront to automatically serve files from the S3 bucket if the ALB is unavailable or returns 502 or 504 error codes.
Which two actions should the solutions architect take to meet these requirements? (Select TWO.)
Select all that apply
A solutions architect needs to configure an Amazon RDS for MySQL database to support high availability within a single AWS Region. The configuration must provide automatic failover to a standby instance in a different Availability Zone in the event of an infrastructure failure. Which database configuration will meet these requirements with the least administrative effort?
An e-commerce corporation is upgrading the disaster recovery capabilities of its transaction ledger and media catalog storage on AWS. The architecture is primarily based in the `us-east-1` Region and must support failover to the `us-west-2` Region. The media catalog contains millions of image files that require a Recovery Point Objective (RPO) of minutes and a Recovery Time Objective (RTO) of minutes. The transaction ledger demands persistent shared file storage that spans multiple Availability Zones in both Regions with minimal recovery time. Which two storage configurations will meet these durability and disaster recovery requirements? (Select TWO.)
Select all that apply
A financial transaction processing platform is migrating its relational database to AWS. The platform requires a highly resilient database architecture deployed across two AWS Regions: us-east-1 (Primary) and us-west-2 (Secondary). The architecture must meet the following constraints:
1. Intra-region failover must be automatic, with a Recovery Time Objective (RTO) of less than seconds and a Recovery Point Objective (RPO) of .
2. Cross-region disaster recovery must have an RPO of less than seconds and an RTO of less than minutes.
3. The database must dynamically scale read capacity independently in both regions to handle seasonal traffic spikes without manual intervention.
4. During normal operations, the application in the secondary region must be able to issue read and write requests locally, with write requests forwarded to the primary region without needing complex application-side write-routing logic.
Which database configuration meets these requirements with the least operational complexity?
An enterprise is deploying a critical SQL-based retail application across two AWS Regions: eu-west-1 as the primary region and us-east-1 as the disaster recovery region. The application requires a database that can handle heavy read traffic locally in both regions. For disaster recovery, the solutions architect must design a database tier that achieves a Recovery Point Objective (RPO) of less than 1 second and a Recovery Time Objective (RTO) of less than 5 minutes.
Which combination of actions must the solutions architect take to meet these requirements? (Select TWO.)
Select all that apply
A company runs a critical transactional workload on a single-instance Amazon RDS for MySQL database in a single Availability Zone. The database tier must be redesigned to survive an Availability Zone outage with a Recovery Point Objective (RPO) of zero (no data loss) and a Recovery Time Objective (RTO) of less than 2 minutes. Which configuration will meet these requirements with the least administrative effort?
A global retail company is deploying a transactional microservice across two AWS Regions: us-east-1 and eu-west-1. The service requires active-active database access, allowing users in both regions to perform low-latency reads and writes locally. The architecture must achieve a Recovery Point Objective (RPO) of less than 1 second and a Recovery Time Objective (RTO) of less than 5 seconds. The database must automatically handle multi-region replication and conflict resolution. Which two configurations should a solutions architect select to meet these requirements? (Select TWO.)
Select all that apply
A healthcare provider is designing a resilient, highly available architecture on AWS for its critical patient imaging system. The system consists of: (1) A database layer that requires automated, immediate failover with zero data loss in the event of an Availability Zone outage. (2) A shared file storage system to host active image files that must be concurrently read and written by multiple Amazon EC2 instances across three Availability Zones. (3) An archiving solution for older images that requires retrieval in under 10 minutes for emergency cases. Which combination of storage and database configurations will meet these requirements? (Select TWO.)
Select all that apply
An enterprise organization is migrating a high-volume PostgreSQL database to AWS. The application demands a multi-region disaster recovery architecture that can survive a complete AWS Region outage. The business specifies a Recovery Point Objective (RPO) of less than 1 second and a Recovery Time Objective (RTO) of less than 2 minutes. Additionally, read requests from users in the recovery region must be served locally with sub-second latency to optimize user experience. Which combination of actions should a solutions architect recommend to satisfy these resilience and performance criteria? (Select TWO.)
Select all that apply
A logistics company is designing the database architecture for a global fleet tracking system. The system uses a PostgreSQL database located in the eu-west-1 Region, with a disaster recovery (DR) target in the ap-southeast-1 Region. The system has a strict Recovery Time Objective (RTO) of under 5 minutes and a Recovery Point Objective (RPO) of under 1 minute. Local regional offices in the Asia-Pacific region must also run read-only telemetry reports with low latency, without affecting write performance in Europe.
Which database configuration will meet these requirements with the minimum operational complexity?
A company is hosting a web application on multiple Amazon EC2 instances distributed across different Availability Zones. The application requires a highly available, shared file storage system where all EC2 instances can concurrently read and write uploaded user media files. Which storage solution should a solutions architect recommend to meet these requirements?
A logistics company is migrating its core shipment tracking system to AWS. The application uses a PostgreSQL database and must be resilient to a complete AWS Region outage. The solutions architect must design a disaster recovery (DR) strategy with a Recovery Time Objective (RTO) of less than 15 minutes and a Recovery Point Objective (RPO) of less than 10 seconds. Which configuration meets these requirements with the least operational overhead?
A clinical diagnostics company operates a containerized genomic analysis pipeline on Amazon Elastic Kubernetes Service (Amazon EKS) in the `eu-west-1` Region. The pipeline requires a shared, POSIX-compliant file storage layer that provides latencies of less than millisecond for active DNA sequence processing, supports concurrent read/write access from hundreds of active pods across Availability Zones, and guarantees a Recovery Point Objective (RPO) of and a Recovery Time Objective (RTO) of near in the event of an Availability Zone outage. For compliance, a copy of the processed genomic datasets must be archived in the `eu-central-1` Region with an RPO of less than minutes. If a disaster occurs in the primary Region, the archived datasets must be accessible in `eu-central-1` within a recovery RTO of minutes. Which combination of storage configurations will meet these resilience and recovery requirements? (Select TWO.)
Select all that apply
A company runs an application with a database backend on an Amazon RDS for PostgreSQL DB instance. The solutions architect must configure the database to achieve high availability with automatic failover (Recovery Time Objective under 2 minutes) in the event of an Availability Zone outage. Additionally, the application requires read scaling to handle reporting queries during peak hours without impacting the performance of the write database. Which two database configurations should the solutions architect choose to meet these requirements? (Select TWO.)
Select all that apply
A financial auditing firm must store historical transaction logs. The logs require 99.999999999% durability and must be highly resilient across multiple Availability Zones. The recovery time objective (RTO) for retrieving these logs is less than 10 minutes when an audit request is received. The solution must be highly cost-effective. Which two AWS storage configurations will meet these requirements? (Select TWO).
Select all that apply
A financial services company is hosting a transaction auditing application on Amazon EC2 instances distributed across three Availability Zones in a single AWS Region. The application requires a shared file system that can be accessed concurrently by all EC2 instances to read and write active audit files. The storage solution must be highly resilient within the Region. Additionally, the company requires a disaster recovery (DR) architecture for this shared storage in a secondary Region with a Recovery Point Objective (RPO) of 15 minutes and a Recovery Time Objective (RTO) of 30 minutes. Which combination of storage configurations will meet these requirements? (Select TWO.)
Select all that apply
A financial services firm is deploying a web-based client portal. The portal uses an Amazon RDS DB instance to store transaction records. The database must remain highly available during a database instance failure or an Availability Zone outage, with automatic failover to a standby instance without manual intervention. Which Amazon RDS configuration should a solutions architect recommend to meet these requirements?
An enterprise inventory management application uses Amazon Aurora PostgreSQL as its database engine. The application has strict resiliency requirements: it must achieve high availability within the primary AWS Region with a recovery time objective (RTO) of less than 30 seconds and a recovery point objective (RPO) of zero. Furthermore, for disaster recovery, the database must be replicated to a secondary AWS Region with an RPO of less than 5 seconds and an RTO of less than 15 minutes.
Which combination of database configurations will meet these requirements? (Select TWO.)
Select all that apply
An IoT-connected vehicle telemetry platform processes real-time diagnostics data using Amazon EC2 instances distributed across three Availability Zones. The application requires a shared file storage layer that supports POSIX-compliant file operations, concurrent access from all EC2 instances, and sub-millisecond latencies. Additionally, the business requires a disaster recovery (DR) solution in a secondary AWS Region with a Recovery Point Objective (RPO) of 15 minutes and a Recovery Time Objective (RTO) of 5 minutes. Which combination of storage configurations will meet these requirements? (Select TWO).
Select all that apply
A digital marketing agency runs a media processing application on Amazon EC2 instances distributed across multiple Availability Zones in the us-east-1 Region. The application requires a shared file storage solution that offers at least availability and high durability for active assets. Additionally, the architecture must support a Recovery Time Objective (RTO) of near-zero minutes and a Recovery Point Objective (RPO) of for all active editing sessions. The storage must allow simultaneous read and write access from all EC2 instances across the Availability Zones. Which storage solution should a solutions architect recommend to meet these requirements?