Tüm alıştırma soruları
1964 soru
A global high-frequency trading SaaS platform operates its core transactional backend in the us-east-1 Region. The system connects to an on-premises colocation facility using a 10 Gbps AWS Direct Connect connection terminated on a Direct Connect Gateway (DXGW) via a Transit Virtual Interface (Transit VIF) attached to an AWS Transit Gateway in us-east-1. The platform is expanding its analytical services to the us-west-2 Region, where EC2 instances in multiple VPCs are connected via a local Transit Gateway in us-west-2. The Transit Gateways in both regions are peered.
Analytical applications in us-west-2 must transfer large, time-sensitive datasets (up to 120 GB per file) directly to the on-premises colocation facility. Currently, the team has configured routing to send traffic from the us-west-2 VPCs through their local Transit Gateway, across the inter-region Transit Gateway peering connection to the Transit Gateway in us-east-1, and then to the DXGW. However, network administrators report that traffic from us-west-2 cannot establish connectivity to the on-premises network. Furthermore, once connectivity is resolved, the company requires the configuration to deliver the highest possible throughput and lowest latency, utilizing jumbo frames.
Which combination of actions will resolve the connectivity issue while optimizing throughput and latency for the data transfers?
A company runs a media transcoding application on a fleet of Amazon EC2 `c5.xlarge` instances. Each instance has an attached Amazon EBS `gp3` volume used for caching intermediate video files during processing. During peak hours, transcoding jobs take twice as long to complete. Amazon CloudWatch metrics indicate that the EC2 instances have low CPU utilization (under ) but high I/O wait times, and the EBS volumes are constantly operating at throughput. A solutions architect needs to optimize the compute and storage tiers so that each instance can sustain a target throughput of . Which of the following architectural changes will resolve the performance bottleneck and meet the throughput requirement?
A biotechnology company has an existing application running in a Production AWS account that writes sensitive genomic datasets to an Amazon S3 bucket located in a separate Compliance AWS account. The S3 bucket currently encrypts data at rest using server-side encryption with Amazon S3 managed keys (SSE-S3). To satisfy new regulatory audits, the company must enhance its data protection posture. All datasets must be encrypted at rest using a Customer Managed Key (CMK) with automatic annual rotation enabled. Furthermore, all key usage for decryption must be auditable, and the application in the Production account must be able to perform these operations securely. Which configuration should a solutions architect implement to meet these requirements?
A digital health enterprise operates a remote patient monitoring platform. The platform ingests real-time physiological telemetry from thousands of medical devices. The telemetry ingestion service writes updates to a `patient_vitals` table in an Amazon RDS for PostgreSQL DB instance configured as a Multi-AZ deployment. The web portal for clinicians frequently queries this table to retrieve the active connection status and the most recent vital signs of patients.
During peak morning hours, the database experiences CPU utilization exceeding and a high rate of connection timeouts, which stalls telemetry updates. A performance audit reveals that the clinicians' portal generates thousands of repetitive read queries per second for the same patient connection status records. The telemetry updates require high write throughput and must be persisted. The active connection status reads demand sub-millisecond response times and must remain highly available with automatic failover capabilities.
Which combination of actions should the Solutions Architect take to resolve the database performance bottleneck while meeting the requirements? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise uses AWS CloudFormation StackSets to deploy a baseline security configuration—consisting of an Amazon S3 bucket for security logging and AWS Systems Manager State Manager associations to enforce security agent installation on EC2 instances—across all member accounts in an AWS Organization. The baseline StackSet is deployed from a delegated administrator DevOps account. The S3 logging bucket in each member account must be encrypted using a Customer Managed Key (CMK) managed by the central security team in a dedicated Security account.
During an audit, the security team identifies that some member accounts have configuration drift: local administrators have detached the State Manager associations or manually altered the S3 bucket policies to allow external access, which went undetected. Additionally, recent deployments of the baseline StackSet to new member accounts are failing during the S3 bucket creation step with an Access Denied error.
Which two actions should a Solutions Architect take to resolve the deployment failure and automatically detect and remediate the configuration drift? (Select TWO.)
Geçerli olan tümünü seçin
A logistics company utilizes a multi-account AWS environment managed by AWS Organizations to host its supply chain applications. Database backups of Amazon Aurora PostgreSQL clusters in the member accounts are managed by AWS Backup. To meet strict compliance and data protection guidelines, the security team requires all database backups to be copied daily to a central, isolated disaster recovery (DR) AWS account.
During implementation, the solutions architect notes that the cross-account backup copies are failing. The Aurora clusters in the member accounts are currently encrypted using default AWS-managed keys (aws/rds). The destination backup vault in the DR account is also encrypted using the default AWS-managed key (aws/backup).
Which combination of actions will resolve the copy failures and satisfy the security requirements?
A financial services company hosts a high-frequency trading analysis platform on Amazon EC2 in VPC A (us-east-1). The platform frequently queries a large transactional database running on EC2 in VPC B (us-east-1), retrieving large datasets. Both VPCs are connected via an AWS Transit Gateway. During peak times, the network latency between VPC A and VPC B increases, and the database query responses are throttled due to the 8500-byte Maximum Transmission Unit (MTU) limit and the extra network hop introduced by the Transit Gateway. The company requires a solution that minimizes network latency and maximizes throughput between these two VPCs. Which of the following actions should the Solutions Architect take to optimize the network performance?
An enterprise runs a critical microservices application deployed on Amazon EC2 instances in an Auto Scaling group across multiple member accounts in an AWS Organizations organization. The application is configured to write logs directly to dynamically named, hourly files based on a timestamp pattern (for example, `/var/log/microservice/api-2026-07-16-11.log`). The company wants to implement continuous, real-time log collection using the unified Amazon CloudWatch agent installed on the instances. The log streams are then forwarded from CloudWatch Logs via subscription filters to Amazon Kinesis Data Firehose in each member account, which must deliver the logs to a centralized Amazon S3 bucket in a dedicated logging account. A Solutions Architect observes two issues: 1. Log delivery stops after the first hour of instance execution, and logs in the newly generated files are not sent to CloudWatch Logs. 2. Even when logs are written to CloudWatch Logs, Kinesis Data Firehose is unable to deliver them to the centralized S3 bucket, resulting in delivery failures. Which combination of actions will resolve the logging issues and ensure continuous, centralized log delivery?
An enterprise plans to migrate its on-premises customer portal to AWS. The application consists of a .NET web application running on Windows Server IIS VMs, a backend Microsoft SQL Server database, and a legacy compliance reporting server that relies on proprietary physical USB hardware keys connected to physical on-premises servers.
To align with their cloud migration goals, the enterprise establishes the following requirements:
* The .NET web application should be migrated to a managed platform to reduce OS patching and administration overhead, without modifying the application code.
* The Microsoft SQL Server database must be migrated to Amazon Aurora PostgreSQL to eliminate commercial licensing costs, which requires converting the database schema and rewriting legacy database queries.
* The compliance reporting server must continue running in its current environment due to the physical hardware dependencies.
Which combination of migration strategies from the 7 Rs framework should the Solutions Architect select for these components?
A company operates a critical inventory management application in the us-west-2 Region across three Availability Zones. The database layer is an Amazon Aurora MySQL database cluster. To meet new compliance standards, the company needs to establish a disaster recovery site in the us-east-1 Region with a Recovery Point Objective (RPO) of under minutes and a Recovery Time Objective (RTO) of under minutes. Additionally, internal administrative tools running in VPCs across both regions must be able to resolve the database cluster's endpoints privately. Which of the following strategies should a solutions architect recommend to meet these requirements?
An enterprise is planning to migrate a legacy on-premises web application to AWS. The application currently uses an on-premises Oracle database. To reduce licensing costs, the solutions architect decides to migrate the database to Amazon Aurora PostgreSQL. This change will require converting the schema and rewriting several database queries in the application.
Which migration strategy from the 7 Rs framework is being applied to the database?
A company runs a batch processing application on Amazon EC2 instances located in private subnets within a VPC in the `us-east-1` Region. The application downloads of data monthly from an Amazon S3 bucket located in the same Region. Currently, all outbound traffic from the private subnets is routed through a NAT Gateway, which results in significant NAT Gateway data processing charges. The company wants to eliminate these data processing charges for the Amazon S3 traffic while maintaining the existing subnet architecture. Which network configuration change is the most cost-effective solution?
An energy management company operates a critical power-grid monitoring application on a fleet of Amazon EC2 instances across multiple AWS accounts managed by AWS Organizations. The application logs are written to `/opt/app/logs/grid-metrics.log` and are rotated hourly by a custom script into the same directory as `/opt/app/logs/grid-metrics-YYYY-MM-DD-HH.log`. After 24 hours, the rotated logs are compressed to `/opt/app/logs/grid-metrics-YYYY-MM-DD-HH.log.gz`. The company needs to centralize these logs into an Amazon S3 bucket in a dedicated security account with minimal latency, ensuring no logs are lost during rotation, and compressed files are not duplicated or corrupted during ingestion. Which configuration strategy achieves this with the highest operational efficiency and least administrative overhead?
An enterprise financial portal hosts its application on Amazon EC2 instances inside an Auto Scaling group (ASG) behind an Application Load Balancer (ALB). The portal utilizes an Amazon RDS for PostgreSQL database for order transactions and query retrieval. During market opening daily, traffic surges by a factor of within less than minutes. During these spikes, users encounter HTTP 503 Service Unavailable and HTTP 504 Gateway Timeout errors. Performance logs reveal the following:
1. Database read queries spike, leading to CPU exhaustion on the DB instance and connection pool exhaustion on the EC2 instances.
2. The ALB drops connections immediately at the start of the traffic surge.
3. The ASG launches new instances to scale out, but before these instances finish bootstrapping, the ASG launches additional instances, leading to compute resource thrashing.
Which TWO actions should the Solutions Architect take to resolve these performance issues?
Geçerli olan tümünü seçin
A multinational logistics company collects shipping manifests containing customer PII in regional business unit AWS accounts. These manifests are uploaded to a centralized Amazon S3 bucket in a dedicated Data Archive AWS account under AWS Organizations. Currently, the bucket uses default server-side encryption with the AWS managed key (aws/s3).
The security team mandates that the architecture be enhanced to meet these compliance requirements:
1. All archived data must be encrypted with a key that supports automatic rotation and allows immediate revocation.
2. Regional accounts must be prevented from uploading objects unless they are encrypted using this specific key.
3. No local administrators in the Data Archive account should be able to disable encryption, delete the key, or alter these bucket access rules.
Which combination of actions will meet these requirements with the least operational complexity?
An enterprise operates a critical inventory orchestration system across a multi-account AWS Organization. The compute tier runs on Amazon EC2 instances in private subnets in a primary Workload account VPC in the us-east-1 Region, spread across three Availability Zones. This tier processes messages and sends outbound API updates to external suppliers. The database tier is an Amazon Aurora MySQL DB cluster in the same VPC. The compute tier resolves the database endpoint using a Route 53 Private Hosted Zone (PHZ) (internal.inventory.local) hosted in a separate Shared Services account.
The company wants to enhance the disaster recovery (DR) posture by deploying a warm standby solution in us-west-2. The business requires a Recovery Point Objective (RPO) of under 1 minute and a Recovery Time Objective (RTO) of under 15 minutes. The outbound API connections must remain highly reliable and fault-tolerant during a regional outage.
Which combination of architectural modifications meets these requirements according to AWS best practices?
A company has a multi-account AWS environment managed via AWS Organizations. Application servers in a Production account write sensitive compliance logs to an Amazon S3 bucket located in a dedicated Security account. The security team wants to enhance data protection and ensure the logs are encrypted at rest using a customer managed key (CMK) with automated rotation, while allowing the Production account to write to the bucket. Which two actions should the solutions architect take to meet these requirements?
Geçerli olan tümünü seçin
A company runs a high-performance e-commerce platform on AWS. The web application tier runs on Amazon EC2 instances managed by an Auto Scaling group (ASG) behind an Application Load Balancer (ALB) across three Availability Zones (, , and ). The EC2 instances are launched in private subnets, and all outbound traffic is routed through a single NAT Gateway located in .
During flash sale events, the platform experiences immediate traffic surges where request volume increases from to over within . During these surges, the ALB returns HTTP 502 (Bad Gateway) and HTTP 504 (Gateway Timeout) errors. Furthermore, the EC2 instances require to download application binaries and complete bootstrapping. Because the ASG is configured with a default cooldown period of , the ASG launches a large number of redundant instances during scale-out, resulting in high costs and API rate-limiting from backend databases. Finally, during a recent power outage in , all outbound transactions failed, even though the instances in and remained healthy.
Which combination of architectural modifications will resolve the scaling, reliability, and fault tolerance issues? (Select TWO.)
Geçerli olan tümünü seçin
A global maritime logistics enterprise operates its vessel tracking and telemetry ingestion system in the AWS Cloud. The ingestion workload runs on Amazon EC2 instances deployed in private subnets across three Availability Zones (, , and ) in a Production VPC. The EC2 instances must frequently query a high-performance mapping and routing API hosted in a Shared Services VPC in the same region, which is resolved via an Amazon Route 53 Private Hosted Zone (PHZ) named `internal.logistics.aws` managed in a Central Network AWS account.
During peak operation windows, the operations team identifies multiple network performance issues:
- Telemetry ingestion experiences intermittent packet drops and latency spikes when downloading ocean-weather data from external public API endpoints. Currently, all private subnets route outbound traffic () through a single NAT Gateway located in .
- High-frequency queries to the mapping API in the Shared Services VPC experience throughput limitations of and latency overhead due to routing through an AWS Transit Gateway.
- EC2 instances in the Production VPC occasionally fail to resolve `internal.logistics.aws` or resolve it to its public endpoint instead of the internal Network Load Balancer (NLB) IP address, leading to routing over the public internet.
The enterprise requires a highly available network architecture that optimizes inter-VPC throughput, minimizes latency, removes egress bottlenecks, and ensures correct internal DNS resolution.
Which of the following optimization strategies should a solutions architect implement to meet these requirements?
A global financial technology company is setting up a new multi-account AWS environment in the eu-west-1 Region. The architecture contains:
- vpc-payment-prod and vpc-analytics-prod in separate AWS accounts hosting production workloads across two Availability Zones (AZ-A and AZ-B).
- vpc-shared-core in a shared services AWS account, which contains a Route 53 Private Hosted Zone (PHZ) named core.internal containing service endpoints.
- vpc-security-egress in a network security account, hosting a cluster of transit inspection firewalls and outbound gateways.
An AWS Transit Gateway named tgw-transit-hub is deployed in the network security account and shared with the organization. The company has the following requirements:
1. Production workloads in vpc-payment-prod and vpc-analytics-prod must be able to resolve domain names in core.internal.
2. All outbound internet traffic from the production VPCs must be inspected by the firewalls in vpc-security-egress before exiting through NAT Gateways.
3. The design must be highly resilient to Availability Zone outages and minimize cross-AZ data transfer costs.
Which two configuration steps should a solutions architect perform to meet these requirements?
Geçerli olan tümünü seçin