Tüm alıştırma soruları
1964 soru
A logistics enterprise uses AWS Organizations to manage a multi-account environment. The production application runs on a fleet of Amazon EC2 instances in a production account. The application logs are written to `/var/log/app/production-active.log` and are rotated hourly by renaming the active file to `/var/log/app/production-YYYYMMDD-HH.log` before creating a new active log file. The enterprise also wants to centralize AWS CloudTrail logs from all organization accounts into an Amazon S3 bucket in a dedicated Logging account. A Solutions Architect is tasked with designing a highly secure, reliable logging architecture that ensures zero log loss for the application logs during rotation and successful centralized delivery of CloudTrail logs. Which combination of configurations should the Solutions Architect implement?
A company has three VPCs in the us-east-1 Region: a production VPC, a shared services VPC, and a data analytics VPC. Currently, the VPCs are interconnected using an AWS Transit Gateway. The data analytics team reports that transferring large datasets between the production VPC and the data analytics VPC is experiencing throughput bottlenecks and higher-than-expected latency. Which solution will provide the highest throughput and lowest latency for inter-VPC traffic?
An application runs on Amazon EC2 instances and writes log events to a local file at /var/log/app/current.log. The logs are rotated hourly and renamed with a timestamp suffix, after which a new current.log file is created. The CloudWatch agent is configured to collect these logs, but it regularly fails to capture log events that are written during the rotation window. How should a solutions architect update the CloudWatch agent configuration to resolve this issue?
A company is designing a new AWS environment with a single VPC containing private subnets across two Availability Zones: us-west-2a and us-west-2b. The workloads in the private subnets must access external APIs on the internet for updates. The solutions architect must design a highly available outbound connectivity solution that prevents an outage in one Availability Zone from impacting internet access in the other Availability Zone. Which networking configuration satisfies these requirements?
A retail company is launching a new customer-facing application in a dedicated VPC in the Region. The application runs on Amazon EC2 instances distributed across three Availability Zones (, , and ) within private subnets. The instances require outbound internet connectivity to download real-time currency exchange rates and must also resolve internal domain names within a Route 53 Private Hosted Zone (PHZ) named that is managed in a separate Shared Services AWS account. Which design configuration satisfies these requirements while minimizing latency, preventing a single point of failure for outbound traffic, and ensuring proper internal name resolution?
A company is configuring centralized logging and monitoring for its multi-account environment managed by AWS Organizations. The goal is to collect application logs from Amazon EC2 instances in various application accounts and deliver them to a central S3 bucket in a dedicated Security account. On the EC2 instances, the application logs are rotated hourly. Additionally, the company needs to collect memory utilization metrics from the EC2 instances. Which two configurations are required to meet these requirements?
Geçerli olan tümünü seçin
A company runs a critical reporting application that queries an Amazon RDS PostgreSQL Multi-AZ DB instance. During monthly billing cycles, CPU utilization on the database spikes to 100% due to heavy read-only queries, causing performance degradation for other application functions. A solutions architect needs to optimize the database performance to offload these read queries. Which of the following is the most effective solution to resolve the bottleneck?
An enterprise runs a critical e-commerce platform in an active-passive disaster recovery configuration across two AWS Regions: us-east-1 (Primary) and us-west-2 (Secondary). The architecture includes an Application Load Balancer (ALB) and an Auto Scaling group of Amazon EC2 instances in each region. The database layer uses an Amazon Aurora PostgreSQL Global Database, with the primary cluster in us-east-1 and a read replica cluster in us-west-2. Amazon Route 53 public hosted zones are configured with failover routing records pointing to the primary and secondary ALBs. During a simulated database outage in us-east-1, the database became completely unresponsive, but the EC2 instances and ALB remained healthy, preventing Route 53 from failing over and causing client requests to fail. Which combination of actions should the Solutions Architect implement to automate failover to the secondary region while meeting an RTO of 15 minutes and an RPO of 5 minutes?
An enterprise maintains a legacy critical application hosted on Amazon EC2 instances in an Auto Scaling group across multiple member accounts in AWS Organizations. The application rotates its internal logs hourly, renaming the active log file `/var/log/app/transaction.log` to `/var/log/app/transaction.log.YYYY-MM-DD-HH` and compressing it. System operators need to aggregate these rotated logs into a centralized Amazon S3 bucket located in a dedicated Security account. The collection must occur in near real-time, preserve the rotated files, and tolerate instance termination. The current setup uses a CloudWatch agent configuration that fails to send rotated logs consistently, and logs are occasionally lost. Which of the following solutions should a Solutions Architect implement to resolve this logging gap and ensure operational excellence?
A logistics platform runs a fleet of delivery tracking services on Amazon EC2 instances. The tracking application outputs internal transaction metrics to a file located at `/var/log/tracking/session.log`. During peak hours, a cron job on the server executes a log rotation script that compresses and renames the active log file to `/var/log/tracking/archive-[timestamp].log.gz` and creates a new empty `/var/log/tracking/session.log`. The operations team uses the Unified CloudWatch Agent to monitor these metrics, but they notice that metrics are missing for hours at a time, specifically starting immediately after each log rotation event. Which configuration change will ensure that the CloudWatch Agent continuously collects the log files without interruption?
A financial enterprise is designing a new multi-account AWS architecture in the us-west-2 Region. The design includes two spoke VPCs, App-VPC-01 (CIDR 10.1.0.0/16) and App-VPC-02 (CIDR 10.2.0.0/16), which host application workloads in private subnets across two Availability Zones. A third VPC, Shared-Services-VPC (CIDR 10.100.0.0/16), hosts a shared database cluster. The enterprise has the following requirements:
* Workloads in both spoke VPCs must access the shared database cluster in the Shared-Services-VPC.
* Workloads in App-VPC-01 and App-VPC-02 must be strictly isolated from each other at the network routing layer.
* Workloads in the spoke VPCs must privately resolve the database domain db.corp.internal, which is hosted in a Route 53 Private Hosted Zone (PHZ) in the shared services account.
* Outbound internet egress for all VPCs must be routed through a centralized egress VPC (Egress-VPC) for inspection via AWS Network Firewall. The outbound egress architecture must be resilient to Availability Zone outages.
Which of the following designs meets these requirements with the least operational complexity?
An enterprise operates a multi-tier application across two AWS accounts in an AWS Organization. The production deployment is in VPC-A within the us-east-1 region, and the disaster recovery (DR) site is in VPC-B within the us-west-2 region. The database tier uses an Amazon Aurora PostgreSQL Global Database, with the primary cluster in VPC-A and a secondary replica cluster in VPC-B. For internal communication, the database cluster's endpoints are registered in a Route 53 Private Hosted Zone (PHZ) named db.internal.example.com created in the production account.
During a disaster recovery exercise, the Solutions Architect initiates a failover by promoting the secondary database cluster in us-west-2 to primary and updates the DNS records. Although the Aurora database cluster promotion is successful, the application servers in VPC-B fail to connect to db.internal.example.com, resulting in DNS resolution failures.
What is the root cause of this failure, and how should it be resolved to ensure reliable disaster recovery?
A company runs a three-tier web application on Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB). The application's database is a single-node Amazon RDS for PostgreSQL instance. During high-traffic events, users experience slow response times. System metrics indicate that EC2 CPU utilization remains below , but the RDS instance CPU utilization reaches due to a large volume of read-only reporting queries. Which architectural optimization should a solutions architect implement to resolve the performance bottleneck with the least operational overhead?
An enterprise is reviewing the network architecture of its multi-tier application in the us-east-1 region to optimize performance and reduce latency. The application is deployed across multiple private subnets in three Availability Zones. Currently, the instances in all three Availability Zones access external APIs via a single NAT Gateway located in Availability Zone us-east-1a. During peak hours, the application experiences high latency and connection timeouts when communicating with external API endpoints. Additionally, instances need to resolve internal service names hosted in a Route 53 Private Hosted Zone (PHZ) created in a shared services VPC, but internal queries currently resolve to public endpoints over the internet, causing additional latency and security concerns. Which set of actions will resolve the latency issues and optimize network performance?
A pharmaceutical company is launching a new research platform using AWS Organizations. The architecture requires a compliance auditing application hosted on an Amazon Elastic Container Service (ECS) cluster running on AWS Fargate in the Compliance account () to regularly analyze raw clinical research data stored in an Amazon S3 bucket within the Research account (). The clinical research data is encrypted at rest using AWS KMS. The security policy mandates that all access to the S3 bucket must be restricted to authorized roles, and the ECS task role in the Compliance account must have read-only access to the S3 bucket and be able to decrypt the objects. An SCP is attached to the Research OU that allows KMS decryption actions. Which of the following configurations will securely enable the ECS task role to access and decrypt the S3 objects?
An IoT fleet tracking platform processes telemetry data from 500,000 devices. The ingestion layer uses an Application Load Balancer (ALB) routing traffic to an Auto Scaling group (ASG) of Amazon EC2 c6i.xlarge instances. The instances write raw telemetry payloads to 100 GB Amazon EBS gp3 volumes (configured with default 3,000 IOPS and 125 MB/s throughput) for local validation, sorting, and batching before saving the consolidated records to an Amazon Aurora PostgreSQL database. During scheduled daily synchronization events, device telemetry spikes instantly by 10x. During these periods, users experience slow API responses, and CloudWatch metrics reveal high write latency on the EC2 instances, a significant spike in HTTPCode_ELB_5XX_Count at the start of the synchronization, and increased read replica lag on Aurora Reader instances. Which combination of architectural modifications will resolve these performance bottlenecks with the lowest latency and cost?
A company hosts a critical web application in a single AWS Region. The application tier runs on Amazon EC2 instances within an Auto Scaling group, and the database tier uses Amazon RDS for PostgreSQL. The company wants to implement a cost-effective Pilot Light disaster recovery (DR) strategy in a secondary AWS Region. Which combination of actions should the solutions architect take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A media company hosts a video processing platform on AWS. The application runs on Amazon EC2 instances in an Auto Scaling Group (ASG) behind an Application Load Balancer (ALB). The instances process large 4K video uploads (averaging to each) that are downloaded from Amazon S3, transcoded locally, and uploaded back to S3. The transcoding software requires metadata from an Amazon Aurora PostgreSQL database deployed in a Multi-AZ configuration.
During recent scheduled marketing campaigns, the company encountered several performance issues:
* Transcoding execution times increased significantly, and the EC2 instances showed high I/O wait times and disk queue length, while instance CPU utilization remained under . The instances utilize Amazon EBS gp3 volumes with default settings ( IOPS and throughput).
* The ALB dropped incoming user connections at the start of the campaigns before the ASG could launch new instances.
* The database experienced high CPU utilization and query timeouts due to a spike in read-intensive analytical queries.
Which combination of actions will optimize the performance of the system to resolve these bottlenecks?
An enterprise web application is hosted in the us-east-1 Region. Users located in Europe are experiencing high latency when accessing the application. At the same time, internal resources in the application VPC are unable to resolve the domain names of shared services hosted in a separate VPC. A Solutions Architect needs to optimize the network performance for global users and fix the internal resolution issues. Which of the following actions should the Solutions Architect take? (Select TWO.)
Geçerli olan tümünü seçin
A company is designing a new multi-tier application on AWS. The application workloads will be deployed across two Availability Zones in private subnets within a single VPC. The instances in the private subnets require outbound internet access to download software updates, but they must not receive inbound connections from the internet. The network design must be highly available and resilient to Availability Zone failures. Which of the following actions should the Solutions Architect take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin