Tüm alıştırma soruları
1964 soru
A financial services company is designing a hybrid network architecture for its AWS multi-account environment. The environment consists of several Production spoke VPCs and Non-Production spoke VPCs, all connected to a central AWS Transit Gateway (TGW) in a network transit account. The company has the following requirements for connectivity to their on-premises network ():
- Production traffic must utilize a primary Gbps Direct Connect (DX) connection at DX-Location-A. If DX-Location-A fails, traffic must fail over to a Gbps DX connection at DX-Location-B. If both DX connections fail, production traffic must fail over to a backup Site-to-Site VPN connection.
- Non-Production traffic must only use the DX connection at DX-Location-B to preserve bandwidth on the primary connection. It must never use DX-Location-A or the Site-to-Site VPN under any circumstances.
- Asymmetric routing between the on-premises network and AWS must be prevented.
Which combination of architectural and routing configurations must the Solutions Architect implement to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A global pharmaceutical logistics company is designing a temperature-controlled vaccine shipment monitoring system on AWS. The application runs on Amazon EC2 instances in private subnets across multiple Availability Zones in both the `us-east-1` and `eu-west-1` Regions. The EC2 instances must query a database containing shipping telemetry and connect to external internet-based pharmaceutical registries to report alerts.
The business has specified a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 2 minutes. The architecture must automatically route end-users to the region with the lowest latency during normal operations, and redirect them to the alternate region if one region becomes unhealthy. Furthermore, internal microservices in both regions must resolve the internal endpoint `api.coldchain.internal` hosted in a Route 53 Private Hosted Zone (PHZ).
Which two configuration strategies should the solutions architect implement to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise has a critical order-processing application deployed in AWS. The current architecture runs in a single AWS Region across multiple Availability Zones, utilizing an Application Load Balancer (ALB), an Auto Scaling group of Amazon EC2 instances, and an Amazon Aurora PostgreSQL Global Database with a primary cluster in us-east-1 and a secondary read-only cluster in us-west-2. Route 53 is used for DNS routing with simple routing records pointing to the us-east-1 ALB. During a recent regional outage in us-east-1, the operations team suffered significant recovery delays because the Route 53 DNS records had to be updated manually. Additionally, internal microservices in the secondary VPC failed to resolve internal endpoints because the Route 53 Private Hosted Zone (PHZ) was not accessible, and the application's database connection pool crashed because the database endpoint names changed. The company requires a disaster recovery strategy that provides an Recovery Time Objective (RTO) of less than 15 minutes and a Recovery Point Objective (RPO) of less than 1 minute. Which of the following solutions should a Solutions Architect implement to meet these requirements with the least operational complexity?
A company has configured an active-passive disaster recovery strategy for its web application across two AWS Regions. They use Amazon Route 53 with failover routing policies to direct traffic. During a disaster recovery simulation, the primary region's application server is shut down, but Route 53 continues to resolve DNS queries to the primary region's load balancer. Which of the following is the most likely cause of this behavior?
A company hosts a web application behind an Application Load Balancer in the us-east-1 Region. Users in Europe and Asia are reporting high latency during the initial connection setup phase. A solutions architect needs to optimize network performance and reduce connection latency for these global users by onboarding the application to the AWS global network edge. Which service should the solutions architect use to meet these requirements?
An enterprise is designing a centralized compliance logging solution across its AWS Organization, which consists of a Management Account (), a Security Account (), and multiple production member accounts. The security team is setting up an organization trail from the Management Account to deliver logs to a centralized Amazon S3 bucket named `central-audit-logs` located in the Security Account. The company's compliance policy dictates that all logs must be encrypted at rest using a customer managed key (CMK) and that access to read these logs must be restricted to an auditor role in the Security Account, who federates via an external SAML Identity Provider (IdP). Which combination of configuration steps will successfully meet these requirements?
An enterprise financial platform operates its core transaction processing engine in a private subnet within the us-east-1 region. The application exposes HTTPS endpoints via an internet-facing Application Load Balancer (ALB). The platform is experiencing latency issues for clients connecting from London and Singapore, with average round-trip times (RTT) exceeding . The database layer in us-east-1 must maintain strict immediate consistency, preventing multi-region database replication. Security compliance dictates that client source IP addresses must be preserved at the application layer for audit logging, and connections must benefit from TCP optimization by entering the AWS network as close to the users as possible. Which architecture optimization should the Solutions Architect implement to minimize latency for international clients while adhering to all constraints?
An enterprise is designing a new multi-account, multi-region architecture on AWS to support its migration. The architecture consists of 10 VPCs in `us-east-1` and 10 VPCs in `us-west-2`, each deployed across two Availability Zones. The design must satisfy the following requirements:
1. Low-latency, private connectivity between all VPCs and the on-premises data center using an existing 10 Gbps AWS Direct Connect (DX) connection terminated in `us-east-1`.
2. VPCs within the same region must be able to communicate with each other, but cross-region VPC-to-VPC communication must be prevented.
3. High availability for outbound-only internet traffic from private subnets in all VPCs must be maintained during Availability Zone outages.
4. Internal DNS resolution for a single private namespace (`corp.internal`) must be available across all VPCs and on-premises.
Which of the following designs meets these requirements with the lowest operational complexity and cost?
An enterprise runs a critical web application in the us-east-1 Region. The architecture consists of an Application Load Balancer (ALB), an Auto Scaling group of Amazon EC2 instances, and an Amazon RDS for PostgreSQL Multi-AZ database. The database endpoint is resolved via a Route 53 Private Hosted Zone. To enhance reliability and meet compliance mandates, the enterprise needs to establish a pilot light disaster recovery (DR) solution in the us-west-2 Region. The solution must achieve a Recovery Point Objective (RPO) of minutes and a Recovery Time Objective (RTO) of minutes. Which strategy should a solutions architect recommend to meet these requirements with the lowest operational overhead?
An organization runs a batch processing application on Amazon EC2 instances in an Auto Scaling Group. The workload uses memory-optimized `r5.xlarge` instances, each attached to a `` Amazon EBS General Purpose SSD (`gp2`) volume. A Solutions Architect reviews Amazon CloudWatch metrics and notes the following: average CPU utilization is `` during peak operations, average memory utilization is ``, and the EBS volumes are experiencing I/O throttling at ``, leading to high disk I/O wait times. Which configuration change should the Solutions Architect recommend to optimize both compute and storage performance while minimizing costs?
A solutions architect is designing a new AWS networking infrastructure for an enterprise. The architecture includes three VPCs in the us-west-2 region: VPC-Production, VPC-UAT, and VPC-SharedServices. The design must support:
- Private, scalable VPC-to-VPC routing.
- Hybrid connectivity to an on-premises data center via a new AWS Direct Connect connection.
- Outbound internet access from private subnets in all VPCs that is highly available, resilient to Availability Zone outages, and avoids cross-AZ data transfer charges.
- Resolution of a Route 53 Private Hosted Zone (PHZ) managed in the VPC-SharedServices account by resources in both VPC-Production and VPC-UAT.
Which design satisfies these requirements?
A company operates a nightly batch processing workload on AWS. The workload runs in two distinct phases:
* Phase 1: A fleet of Amazon EC2 instances in an Auto Scaling group (ASG) downloads large raw data files from Amazon S3. The instances process these files and write large intermediate datasets to attached Amazon EBS `gp3` volumes configured with default settings ( and throughput). During this phase, performance metrics show that the EBS volumes reach write throughput utilization, while the average CPU utilization of the EC2 instances remains under .
* Phase 2: After the intermediate files are processed, a high-volume AWS Lambda function executes up to concurrent runs to perform secondary transformations and write the outputs to Amazon DynamoDB. During this phase, critical real-time API-driven Lambda functions in the same AWS account are intermittently throttled.
Which combination of actions should a Solutions Architect recommend to optimize performance and resolve the throttling issues?
An enterprise runs a multi-tier application across several VPCs in us-east-1 with database workloads on Amazon Aurora PostgreSQL Serverless v2. The internal microservices rely on a Route 53 Private Hosted Zone (PHZ) managed in a centralized Shared Services account. Currently, all outbound internet traffic from the private application subnets is routed through a single NAT Gateway in us-east-1's Availability Zone A.
To improve reliability and implement a disaster recovery (DR) strategy in us-west-2, the Solutions Architect must design a solution meeting an RTO of minutes and an RPO of minutes. The strategy must resolve existing single points of failure in the network path and ensure internal microservices resolution works seamlessly in both regions during a failover.
Which combination of actions will meet these requirements while minimizing operational complexity?
An enterprise runs a critical application on Amazon EC2 instances in an Auto Scaling group across multiple AWS accounts. The application writes log events to a local file at `/var/log/app/production.log`. A log rotation utility runs hourly, renaming the file to `/var/log/app/production.log.YYYY-MM-DD-HH` and creating a new empty `/var/log/app/production.log` file. Currently, the Unified CloudWatch Agent is installed on the EC2 instances, and its configuration file specifies `/var/log/app/production.log` as the log source. The operations team reports that log events written immediately before and during the hourly rotation are frequently missing from Amazon CloudWatch Logs. Additionally, the company's security policy requires all application logs to be consolidated into a single Amazon S3 bucket located in a dedicated Security account for long-term retention. Which combination of actions should the Solutions Architect recommend to resolve the log loss and establish the centralized logging pipeline?
An enterprise is deploying a new high-throughput, latency-sensitive application across two AWS Regions: us-east-1 (primary) and us-west-2 (secondary). The architecture consists of the following components:
* Two application VPCs: App-VPC-US1 in us-east-1 and App-VPC-US2 in us-west-2, each deployed across three Availability Zones.
* A central shared services VPC: Shared-VPC-US1 in us-east-1 containing a Route 53 Private Hosted Zone (PHZ) named app.corp.internal and Route 53 Resolver Outbound Endpoints to resolve on-premises DNS queries.
* Hybrid connectivity via AWS Direct Connect (DX) with a Direct Connect Gateway (DXGW) connected to an on-premises data center, and a backup Site-to-Site VPN.
The solution must satisfy the following constraints:
1. Cross-region network traffic between App-VPC-US1 and App-VPC-US2 must achieve the lowest latency and highest throughput possible, bypassing intermediate hubs.
2. Private instances in all three VPCs must be able to resolve records in app.corp.internal and route queries for corp.internal to on-premises DNS servers.
3. Outbound internet egress for private subnets in all VPCs must remain resilient to single Availability Zone failures within their respective regions.
4. Cross-region hybrid connectivity failover must be dynamic and automated.
Which network architecture design fully satisfies these requirements with the lowest latency and lowest administrative overhead?
An enterprise reporting application runs on a fleet of Amazon EC2 instances in an Auto Scaling Group behind an Application Load Balancer (ALB). The application queries an Amazon RDS for PostgreSQL DB instance configured in a Multi-AZ deployment. At the start of every fiscal quarter, the number of concurrent users spikes from to over within a -minute window to run complex data extraction reports. During this peak window, the application experiences high latency and drops connections, resulting in `HTTP 504 Gateway Timeout` errors. CloudWatch metrics indicate that the RDS DB instance CPU utilization reaches due to read-heavy queries, while write IOPS remain negligible. The database storage is configured with a General Purpose SSD (`gp3`) volume. Which strategy should a Solutions Architect implement to optimize the compute and storage layers to handle the quarterly spike with minimum latency and zero dropped requests?
An enterprise manages its applications using a multi-account AWS Organizations structure. A critical multi-tier application has its primary deployment in the us-east-1 Region under a Production Account, and its disaster recovery (DR) environment in the us-west-2 Region under a DR Account. The database tier consists of an Amazon Aurora PostgreSQL Global Database, with the primary cluster in us-east-1 and a secondary cluster in us-west-2. The enterprise has a target Recovery Time Objective (RTO) of minutes. During a recent DR drill, the solutions architect identified the following issues:
1. Internal microservices running in the us-west-2 VPC could not resolve the DNS names of internal dependencies defined in the Route 53 Private Hosted Zone (PHZ) hosted in the us-east-1 Production Account.
2. The database failover took longer than the RTO because it required manual database promotion and manual updates to the database connection string in the application configuration.
Which TWO actions should the solutions architect take to resolve these issues and meet the RTO? (Select TWO.)
Geçerli olan tümünü seçin
A financial services firm is building a new multi-account landing zone on AWS in the us-east-1 Region. The architecture requires connecting two spoke VPCs, Retail-App-VPC (Account A) and Wholesale-App-VPC (Account B), to a central hub VPC named Transit-Core-VPC (Account C) using an AWS Transit Gateway. Spoke-to-spoke IP routing between Retail-App-VPC and Wholesale-App-VPC is strictly prohibited due to compliance regulations.
All outbound internet traffic from the private subnets of both spoke VPCs must be inspected through a cluster of security firewalls hosted in Transit-Core-VPC. A AWS Direct Connect connection terminates at an on-premises data center and is attached to a Direct Connect Gateway associated with the Transit Gateway. Additionally, DNS resolution must be configured such that resources in the spoke VPCs can resolve on-premises services in the corp.internal domain, while on-premises servers and the spoke VPCs must be able to resolve resource records in a Route 53 Private Hosted Zone (PHZ) for aws.platform.internal hosted in Account C.
Which of the following designs meets these requirements while ensuring maximum availability, preventing single points of failure, and minimizing operational and data transfer overhead?
An enterprise operates a high-volume microservices application running on a fleet of Amazon EC2 instances in an Auto Scaling group within a Production AWS account. The instances run the Unified CloudWatch Agent to collect application logs from `/var/log/app/output.log`. The logs undergo hourly rotation, where the active file is renamed to `/var/log/app/output.log.YYYY-MM-DD-HH` and a new empty `/var/log/app/output.log` is created.
To improve operational excellence, a Solutions Architect must centralize these logs into a CloudWatch log group in a dedicated Security account. The architecture must guarantee zero log loss during rotation, prevent duplicate ingestion of historical log lines, and secure the logs in transit and at rest using a customer-managed KMS key in the Security account.
Which of the following configurations meets these requirements with the least operational complexity?
A company is improving the monitoring and auditing of its AWS environment. The company has a multi-account structure managed under AWS Organizations. An application running on Amazon EC2 instances in a member account writes logs to `/var/log/app/app.log`, which are rotated hourly. Additionally, the company needs to centralize CloudTrail logs from all member accounts into a single Amazon S3 bucket located in a central security account.
Which of the following actions should the Solutions Architect take to configure these logging requirements correctly? (Select TWO.)
Geçerli olan tümünü seçin