Tüm alıştırma soruları
1964 soru
A company hosts a critical web application on AWS using Amazon EC2 instances in an Auto Scaling Group (ASG) behind an Application Load Balancer (ALB). The instances are deployed across Availability Zones and require outbound internet access to communicate with a third-party payment gateway. The company experiences two recurring issues during flash sale events: first, during the first few minutes of a traffic surge, users experience HTTP errors. Second, the ASG launches excess instances because new instances take minutes to bootstrap, and the ASG initiates subsequent scale-out actions before the initial batch of instances completes bootstrapping. Currently, outbound internet traffic is routed via a single NAT gateway in one Availability Zone. Which TWO actions should a Solutions Architect recommend to resolve these scaling and reliability issues?
Geçerli olan tümünü seçin
An e-commerce corporation hosts its microservices across multiple AWS accounts structured under an AWS Organization. To automate resource provisioning, the DevOps team utilizes AWS CloudFormation StackSets initiated from a central release account. The templates and software packages are stored in a shared Amazon S3 bucket in this central release account. Recently, engineering teams in individual production accounts have performed ad-hoc manual adjustments to their VPC configuration and security group rules, causing subsequent automated stack updates to fail. The security compliance guidelines demand that the shared S3 bucket must be encrypted at rest, and cross-account access must adhere strictly to the principle of least privilege. Which two actions should a solutions architect perform to establish automated drift remediation and ensure secure, seamless cross-account deployment pipeline execution?
Geçerli olan tümünü seçin
An online retail company, ShopVibe, is modernizing its legacy order processing application to run on AWS. The application consists of a frontend service and an order validation service. The modernization strategy requires migrating the application to Amazon ECS using the AWS Fargate launch type to minimize operational overhead. The database hosting the order data remains on-premises, accessed via an AWS Direct Connect connection. The validation service must communicate with the frontend service with low latency and must not be exposed to the public internet. Security policies dictate that all inter-container traffic must be encrypted, and container task execution roles must follow the principle of least privilege. Which TWO configurations must a Solutions Architect implement to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A company manages its multi-account environment using AWS Organizations. A central DevOps account contains an AWS CodePipeline pipeline that deploys application infrastructure to multiple production target accounts using AWS CloudFormation StackSets. The pipeline stores its build artifacts in an Amazon S3 bucket within the DevOps account. During a deployment, target accounts are unable to retrieve artifacts from the S3 bucket. Additionally, security audits reveal that local administrators in target accounts are manually modifying security groups, causing configuration drift and subsequent deployment failures.
Which of the following actions should the Solutions Architect take to resolve the artifact access issue and automatically remediate the configuration drift? (Select TWO.)
Geçerli olan tümünü seçin
A financial services company is migrating a legacy, compliance-restricted application from an on-premises data center to AWS using AWS Application Migration Service (MGN). The target architecture consists of a multi-account environment managed by AWS Organizations. The application servers will be launched into a private subnet within a Workload VPC.
Hybrid connectivity is established using an AWS Direct Connect connection terminated at an AWS Transit Gateway. The Transit Gateway connects the Workload VPC and a centralized Network Services VPC. The Network Services VPC hosts an outbound internet egress path consisting of a cluster of firewalls behind NAT Gateways. Due to strict regulatory requirements, the on-premises source servers have no outbound public internet access. The Solutions Architect has configured the MGN replication template to "Use private IP" for data routing and has created Interface VPC endpoints for MGN in the Workload VPC to keep all replication traffic within the private network.
The replication agent was successfully installed on the source servers, but the replication status is stuck at (Initiating) and fails to establish a data connection. Which combination of configuration modifications will resolve this issue and allow replication to proceed?
A financial services organization uses AWS Organizations to manage a multi-account environment. A shared services VPC in a central networking account hosts a Route 53 Private Hosted Zone (PHZ) named `corp.internal` containing records for internal tools. Multiple application VPCs in member accounts need to resolve records in this PHZ. Additionally, the security team requires that all VPCs within the organization block DNS resolution for known malicious domain names to prevent data exfiltration. The solution must be highly available, minimize latency, and automatically apply to any new VPCs created within the organization. Which solution meets these requirements with the least operational overhead?
An online learning platform hosts its virtual classroom service on Amazon EC2 instances in an Auto Scaling group (ASG) behind an Application Load Balancer (ALB). The instances process real-time WebSocket connections and video streaming metadata. The application requires approximately () to download container images, run local database migrations, and pass application-level health checks. The platform experiences sudden spikes in users at the start of every hour. During these spikes, the ALB returns HTTP errors for the first , and the ASG launches three times as many instances as needed, causing a significant budget overrun. Additionally, if an Availability Zone fails, outbound API calls to external video rendering services fail for instances running in the remaining healthy zones because all outbound traffic is routed through a single NAT gateway in the affected Availability Zone.
Which configuration changes should a solutions architect implement to resolve these issues? (Select TWO.)
Geçerli olan tümünü seçin
A company is building a continuous integration and continuous delivery (CI/CD) pipeline using AWS CodePipeline in a centralized DevTools AWS account. The pipeline needs to deploy application stacks to multiple production member accounts within the same AWS Organization by using AWS CloudFormation. The deployment artifacts are stored in an Amazon S3 bucket in the DevTools account. The company's security policy requires that all data stored in the S3 bucket be encrypted at rest and that access follow the principle of least privilege. During execution, the pipeline fails because the deployment roles in the target production accounts cannot access the artifacts in the S3 bucket. Which combination of actions will allow the pipeline to successfully deploy the application stacks to the production accounts? (Select two.)
Geçerli olan tümünü seçin
A financial technology startup is designing a global payment processing platform. The platform requires a multi-region database and storage strategy across us-east-1 (primary) and us-west-2 (secondary). The requirements include:
* A transactional ledger database (OLTP) that requires a Recovery Time Objective (RTO) of less than 1 minute and a Recovery Point Objective (RPO) of less than 5 seconds.
* A user session store (NoSQL) that must support active-active low-latency writes and reads in both regions.
* Transaction receipt images stored in Amazon S3 must be replicated to the secondary region and remain accessible to an audit team operating in a separate AWS account.
Which combination of AWS database and storage configurations will meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise is planning to migrate a legacy retail order management system to AWS. The migration must be completed within 6 months due to an upcoming data center lease expiration. The system consists of three distinct tiers:
* Presentation Tier: A custom Node.js web application running on VM instances. The development team has containerized the application locally and wants to run it on a managed container service (Amazon ECS on AWS Fargate) to reduce operational overhead without modifying any application code.
* Database Tier: An Oracle Database 19c running on IBM AIX. The database has complex PL/SQL packages. The enterprise wants to migrate the database to Amazon Aurora PostgreSQL to eliminate expensive Oracle licensing costs. The schema and code migration will require utilizing the AWS Schema Conversion Tool (AWS SCT) and rewriting database stored procedures.
* Legacy Processing Tier: A proprietary, COBOL-based batch processing engine that runs on a mainframe. The system relies on physical USB security keys connected to the mainframe hardware for cryptographic validation. There is no timeline or budget to refactor this application, and it must remain operational.
Which of the following migration strategy mappings should the solutions architect recommend under the 7 Rs framework? (Select TWO.)
Geçerli olan tümünü seçin
A company is planning to migrate a highly active on-premises Microsoft SQL Server database to an Amazon Aurora PostgreSQL-Compatible Edition DB cluster. The migration must convert all SQL Server database schemas, stored procedures, and triggers, and must be executed with minimal downtime. The database contains several tables with frequent update activities. A Solutions Architect is designing the migration process using the AWS Schema Conversion Tool (AWS SCT) and AWS Database Migration Service (AWS DMS) with Change Data Capture (CDC). Which strategy should the Solutions Architect recommend to perform this migration successfully?
An enterprise is reviewing the security of a multi-account AWS environment. In Account A, an application running on Amazon EC2 instances needs to read encrypted files from an Amazon S3 bucket located in Account B. The S3 bucket is currently encrypted using the default AWS-managed key (`aws/s3`). To comply with the principle of least privilege and strengthen cross-account access controls, a solutions architect must configure the access path. Which of the following configurations will successfully and securely enable the EC2 instances in Account A to read the encrypted S3 objects in Account B?
A healthcare SaaS company runs a medical imaging archiving workload in a dedicated member account of an AWS Organization. The architecture consists of the following components:
- A fleet of Amazon EC2 instances running inside an Auto Scaling group behind an Application Load Balancer across three Availability Zones. The instances are currently of type `c5.xlarge` (which provides vCPUs and GiB of memory). Over the past 90 days, CloudWatch metrics show average CPU utilization is at , while memory utilization consistently peaks at .
- An Amazon RDS for PostgreSQL database instance (`db.r5.8xlarge` with vCPUs and GiB of memory) configured in a Multi-AZ deployment. Database CPU utilization averages and write throughput is low.
- Several AWS Lambda functions used for processing metadata, triggering dynamically throughout the day.
Consolidated billing is managed from the management account. The company wants to optimize costs while ensuring no degradation in performance, durability, or availability.
Which combination of recommendations will achieve the greatest cost optimization? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise runs an application hosted on Amazon ECS tasks using the AWS Fargate launch type inside a private subnet of VPC A in Account A (Production). The application needs to retrieve database credentials from AWS Secrets Manager in Account B (Shared Services). The secret is encrypted using an AWS KMS Customer Managed Key (CMK) in Account B. In addition, the application must resolve private DNS records for services in Account B, which are defined in a Route 53 Private Hosted Zone (PHZ) in Account B.
Currently, all traffic from VPC A to Secrets Manager traverses the public internet via NAT Gateways, and the application cannot resolve the private DNS names of the resources in Account B. The Solutions Architect must strengthen the identity, access, and network security posture of this existing solution by keeping all traffic within the AWS private network and using least-privilege access.
Which TWO actions should the Solutions Architect take to meet these requirements?
Geçerli olan tümünü seçin
A solutions architect is planning the migration of a mission-critical, on-premises Oracle database to an Amazon Aurora PostgreSQL-Compatible Edition DB cluster. The source database contains complex PL/SQL packages, custom functions, and several high-transaction tables, some of which do not have primary keys. To minimize the migration's impact on the source database's CPU utilization during the change data capture (CDC) phase, and to ensure that the application's Oracle-specific database functions are supported on the target database, which combination of actions should the solutions architect take?
A retail company wants to modernize its legacy order-processing application by migrating it from on-premises virtual machines to AWS. The company wants to minimize operational overhead and has chosen to deploy the containerized application on Amazon Elastic Container Service (Amazon ECS) using AWS Fargate. When configuring the ECS task definition, the solutions architect must select a network mode that assigns each task its own elastic network interface and private IP address. Which network mode must the solutions architect specify in the ECS task definition?
An enterprise is designing a new multi-VPC environment in the `us-west-2` region. The design includes a central egress VPC (`vpc-egress`) and two spoke VPCs (`vpc-workload-a` and `vpc-workload-b`). The workloads must route all internet-bound traffic through the central egress VPC. The architecture must be highly available across two Availability Zones (`us-west-2a` and `us-west-2b`) without any single points of failure. Additionally, the workloads in the spoke VPCs must resolve private DNS names hosted in a Route 53 Private Hosted Zone (PHZ) `corp.internal` that is managed in a separate shared services AWS account.
Which two configurations should a solutions architect implement to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A financial company is migrating an on-premises Microsoft SQL Server database to an Amazon Aurora PostgreSQL-Compatible Edition DB cluster. The migration must have minimal downtime. The database contains tables with XML and VARBINARY columns (large binary objects, or LOBs) that are up to 256 KB in size. The source database utilizes active transactions and requires Change Data Capture (CDC) to replicate ongoing changes. The database migration team uses the AWS Schema Conversion Tool (SCT) and AWS Database Migration Service (DMS).
Which three actions should the Solutions Architect perform to prepare the source database and configure AWS DMS and SCT for a successful migration? (Select three.)
Geçerli olan tümünü seçin
A financial services firm is building a high-performance transaction auditing platform. The application requires an OLTP database for transaction metadata and an object storage solution for archiving raw transaction receipt files. The system must meet the following requirements:
- The transaction metadata database must handle high write throughput in the primary region (us-east-1) and support cross-region disaster recovery (us-west-2) with a recovery point objective (RPO) of less than 1 second and a recovery time objective (RTO) of less than 1 minute. Under normal operations, write performance in us-east-1 must not be impacted by database replication.
- Raw receipt files are stored in an Amazon S3 bucket in us-east-1 and must be automatically replicated to a compliance S3 bucket in us-west-2 owned by a separate audit AWS account.
- All receipt files must be encrypted at rest using Customer Managed Keys (CMKs) in AWS Key Management Service (AWS KMS). The replicated files in us-west-2 must be encrypted using a CMK owned by the audit account.
- The replication process must adhere to the principle of least privilege.
Which combination of database and storage configurations should the Solutions Architect recommend to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A financial services enterprise is modernizing a legacy monolithic transaction routing application currently running on-premises on VMware virtual machines. The target architecture must be highly available across three Availability Zones, achieve a Recovery Time Objective (RTO) of less than 15 minutes, and minimize operational overhead. The modernized application will run as containers on AWS Fargate. The containerized workloads must reside in private subnets without direct internet access and securely connect to an Amazon Aurora PostgreSQL database in a shared services VPC. The private endpoint of the database is registered in an Amazon Route 53 Private Hosted Zone (PHZ) in the shared services AWS account. All container registries must be accessed privately. Which combination of network topology and task configuration meets these modernization requirements with the least operational overhead?