Tüm alıştırma soruları
1964 soru
An online food delivery platform experiences intermittent HTTP 503 Service Unavailable errors and slow response times during a daily, predictable traffic surge from 11:30 AM to 1:00 PM. The application's dispatch service runs on Amazon EC2 instances within an Auto Scaling group behind an Application Load Balancer. The EC2 instances are located in private subnets across multiple Availability Zones, and they access external APIs through a single NAT Gateway located in one Availability Zone. The instances require approximately 7 minutes (420 seconds) to boot, configure, and pass health checks. The Auto Scaling group's scaling policy is configured with a cooldown period of 300 seconds. Which of the following solutions will resolve the service unavailability and address the single point of failure in the most reliable and fault-tolerant manner?
A company is migrating a self-managed, on-premises PostgreSQL database to an Amazon Aurora PostgreSQL-Compatible Edition DB cluster. A Solutions Architect successfully converts the database schema using the AWS Schema Conversion Tool (AWS SCT) and applies it to the target cluster. To migrate the data with minimal downtime, the architect plans to use AWS Database Migration Service (AWS DMS) with full load and Change Data Capture (CDC) enabled. However, when starting the DMS task, the full load completes successfully, but the task fails immediately upon transitioning to the CDC phase. Which configuration change must be applied to the source PostgreSQL database to resolve this issue?
An enterprise is migrating a legacy, stateful Java application to AWS. The application consists of a public-facing web frontend and a background worker that processes messages from an Amazon SQS queue. The migration requires the web frontend to scale dynamically, the background worker to operate with minimum idle compute costs, and the entire deployment to have the lowest possible operational overhead. The enterprise also mandates high availability across multiple Availability Zones and strict network isolation within private subnets, while allowing the background worker to securely poll SQS and download external updates. Which of the following architectures meets these requirements with the least operational overhead?
An educational technology (EdTech) platform delivers online exams to hundreds of thousands of concurrent students. The application's backend database is an Amazon RDS for PostgreSQL DB instance. During peak testing hours, the database experiences performance degradation, resulting in high query latencies and database connection exhaustion. Analysis reveals two primary bottlenecks: read-heavy queries for static exam questions and test structures, which are updated rarely; and a massive surge of write-heavy transactions when students submit their answers simultaneously. The Solutions Architect must optimize the database and caching efficiency. The caching layer must support replication and automatic failover to prevent database stampedes in the event of a cache node failure, and the write bottleneck must be mitigated while limiting the rate of concurrent database connections. Which two of the following actions should the Solutions Architect implement to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A pharmaceutical company is executing a lift-and-shift migration of its on-premises Manufacturing Execution System (MES) to AWS using AWS Application Migration Service (MGN). The on-premises servers are located in a secure subnet with outbound traffic filtered through a local firewall. Connectivity to AWS is established via a Site-to-Site VPN terminated on an AWS Transit Gateway in a centralized Network Services account. The target staging area resides in a dedicated Staging VPC in a separate Migration account, which is attached to the same Transit Gateway. After successful installation of the MGN replication agent on the source servers, the replication status in the AWS Migration Hub console remains 'Stalled' with zero bytes transferred. Which configuration changes must the Solutions Architect implement to establish replication connectivity and allow replication data to flow to the staging area? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise has a multi-tier web application running on Amazon EC2 instances in a production VPC. The instances are placed in private subnets behind an internet-facing Application Load Balancer (ALB). An AWS WAF WebACL is associated with the ALB. The WebACL includes a custom IP match rule with an 'Allow' action to permit traffic from partner IP ranges, followed by AWS Managed Rules to block SQL injection (SQLi) attacks.
A recent security audit reveals two security issues:
1. The web application EC2 instances are receiving HTTP traffic directly from external sources, bypassing the ALB.
2. Malicious SQLi attacks originating from the partner IP ranges are successfully reaching the application.
Which combination of actions should a solutions architect take to resolve these security issues? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise manages a multi-account environment under AWS Organizations with consolidated billing enabled. The architecture includes two member accounts with the following workloads:
* Account A (Production): Runs a web application on Amazon ECS using AWS Fargate. Analysis of the Fargate tasks reveals they are configured with and of memory. Over the past , Amazon CloudWatch metrics show that the average CPU utilization is consistently at and peak memory utilization is . The account also utilizes high-volume AWS Lambda functions for event-driven background processing.
* Account B (Development): Runs a fleet of Amazon EC2 instances () that operate . Analysis shows these instances have an average CPU utilization of and memory utilization never exceeds . The development team wants to retain the instance types but apply Savings Plans to reduce compute costs.
The Solutions Architect must optimize the resource costs and sizing across these accounts while maintaining high availability for the production workloads.
Which of the following actions should the Solutions Architect recommend to achieve these objectives? (Select TWO.)
Geçerli olan tümünü seçin
A financial services company is planning to migrate a three-tier customer portfolio management system to AWS. The project must be completed within 6 months due to datacenter decommissioning. An assessment of the application components reveals the following:
* Reporting Component: A legacy reporting system runs on a proprietary AIX environment. The source code is unavailable, and the vendor no longer supports the product. The historical reports must remain accessible for regulatory compliance, but there is no budget to migrate or rewrite this system. The company decides to keep this component running in the on-premises datacenter with a dedicated network connection to AWS.
* Web Dashboard: An administration dashboard runs on Apache Tomcat on Linux. The development team wants to avoid managing OS patching and scaling configurations. They plan to package the application as a Docker container and deploy it to AWS Fargate using Amazon Elastic Container Service (Amazon ECS) without modifying the application code.
* Core Processing Engine: A transaction processing application relies on an on-premises Oracle Database. To eliminate expensive software licensing fees and support a 10-fold increase in transactional volume, the team wants to migrate to a serverless architecture. They plan to rewrite the application code to use AWS Lambda and convert the relational schema to a NoSQL model using Amazon DynamoDB.
Which combination of migration strategies represents the most appropriate 7 Rs classification for each component?
A financial services firm wants to migrate its containerized risk-simulation engine from an on-premises datacenter to AWS. The workload runs in a highly bursty manner and requires strict network isolation to comply with security regulations. The firm decides to deploy the workload using Amazon ECS on AWS Fargate. To ensure high availability, compliance, and proper functionality of the tasks in private subnets, which of the following networking and deployment configurations should the solutions architect implement? (Select TWO.)
Geçerli olan tümünü seçin
An online education platform is deploying its new containerized application across three VPCs (vpc-edu-frontend, vpc-edu-backend, and vpc-edu-database) in the us-east-2 region. The application requires outbound internet access for package updates, private DNS resolution using a custom domain (internal.edu.aws), and communication between the three VPCs. The solution must be highly available across two Availability Zones, minimize management overhead, and ensure that VPC-to-VPC traffic does not traverse the public internet. Which architecture meets these requirements?
A digital payment processing company operates a backend microservice on Amazon EC2 instances within an Auto Scaling Group (ASG) behind an Application Load Balancer (ALB). The instances retrieve tasks from an internal processing queue and verify external merchant accounts by calling external APIs. The instances are situated in private subnets across three Availability Zones (AZs), with all outbound internet traffic routed through a single NAT Gateway located in the first AZ. During a major promotional campaign, the application experiences a massive, instantaneous surge in requests. This causes a sudden latency spike on the ALB, leading to dropped connections. Simultaneously, the ASG attempts to scale out rapidly, but because instances run custom bootstrapping scripts to download updates that take 8 minutes to complete, the ASG repeatedly launches additional instances before the first batch is fully operational. Shortly after, a physical fiber outage disables the first AZ, which causes transaction processing to stall entirely for instances in the remaining two active AZs. Which set of actions will resolve the availability, scaling latency, and initialization issues?
A multinational logistics provider, CargoFlow, is modernizing its legacy package sorting and dispatch application. The current application runs on-premises on virtualized Linux servers and consists of an API ingestion service and a backend processing engine. The company plans to migrate this workload to AWS and deploy it as containers. The modernization must meet strict compliance and security guidelines: it must require zero management of underlying virtual machine infrastructure, ensure container tasks are strictly isolated at the hypervisor level, and enforce that all internal communication between the ingestion service (deployed in VPC A) and the processing engine (deployed in VPC B) remains entirely within the AWS private network. The two VPCs are located in different AWS accounts under the same AWS Organization. A Solutions Architect needs to design a solution that achieves these goals with the minimum operational overhead.
Which TWO actions should the Solutions Architect take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise document management SaaS provider runs an Optical Character Recognition (OCR) processing engine on Amazon EC2 instances in an Auto Scaling group (ASG) behind an Application Load Balancer (ALB) across three Availability Zones (AZ-A, AZ-B, and AZ-C). Outbound traffic to third-party licensing APIs is routed through a single NAT Gateway deployed in AZ-A. During peak hours, sudden spikes in scanned document uploads cause a processing backlog. The ASG scales out based on average CPU utilization exceeding 70%, but new instances require 8 minutes to bootstrap (downloading OCR libraries and loading language models) before they can pass ALB health checks. During this startup window, the ASG continuously launches unnecessary instances, leading to cost inefficiencies. Additionally, a recent outage in AZ-A caused all OCR processing in AZ-B and AZ-C to fail due to blocked outbound license checks. A Solutions Architect must optimize the architecture to prevent redundant instance launches, reduce processing backlogs during spikes, and eliminate the single point of failure for outbound traffic. Which of the following architectural modifications best satisfies these requirements with the lowest operational overhead?
An enterprise is planning to migrate its inventory tracking system to AWS. The system consists of three main components:
1. Web Tier: A Java web application currently running on Apache Tomcat on VMware virtual machines (VMs). The enterprise wants to migrate it to AWS without modifying its code, but aims to eliminate the overhead of managing VMs and operating system patching.
2. Database: A Microsoft SQL Server database. The enterprise wants to migrate this database to Amazon Aurora PostgreSQL to eliminate licensing fees. They have allocated budget and time for schema conversion and application code adjustments.
3. Legacy File Archiver: A legacy tool running on a physical on-premises Windows server. It uses a node-locked license tied to the hardware MAC address of the physical server. The software vendor is out of business, so the license cannot be modified or reissued, and the tool remains business-critical.
Which combination of migration strategies represents the most appropriate alignment with the 7 Rs framework for these components?
A financial services company is planning to migrate its on-premises self-managed PostgreSQL 14 database containing large tables with complex PL/pgSQL stored procedures to an Amazon Aurora MySQL-Compatible Edition DB cluster. The migration must minimize downtime and ensure continuous replication during the transition period. The company also wants to analyze schema compatibility and perform conversion before starting the data transfer. Which of the following actions should the Solutions Architect take to configure this migration? (Select two.)
Geçerli olan tümünü seçin
A software-as-a-service (SaaS) provider is launching a new collaborative task management application. The application will serve users globally, with primary traffic split between us-east-1 and eu-central-1. The database and storage strategy must meet the following requirements:
- Task metadata (OLTP workload): Requires a relational database schema with strong consistency for local reads, a recovery point objective (RPO) of less than 1 second, and a recovery time objective (RTO) of less than 1 minute. Outbound read scaling must automatically handle regional traffic spikes.
- User attachment uploads (Object storage): Must be replicated across both regions. Compliance regulations dictate that the data must be encrypted at rest using customer-controlled keys.
Which architecture should a solutions architect design to meet these requirements?
An organization deploys its application stack across multiple AWS accounts using AWS CloudFormation StackSets. The stack includes Amazon EC2 instances that must adhere to a strict security configuration baseline, such as running specific security agents and maintaining local firewall rules. Developers frequently bypass standard CI/CD pipelines to make manual configuration changes directly on the instances during troubleshooting, leading to configuration drift. The Solutions Architect needs to implement a solution to automatically enforce the baseline and remediate any drift on these instances with minimal operational overhead. Which strategy should the Solutions Architect implement to meet these requirements?
An enterprise runs a public-facing web application behind an Application Load Balancer (ALB) in a production VPC in Account A. To strengthen network and application security, the enterprise deploys an Amazon CloudFront distribution in front of the ALB. An AWS WAF WebACL is associated with the CloudFront distribution to inspect and filter inbound traffic. During a security audit, the team discovers that the ALB's DNS name is publicly resolvable, allowing malicious traffic to bypass the CloudFront distribution and target the ALB directly. The solution must ensure that only requests routed through CloudFront are accepted by the ALB. The team wants to secure the custom header value used for validation by storing it as a secret in AWS Secrets Manager in a centralized Security Account (Account B) and allowing Account A's resources to retrieve it. Which of the following is the most secure and operationally efficient configuration to prevent direct public access to the ALB while ensuring CloudFront can successfully forward requests?
A logistics enterprise is migrating its legacy order-processing application to AWS. The solution requires modernizing the workload using a containerized architecture on Amazon Elastic Container Service (Amazon ECS) using the serverless AWS Fargate launch type to minimize operational overhead. Which network mode must the solutions architect specify in the Amazon ECS task definition to support the AWS Fargate launch type?
A multinational retail corporation is migrating 150 legacy on-premises CentOS and Windows servers to AWS. The hybrid network infrastructure consists of a 10 Gbps AWS Direct Connect (DX) connection with a private virtual interface (VIF) terminating on a Direct Connect Gateway (DXGW), which is associated with an AWS Transit Gateway (TGW). The TGW is shared with a dedicated Migration VPC where the staging area subnets for AWS Application Migration Service (MGN) reside. Security policies dictate that all replication traffic must be encrypted, must not traverse the public internet, and the staging area subnets must not have direct internet access. The migration team has installed the AWS Replication Agent on the on-premises servers. However, the replication status for all servers is 'Stalled', and the agents cannot communicate with either the MGN control plane or the staging area replication servers. Which combination of actions should a solutions architect recommend to resolve the connectivity issues and establish private replication?