Tüm alıştırma soruları
1964 soru
An enterprise is designing a centralized auditing solution for its AWS Organization, which contains member accounts. The security team wants to enable AWS CloudTrail for all accounts to log all read and write API activity across all AWS Regions. The log files must be consolidated in a single Amazon S3 bucket located in a dedicated Security account. The logs must be encrypted using a KMS key, and the security team must prevent any member account administrators from disabling or modifying the trail. Which combination of actions should the Solutions Architect take to implement this solution? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise operates a high-performance web application deployed across two AWS Regions: us-east-1 and eu-west-1. Traffic is routed to the application endpoints via Amazon Route 53 using latency-based routing. The infrastructure team is designing a deployment strategy to release a major application update. The release requirements are:
1. The update must be rolled out to us-east-1 first, routing exactly 5% of the region's live traffic to the new version (the canary) to evaluate performance and error rates.
2. The remaining 95% of traffic in us-east-1 and 100% of traffic in eu-west-1 must continue to access the stable version.
3. If the canary deployment meets health metrics after 1 hour, traffic must be gradually shifted to 100% in us-east-1, followed by a similar rollout in eu-west-1.
4. If health metrics are violated, the canary traffic must be immediately redirected to the stable version without affecting latency-based routing for other users.
Which Route 53 configuration should a Solutions Architect recommend to implement this deployment strategy?
A global online gaming company is launching a multiplayer battle royale game designed to support concurrent users. The architecture uses Application Load Balancers (ALBs) to route traffic to matchmaking microservices running on Amazon ECS tasks using the AWS Fargate launch type. Matchmaking state is stored in an Amazon Aurora PostgreSQL Serverless v2 database, and session tracking uses Amazon ElastiCache for Redis. During global marketing events, matchmaking traffic is projected to surge from to over in under . A solutions architect must design a highly scalable and performant solution that prevents connection failures and database bottlenecks during these sudden spikes. Which combination of actions will meet these scalability and performance requirements while minimizing connection failures and request latency? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise needs to migrate a dataset of legacy files from an on-premises NFS file system to an Amazon S3 bucket. The enterprise has a dedicated network connection to AWS. The migration must be completed within a -day maintenance window. The migrated data must be encrypted at rest using an AWS Key Management Service (AWS KMS) key that allows the enterprise to delegate cross-account decryption access to an external auditing team. Which strategy should a solutions architect recommend to meet these requirements?
An international flight dispatch and crew scheduling platform is designing a new multi-region disaster recovery (DR) architecture. The application is deployed across VPCs in us-east-1 (Primary) and us-west-2 (Secondary). The platform has a Recovery Time Objective (RTO) of minutes and a Recovery Point Objective (RPO) of minute. Outbound internet communication from application servers in private subnets must remain highly available in the event of an Availability Zone (AZ) outage. The system must minimize operational costs during idle periods, while ensuring that database failover meets the target recovery metrics. Which two of the following configurations should the solutions architect implement to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A retail enterprise is modernizing its legacy order processing system by migrating it to a serverless architecture on AWS. The new architecture uses an Amazon API Gateway API that triggers an AWS Lambda function. The Lambda function processes orders and updates an Amazon RDS for PostgreSQL database located in a private VPC subnet. The database also serves other business-critical reporting applications. During promotional sales, the system experiences high-volume, bursty traffic. The solutions architect must ensure that the order-processing Lambda functions do not exhaust the RDS database connection limit, and that these traffic bursts do not throttle other Lambda functions in the same AWS account. Which design should the solutions architect implement to satisfy these requirements?
A real estate platform is designing a new multi-region disaster recovery (DR) and high availability architecture for its listing portal. The primary region is us-east-1 and the secondary region is us-west-2. The solution must support an RTO of 15 minutes and an RPO of 5 minutes, while minimizing baseline costs. The outbound internet connectivity from private subnets must remain operational if a single Availability Zone experiences an outage. Under normal operations, users must be routed to the region that offers the lowest latency, and failover to the backup region must occur automatically if the primary region becomes unhealthy.
Which two architectural components should a Solutions Architect select to meet these requirements? (Select two.)
Geçerli olan tümünü seçin
A gaming company is launching a highly anticipated multiplayer game. During peak tournament events, the matchmaking and session metadata service expects an instantaneous surge in traffic, scaling from a baseline of to over in less than . The backend architecture consists of an Application Load Balancer (ALB) routing traffic to a containerized fleet running on Amazon Elastic Container Service (Amazon ECS) on AWS Fargate. The session state is stored in an Amazon Aurora PostgreSQL database. Performance during the transition must be seamless, with latency under for of requests, and no connection failures. Which two configurations should the Solutions Architect implement to meet these requirements?
Geçerli olan tümünü seçin
A logistics corporation is designing a hybrid network connectivity solution for its multi-account AWS environment. The infrastructure consists of spoke VPCs evenly distributed across the `us-east-1` and `eu-west-1` regions. The company must connect this infrastructure to two on-premises data centers: a primary site in Frankfurt and a secondary site in Munich. The design must use two AWS Direct Connect connections—one terminating in Frankfurt and another in Munich—to achieve high availability and active-standby failover. The architecture must minimize BGP routing complexity and administrative overhead, prevent inter-VPC traffic from crossing regions unless explicitly configured, and scale to accommodate new spoke VPCs without manual BGP updates. Which TWO network configurations should a solutions architect implement to meet these requirements?
Geçerli olan tümünü seçin
A digital learning platform offers synchronized online examination sessions for universities worldwide. During the first minutes of a scheduled exam, traffic spikes instantaneously from requests per second (RPS) to over RPS as thousands of students log in and fetch the exam question database. The architecture utilizes an Application Load Balancer (ALB) and an Auto Scaling group of Amazon EC2 instances, backed by a single Amazon RDS PostgreSQL database instance configured with Multi-AZ. During the initial minutes of the exam, the database experiences high CPU utilization, and the ALB returns HTTP 502 Bad Gateway and 503 Service Unavailable errors due to dropped requests.
Which two architectural improvements should a Solutions Architect implement to address these performance and scalability issues? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise is migrating a dataset of unstructured media files from an on-premises NFS file system to an Amazon S3 bucket in a target AWS account (Account B). The enterprise currently has a AWS Direct Connect connection terminated in a shared services AWS account (Account A), with a backup internet link. The migration must be completed within a strict timeline of days. Due to regulatory compliance, all data must be encrypted at rest using an AWS KMS Customer Managed Key (CMK), and the data transfer must not traverse the public internet.
Which combination of actions will meet these requirements most efficiently? (Select TWO.)
Geçerli olan tümünü seçin
A digital health enterprise is designing a new compliance archiving system on AWS. The application tier runs on Amazon ECS tasks in a Production account (Account 111122223333). These tasks must write daily clinical audit logs to a centralized Amazon S3 bucket located in a dedicated Compliance account (Account 444455556666). The compliance team requires that the S3 bucket be encrypted at rest using AWS KMS, all uploaded objects are fully owned and managed by the Compliance account, and the solution follows the principle of least privilege. Which combination of actions must the Solutions Architect perform to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise is designing a deployment pipeline for a critical containerized microservice running on Amazon ECS with AWS Fargate behind an Application Load Balancer (ALB). The infrastructure and deployment pipelines must be managed as infrastructure as code (IaC) using AWS CloudFormation. The enterprise has established the following requirements for deployment strategy design:
- Deployments must be fully automated and must not cause any application downtime.
- A new version of the microservice must be tested with a subset of live traffic, routing exactly of the production traffic to the new version for a duration of minutes before shifting the remaining of traffic.
- The deployment must automatically roll back immediately if the new version displays any degradation in performance, specifically measured by an increase in response codes.
Which two configuration steps should the solutions architect combine to meet these requirements?
Geçerli olan tümünü seçin
An energy utility company is modernizing its smart grid meter data ingestion API on AWS. The system must process high-frequency periodic telemetry reports sent from millions of IoT smart meters. During peak hours, the volume of telemetry data spikes drastically. The backend processing logic is implemented using AWS Lambda functions triggered by Amazon API Gateway endpoints. The Lambda functions perform lightweight validation and write directly to an Amazon RDS PostgreSQL database located in a private VPC subnet. The company requires a secure, highly available architecture that prevents database connection exhaustion during peak traffic periods and ensures that the smart grid ingestion workload does not starve other critical administrative workloads of Lambda compute resources in the same AWS region. Which TWO actions should the Solutions Architect take to design a solution that meets these requirements?
Geçerli olan tümünü seçin
A digital learning platform is launching a real-time examination service. During school exams, the platform experiences a sudden surge in traffic. Because exams are scheduled independently by thousands of schools throughout the day, the spikes are frequent but unpredictable at the global platform level, making manual pre-warming requests impractical. When an exam starts, submission traffic spikes from to within . The system must process these submissions, save them to a relational database, and immediately update a real-time monitor dashboard for instructors. The dashboard queries are highly concurrent and read-heavy, requiring sub- latency. Which architectural design will meet these scalability and performance requirements while preventing dropped requests?
A national election committee is launching a web portal to broadcast live election results. The portal is expected to experience a sudden surge in traffic, scaling from a baseline of concurrent users to over concurrent users within a few minutes as soon as poll results are announced. The portal's current architecture consists of a web application running on Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB), and a backend Amazon RDS for PostgreSQL Multi-AZ DB instance. The workload is heavily read-intensive, with users constantly fetching the latest precinct counts. Which solution should a solutions architect recommend to ensure the application scales to meet this demand while maintaining high performance and availability?
An educational technology company is designing a new online testing platform that will serve students globally. The application's web tier runs on Amazon EC2 instances inside private subnets across two Availability Zones in the primary region (us-east-1). Outbound internet access for grading APIs is routed through NAT Gateways. The database is hosted on Amazon Aurora PostgreSQL. The architecture must support a secondary recovery region (us-west-2) to satisfy a disaster recovery plan with a Recovery Point Objective (RPO) of and a Recovery Time Objective (RTO) of . For internal service communications, a Route 53 Private Hosted Zone (PHZ) is used to resolve internal microservice endpoints. Which of the following architectures should a solutions architect recommend to meet the RTO and RPO requirements while ensuring high availability and fault tolerance?
An enterprise wants to migrate an on-premises SMB file share to Amazon FSx for Windows File Server. The enterprise has a Direct Connect connection to AWS via a Transit Gateway, but only of network bandwidth can be allocated for the migration due to daytime production traffic. The migration must be completed within while fully preserving all NTFS Access Control Lists (ACLs) and metadata. The target FSx file system must be encrypted using a KMS key that supports cross-account access from the migration team's AWS account. Which of the following solutions meets these requirements with the least operational overhead?
An airline is modernizing its legacy loyalty reward points redemption backend by migrating it to a serverless architecture on AWS. The solution will expose a public REST API via Amazon API Gateway, which triggers an AWS Lambda function. This function processes transactions, updates customer records in a private Amazon Aurora PostgreSQL database, and calls an external loyalty-partner API over the public internet to validate partner reward points. During promotional events, traffic is expected to spike from a baseline of requests per second to over requests per second. The architect must ensure that database connections are managed efficiently to prevent database overload, that sudden traffic spikes do not consume the entire account-level concurrent execution pool (which would throttle other critical serverless workloads in the same AWS account), and that all outbound traffic to both the private database and the public internet remains highly available and resilient to Availability Zone outages.
Which architectural design meets these requirements?
A financial services company is modernizing its legacy transaction auditing API by migrating it to a serverless architecture on AWS. The application consists of an Amazon API Gateway REST API backed by AWS Lambda functions. The audit records must be written to an Amazon RDS PostgreSQL database deployed in private subnets. During end-of-month processing, the API experiences massive, unpredictable traffic spikes that exhaust the database connection pool. The Solutions Architect must design a highly available, secure solution. The solution must prevent the transaction auditing Lambda functions from consuming all execution capacity in the AWS region, which would throttle other critical applications. Additionally, database credentials must be managed securely, supporting rotation triggered from a centralized deployment pipeline in a separate security AWS account. Which configuration meets these requirements while adhering to the AWS Well-Architected Framework?