Design Resilient Architectures
382 questions
A solutions architect is configuring an active-passive disaster recovery (DR) strategy for a simple web application using Amazon Route 53. The primary endpoint is located in the us-east-1 Region, and the secondary backup endpoint is located in the us-west-2 Region. Which two configurations are required to set up this active-passive failover? (Select TWO.)
Select all that apply
An enterprise document management SaaS provider stores customer contract PDFs in an Amazon S3 bucket. The business requirements specify that:
- Files must be highly available and resilient against a single Availability Zone (AZ) failure, with a Recovery Time Objective (RTO) of less than minute.
- Any files deleted or modified must be recoverable immediately.
- For disaster recovery, a copy of the contracts must be replicated to a secondary AWS Region with an RTO of less than minutes and a Recovery Point Objective (RPO) of less than minutes.
- Contracts are highly active for the first days and must be transitioned to a cheaper storage class afterward, while remaining instantly accessible.
Which combination of actions should the solutions architect take to meet these requirements? (Select TWO.)
Select all that apply
A multinational e-commerce company serves a dynamic product recommendation API to users globally. The API is hosted on Application Load Balancers (ALBs) in two AWS Regions: a primary region in eu-west-1 and a secondary standby region in us-east-1. The company uses an Amazon CloudFront distribution to cache recommendation payloads at edge locations. To ensure high availability, the company needs to configure automated failover to the secondary region's ALB only if the primary ALB returns HTTP 502 (Bad Gateway) or HTTP 503 (Service Unavailable) status codes. The solution must minimize operational complexity, maintain edge caching benefits, and avoid client-side DNS propagation delays. Which architecture should a solutions architect recommend to meet these requirements?
A company is building an online auction application where users submit bids in real time. The backend database experiences write performance issues during high-traffic spikes at the end of auctions. To ensure fairness, the bids must be processed in the exact order they are received by the application. A solutions architect needs to design a decoupled architecture that buffers incoming bids and processes them sequentially. Which solution meets these requirements with the least operational overhead?
An e-commerce company is migrating its primary transactional database to Amazon RDS for MySQL. The database design must meet the following operational requirements:
* Within the primary AWS Region, the database must support automatic failover with a Recovery Time Objective (RTO) of less than seconds.
* The architecture must allow read workloads to scale horizontally across multiple Availability Zones in the primary Region without querying the primary writer instance.
* For disaster recovery, the database must support cross-Region replication to a secondary Region with a Recovery Point Objective (RPO) of less than minutes.
Which database configuration meets these requirements with the least operational complexity?
A geographic information system (GIS) platform processes real-time satellite imagery using a fleet of Amazon EC2 instances launched in an Auto Scaling group across multiple Availability Zones. The instances require a highly available, shared file system that supports simultaneous read and write access with sub-millisecond latencies to coordinate mapping files. Additionally, the raw images must be backed up to a secondary AWS Region to comply with disaster recovery policies. The system must achieve a Recovery Point Objective (RPO) of minutes and a Recovery Time Objective (RTO) of minutes.
Which combination of AWS storage configurations will meet these requirements? (Select TWO.)
Select all that apply
An online education company stores popular static media assets, such as course images and stylesheets, in an Amazon S3 bucket. During peak enrollment periods, the S3 bucket experiences performance degradation due to high request volumes from global users. The company wants to reduce latency for users, protect the S3 bucket from overloading, and minimize operational complexity. Which configuration should the solutions architect choose?
A software-as-a-service (SaaS) company is building a real-time collaborative whiteboarding application. The application requires a database to store user session states across two AWS Regions: and . The architecture must support active-active writes in both Regions to ensure sub-millisecond write latencies for local users. The database must automatically replicate data bi-directionally with a Recovery Point Objective (RPO) of less than second and a recovery time objective (RTO) of near zero during a regional outage. Which combination of configurations must a solutions architect implement to achieve this resilient database architecture? (Select TWO.)
Select all that apply
A global logistics company has deployed a fleet-tracking application that ingests real-time telemetry data from vehicle sensors using a proprietary TCP-based protocol. The backend application is hosted on Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB) in a primary AWS Region. The company requires a highly resilient architecture that minimizes latency for global clients, prevents packet loss over the public internet, and automatically fails over to a secondary Region in the event of an outage. Which architecture should a solutions architect recommend to meet these requirements?
A company hosts its primary web application behind an Application Load Balancer (ALB) in the us-east-1 Region. The company wants to set up a simple disaster recovery strategy where public DNS traffic is automatically redirected to a static error page hosted on an Amazon S3 bucket in the us-west-2 Region if the primary application becomes unavailable. Which Amazon Route 53 routing configuration should a solutions architect implement to meet these requirements?
A company runs a logistics and package tracking application on AWS that uses an Amazon RDS for PostgreSQL database. The database must be configured to survive a single Availability Zone (AZ) failure within the Region. The solution must support automatic failover with a Recovery Time Objective (RTO) of less than minutes and a Recovery Point Objective (RPO) of (no data loss). Additionally, the company needs to scale read performance for historical tracking queries without affecting the write performance of the primary database. Which configuration will meet these requirements?
A company wants to distribute static media assets to global users with low latency. The assets are currently stored in a primary Amazon S3 bucket. The company also wants to ensure high availability by automatically serving content from a backup S3 bucket in a different region if the primary bucket is unavailable. Which combination of actions should a solutions architect take to meet these requirements? (Select TWO.)
Select all that apply
A company runs a high-performance web service deployed across two AWS Regions: us-east-1 and eu-west-1. The company wants to route users to the closest Region to minimize latency, but must automatically stop routing traffic to a Region if its endpoint fails. The solutions architect needs to configure Amazon Route 53 to meet these requirements.
Which combination of Route 53 configurations should the solutions architect implement? (Select TWO.)
Select all that apply
A maritime logistics enterprise is designing a highly resilient storage architecture for its shipping manifest processing platform. The platform must store PDF manifest files that are frequently accessed by multiple applications during the first 30 days. To comply with international shipping regulations, these manifests must be kept for 5 years and must be retrievable within 5 minutes in the event of an audit. The solution must support a multi-region disaster recovery strategy with a Recovery Point Objective (RPO) of 15 minutes and a Recovery Time Objective (RTO) of 30 minutes. Which storage design meets these requirements?
A company hosts its primary web application on EC2 instances behind an Application Load Balancer (ALB). To ensure business continuity during an outage, the company configures a static "under maintenance" page in an Amazon S3 bucket. A solutions architect must configure Amazon Route 53 to automatically direct all user traffic to the S3 bucket if the ALB becomes unhealthy. Which Route 53 routing configuration should the solutions architect implement to meet these requirements?
A company hosts a critical web application on Amazon EC2 instances behind an Application Load Balancer (ALB) in the us-west-2 Region. The application queries a Multi-AZ Amazon RDS DB instance. The company wants to implement an active-passive disaster recovery (DR) strategy with a Recovery Time Objective (RTO) of under 2 minutes. The passive site consists of a static maintenance website hosted in an Amazon S3 bucket in the us-east-1 Region. The system must automatically redirect users to the maintenance page if the primary application servers or the database fail. Which configuration should a solutions architect implement to meet these requirements?
An organization is designing a highly resilient, low-latency API gateway endpoint for a global mobile application. The backend microservices are deployed on Amazon ECS behind Application Load Balancers (ALBs) in the `us-east-1` and `eu-west-1` regions. The business requires that users are routed to the closest region under normal operating conditions. If the ECS tasks in a region fail, Route 53 must automatically route traffic away from that region. Additionally, the failover mechanism must verify that the API returns a specific JSON status payload containing \"status\": \"healthy\", which is returned by a deep health check endpoint. Which two configurations should a solutions architect implement to meet these requirements? (Select two.)
Select all that apply
A retail company runs a production transaction-processing application on an Amazon RDS for MySQL DB instance. The database must be highly resilient to Availability Zone outages with a Recovery Time Objective (RTO) of less than 120 seconds. Additionally, the application requires read scaling to handle heavy reporting queries during business hours without impacting write operations on the primary database instance.
Which two database configurations should the solutions architect choose to meet these requirements? (Select TWO.)
Select all that apply
A company wants to configure an active-passive disaster recovery strategy for its web portal. The primary website is hosted behind an Application Load Balancer (ALB) in the us-east-1 Region. If the ALB becomes unhealthy, all traffic must be redirected automatically to a backup static maintenance site hosted on an Amazon S3 website endpoint in the us-west-2 Region. Which configurations must the Solutions Architect implement in Amazon Route 53 to achieve this behavior? (Select TWO.)
Select all that apply
A fintech enterprise hosts a containerized loan processing platform on Amazon ECS across three Availability Zones. The platform generates and modifies loan agreements that must be concurrently accessible by multiple containers in an active-active configuration. The platform's disaster recovery SLA requires a Recovery Point Objective (RPO) of hours and a Recovery Time Objective (RTO) of hour. The storage solution must be highly resilient, durable, and support automatic failover across all three Availability Zones. Which combination of storage and backup configurations should a solutions architect implement to meet these requirements? (Select TWO.)
Select all that apply