Tüm alıştırma soruları
1964 soru
An enterprise is designing a new multi-region, multi-account AWS environment with the following VPCs:
- In us-east-1: VPC-Retail-Prod and VPC-Retail-Dev (owned by Account A)
- In eu-west-1: VPC-Wholesale-Prod and VPC-Wholesale-Dev (owned by Account B)
- In us-east-1: VPC-Core-Ops (owned by Account C), which hosts a Route 53 Private Hosted Zone (PHZ) named corp.internal
The architectural requirements are:
1. VPC-Retail-Prod and VPC-Wholesale-Prod must have private, bi-directional, lowest-latency, and most cost-effective network connectivity.
2. The development VPCs (VPC-Retail-Dev and VPC-Wholesale-Dev) must remain completely isolated from the production VPCs and from each other.
3. Resources in all four application VPCs must resolve DNS queries for the corp.internal domain.
4. Resources in the private subnets of VPC-Retail-Prod and VPC-Wholesale-Prod must have highly available, redundant outbound IPv4 internet access.
Which solution should a solutions architect recommend to meet these requirements?
A genomics research organization runs a batch sequencing data analysis pipeline on AWS. The pipeline runs once a day, processing large genetic sequencing files. The architecture consists of a fleet of Amazon EC2 instances running inside an Auto Scaling group that processes tasks retrieved from an Amazon SQS queue. The raw files are downloaded from Amazon S3 to the instances' local EBS gp3 volumes for processing. During the peak of the daily batch run, the processing times increase significantly, and CloudWatch metrics reveal that the EC2 instances experience high CPU wait times as the gp3 volumes reach their default performance baseline of IOPS and throughput. Additionally, a web-based reporting dashboard queries an Amazon RDS for PostgreSQL Multi-AZ database containing metadata about the completed runs. During these batch windows, users experience slow load times on the dashboard due to high database CPU utilization from reporting queries.
Which two actions should a Solutions Architect take to resolve these performance bottlenecks? (Select TWO.)
Geçerli olan tümünü seçin
A company is designing a new cloud infrastructure in the us-east-1 Region. The architecture features an application VPC (vpc-prod-app, CIDR ) containing instances distributed across three Availability Zones (us-east-1a, us-east-1b, and us-east-1c) in private subnets. The instances require outbound-only internet access to retrieve security updates. The design must be highly available and resilient to Availability Zone failures, while minimizing data transfer charges. Additionally, the instances must resolve private domain names in the corp.internal Route 53 private hosted zone, which is hosted in a separate centralized AWS Services account. Which of the following designs should a solutions architect recommend to meet these requirements?
A regional retail chain wants to migrate its custom inventory management system to AWS. The system is composed of three components: a stateless PHP web interface running on Apache, an Oracle 19c database, and a legacy reporting daemon that is bound to a physical hardware dongle on-premises.
The migration must satisfy the following requirements:
- The PHP web interface must be migrated with minimal changes, but the team wants to eliminate operating system administration and patching overhead.
- The Oracle database must be migrated to Amazon Aurora PostgreSQL to eliminate licensing costs, which requires converting the database schema and rewriting complex stored procedures.
- The reporting daemon must continue to generate weekly reports, but cannot be virtualized or migrated to the cloud due to the hardware lock.
Which combination of migration strategies from the 7 Rs framework should the company select for these components?
A solutions architect is planning a heterogeneous database migration from an on-premises Oracle database to Amazon Aurora PostgreSQL using the AWS Schema Conversion Tool (SCT) and AWS Database Migration Service (DMS). To optimize the performance of the initial DMS full load phase and reduce target write latency, which action should the solutions architect take?
A financial services company is designing a new cloud infrastructure in the eu-west-3 Region. The architecture requires two application spoke VPCs (vpc-payment-processing and vpc-user-portal) to access the internet for software updates and third-party API integration. The solution must prevent direct inbound connections from the internet to the application instances. Additionally, the company has a centralized shared services VPC (vpc-shared-core) hosting a Route 53 Private Hosted Zone named internal.fintech.aws. The application instances in both spoke VPCs must resolve names within this Private Hosted Zone. An AWS Transit Gateway named tgw-central connects all three VPCs. The solution must be highly available across two Availability Zones (eu-west-3a and eu-west-3b) and minimize latency and cross-AZ data transfer costs. Which two configurations should the solutions architect implement to meet these requirements?
Geçerli olan tümünü seçin
A company operates a critical media processing application with a primary environment in the eu-west-1 Region and a standby disaster recovery environment in the eu-central-1 Region. The database tier utilizes Amazon Aurora PostgreSQL Global Database, where the primary cluster is in eu-west-1 and the secondary cluster is in eu-central-1. Microservices in both regions resolve database endpoints using a private hosted zone in Route 53. The application instances in both regions are deployed across multiple Availability Zones in private subnets and require outbound internet access to call external APIs. During a disaster recovery drill, the administrator observed that secondary region instances failed to resolve database endpoints, outbound API calls failed when one Availability Zone in eu-central-1 experienced an outage, and client traffic did not automatically redirect to the secondary region. Which combination of actions will resolve these reliability and disaster recovery issues?
An enterprise utilizes AWS CloudFormation to manage its web application infrastructure, which includes Amazon EC2 Auto Scaling groups and Amazon VPC security groups. To comply with security policies, the security team requires that any configuration drift—specifically unauthorized manual modifications to security groups and EC2 instances—must be automatically detected and remediated. The operations team also requires that remediation actions must not disrupt existing application traffic and must be audit-compliant. Which two of the following options should the Solutions Architect recommend to automate drift detection and remediation while maintaining operational stability? (Select TWO.)
Geçerli olan tümünü seçin
A company is planning to migrate an on-premises Microsoft SQL Server database to an Amazon Aurora MySQL-Compatible Edition DB cluster. The migration must support ongoing replication to minimize cutover downtime. The source database contains several tables with VARBINARY(MAX) columns storing documents, where some individual records exceed 2 MB in size. A Solutions Architect is setting up AWS Schema Conversion Tool (AWS SCT) and AWS Database Migration Service (AWS DMS) to execute this migration.
Which TWO configurations must the Solutions Architect implement to ensure successful data replication with minimal downtime? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise is designing a new multi-account network topology in the us-east-1 region. The architecture requires connecting three spoke VPCs (vpc-spoke-a in Account A, vpc-spoke-b in Account B, and vpc-spoke-c in Account C) to a central egress VPC (vpc-egress-shared) in a Shared Services Account to enable outbound internet access and shared DNS resolution. The spoke VPCs contain private workloads that must resolve a private hosted zone (PHZ) corp.internal hosted in the Shared Services Account. The design must be highly available across two Availability Zones and minimize administrative overhead. Which of the following actions should the Solutions Architect perform to implement this architecture? (Select TWO.)
Geçerli olan tümünü seçin
A company has a multi-VPC architecture in the `us-east-1` Region. VPC A contains a fleet of EC2 instances in three Availability Zones processing telemetry data. These instances stream of data monthly to a centralized analytics platform running in VPC B (also in `us-east-1` across three Availability Zones). Currently, both VPCs are attached to an AWS Transit Gateway, and all traffic between VPC A and VPC B is routed through the Transit Gateway. The company wants to reduce the data transfer costs for this traffic without sacrificing performance or security. Which solution is the most cost-effective way to achieve this goal?
A solutions architect is planning the migration of an on-premises MySQL database to an Amazon Aurora MySQL-Compatible Edition DB cluster. The migration must minimize application downtime, so the architect decides to use AWS Database Migration Service (AWS DMS) with a Full Load plus Ongoing Replication (CDC) task. The source database is highly active. During testing, the CDC replication task fails shortly after starting because updates and deletes on the source cannot be fully resolved by the replication task. Which configuration must be applied to the source MySQL database to resolve this issue and support continuous replication?
A retail platform is launching a high-profile limited-edition sneaker release. Traffic is projected to jump instantly from requests per second to over requests per second within 60 seconds of the launch. The platform architecture consists of an Application Load Balancer (ALB) routing traffic to an Auto Scaling group of Amazon EC2 instances. The database tier is an Amazon RDS for PostgreSQL Multi-AZ DB instance. The primary performance bottleneck during the launch is retrieving product availability status. Which configuration should the Solutions Architect implement to scale the system and maintain low latency during the launch?
An enterprise manages a multi-account environment under AWS Organizations with consolidated billing enabled. In member Account A, the production environment runs a containerized microservice on Amazon ECS on AWS Fargate that scales dynamically throughout the day, and several AWS Lambda functions that process real-time streaming data. In member Account B, a legacy application runs on Amazon EC2 instances 24/7 with a constant baseline CPU utilization of . The solutions architect needs to optimize resource costs for these workloads while maximizing the savings rate. Which two options represent the most cost-effective and architecturally sound actions to achieve this objective?
Geçerli olan tümünü seçin
A solutions architect is planning the migration of an on-premises IBM Db2 database to an Amazon Aurora PostgreSQL-Compatible Edition database cluster. The architect has already converted the schema using the AWS Schema Conversion Tool (SCT) and applied it to the target database, which includes custom indexes, triggers, and foreign keys. The architect is now configuring an AWS Database Migration Service (DMS) replication task to perform a full load followed by continuous replication using Change Data Capture (CDC). Which combination of DMS task configuration and source database settings must the architect apply to ensure the SCT-converted schema is preserved and CDC functions correctly?
An enterprise manages a multi-account environment under AWS Organizations with consolidated billing enabled. The workload is distributed as follows:
- Member Account A runs a containerized web application on Amazon ECS on AWS Fargate and several Amazon EC2 m6i instances.
- Member Account B runs event-driven processing pipelines using AWS Lambda and several Amazon EC2 c6i instances.
A Solutions Architect needs to implement a cost-optimization strategy to reduce compute costs while maintaining high availability and minimizing operational overhead. Which two actions should the Solutions Architect recommend?
Geçerli olan tümünü seçin
A healthcare provider is planning to migrate its legacy patient portal and billing system from an on-premises VMware vCenter environment to AWS. The security compliance policy strictly prohibits the installation of any software agents on the virtual machines (VMs) hosting the billing system due to regulatory constraints. However, the legacy patient portal runs on physical bare-metal Linux servers where network dependency mapping is required to identify all upstream and downstream database connections. The architect wants to centralize the discovery and track the migration status in a single dashboard.
Which of the following approaches should the Solutions Architect implement? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise manages its multi-account AWS environment using AWS Organizations. The central DevOps team uses AWS CloudFormation StackSets to deploy and update application infrastructure, including security groups and Amazon S3 buckets, across multiple member accounts. The deployment artifacts are stored in a central S3 bucket and encrypted using a Customer Managed Key (CMK) in the central DevOps account.
Recently, several stack updates failed because local administrators in the member accounts had manually modified security group rules and S3 bucket policies, causing configuration drift. Additionally, the member accounts are unable to access the deployment artifacts due to KMS decryption failures.
Which two actions should the Solutions Architect take to automate drift remediation and resolve the cross-account decryption failures? (Select two.)
Geçerli olan tümünü seçin
A medical healthcare provider hosts a critical real-time telemedicine and remote patient monitoring platform on Amazon EC2 instances. The instances are deployed within an Auto Scaling group (ASG) across three Availability Zones (, , and ) in private subnets. Outbound internet access is required for downloading updates and communicating with third-party medical API endpoints. A single Application Load Balancer (ALB) distributes incoming traffic to the EC2 instances.
During seasonal scheduling windows, the platform experiences sudden, near-instantaneous traffic spikes of up to the baseline volume within a window. During these surges, the following issues are observed:
- The ALB drops a significant portion of incoming requests during the initial minutes of the surge.
- The EC2 instances take approximately to bootstrap (install medical compliance agents and load local cache files). During this startup period, the ASG continues to launch additional unnecessary instances, leading to extreme over-provisioning.
- A transient outage in disabled its NAT Gateway, which subsequently caused all outbound API calls from instances in and to fail because their route tables directed all internet-bound traffic through the NAT Gateway in .
Which two actions should a Solutions Architect implement to resolve these scaling and reliability issues? (Select TWO.)
Geçerli olan tümünü seçin
A company has a multi-VPC architecture in the `eu-west-1` Region. VPC A contains a fleet of Amazon EC2 instances running in private subnets that process and upload of data monthly to an Amazon S3 bucket in the same Region. VPC A is connected to a central egress VPC via an AWS Transit Gateway. Currently, all outbound traffic from VPC A, including S3 traffic, is routed through the Transit Gateway to the egress VPC, which routes the traffic to the internet through a pair of NAT Gateways. This architecture has resulted in very high data transfer and processing charges. A solutions architect must implement a solution to minimize these costs.
Which solution is the most cost-effective?