Tüm alıştırma soruları
1964 soru
A financial services firm needs to relocate its historical transaction archives from an on-premises legacy POSIX storage array to Amazon S3. The archive consists of of data. The target S3 bucket is hosted in the firm's production AWS account (Account A). The security policy requires that all archived data must be encrypted at rest using a customer managed key (CMK) hosted in a separate security governance AWS account (Account B). The migration must be completed within days. The firm has an active AWS Direct Connect connection, but network utilization reports indicate that only of bandwidth can be spared for this migration without impacting core trading operations. Which migration strategy should a solutions architect recommend to meet these requirements with the least operational overhead?
A media production company is designing a collaborative video editing platform. The platform has two main requirements:
1. A relational metadata database for video clips (OLTP) that requires complex SQL queries, a recovery point objective (RPO) of under minute, and a recovery time objective (RTO) of under minutes in a secondary disaster recovery region.
2. An object store for raw video assets in a central AWS account that must be securely accessed by an external vendor's IAM roles in a separate AWS account, requiring cross-account access and server-side encryption.
Which of the following database and storage strategies meets these requirements with the least operational overhead?
A geospatial satellite image processing company is designing a new multi-region pipeline on AWS. The application will be deployed in VPCs in us-east-1 (Primary) and us-west-2 (Secondary). The workflow orchestration tier runs on Amazon EC2 instances in private subnets that require highly available outbound internet access to ingestion APIs, resilient to any Availability Zone (AZ) failure. The database layer uses Amazon Aurora PostgreSQL to store image metadata. The company requires a Recovery Point Objective (RPO) of less than 1 minute and a Recovery Time Objective (RTO) of less than 2 minutes. Additionally, internal EC2 processing nodes in us-west-2 must resolve hostnames in a Route 53 Private Hosted Zone (PHZ) managed in us-east-1. Which TWO architectural configurations must a solutions architect implement to satisfy these requirements? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise is designing a secure hybrid and multi-account network topology using AWS Organizations. The environment consists of spoke VPCs distributed across two AWS regions: `us-east-1` and `us-west-2`. The architecture includes an AWS Transit Gateway (TGW) in each region with inter-region peering established, and a Shared Services VPC in a dedicated Infrastructure account. An on-premises data center is connected via AWS Direct Connect to a Direct Connect Gateway associated with both regional TGWs. The enterprise must meet the following requirements:
1. Spoke VPCs in all accounts must resolve domain names in a Private Hosted Zone (PHZ) named `` hosted in the Shared Services account.
2. Spoke VPCs must forward DNS queries for the domain `` to on-premises DNS servers.
3. Outbound internet traffic from all spoke VPCs must be centrally inspected by AWS Network Firewall endpoints deployed across multiple Availability Zones in a centralized Egress VPC in each region.
Which two actions should the solutions architect take to configure the DNS resolution and traffic routing to meet these requirements?
Geçerli olan tümünü seçin
Zephyr Payments is modernizing its on-premises payment processing application by migrating it to AWS. The architecture consists of a frontend web portal and a backend payment API. The Solutions Architect has decided to deploy the backend payment API as containerized tasks using Amazon ECS on AWS Fargate across multiple Availability Zones in a private VPC. The backend API needs to communicate securely and privately with a legacy reporting service deployed in a separate VPC within the same AWS Region. The network architecture must ensure that no traffic between these VPCs passes over the public internet, and the configuration must minimize operational overhead while adhering to Fargate's architectural boundaries. Which combination of actions should the Solutions Architect take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A retail corporation is modernizing its on-premises inventory management backend by migrating to Amazon Aurora PostgreSQL. A serverless application using Amazon API Gateway and AWS Lambda will ingest high-frequency updates from partner supply-chain systems. The partner systems connect to the VPC using AWS Direct Connect.
The architecture must meet the following requirements:
- API traffic from partners must remain entirely private without traversing the public internet.
- Partner requests must be authenticated using OAuth2 tokens validated by a Lambda authorizer against an external Identity Provider (IdP) on the public internet.
- Database connection scaling must be managed efficiently.
- High-volume surges in inventory API traffic must not exhaust the regional account concurrency pool, which would throttle other critical applications.
- Credentials must be encrypted using AWS KMS, with the key policy configured to delegate management to a central security team.
Which architecture meets these requirements while aligning with AWS best practices?
An enterprise is planning to migrate its on-premises VMware vSphere environment containing 80 virtual machines (VMs) to a VMware Cloud on AWS SDDC. The migration has the following technical requirements:
* A critical database cluster of 5 VMs must be migrated with zero downtime during replication and cutover to maintain continuous application availability.
* The remaining 75 application VMs can tolerate a brief service interruption of up to 15 minutes during an off-peak scheduled maintenance window.
* All VMs must retain their existing on-premises IP addresses post-migration to prevent breaking hardcoded application configurations.
* The migration traffic must traverse a private connection using an existing 1 Gbps AWS Direct Connect connection.
Which combination of VMware HCX migration methods and network configurations should the Solutions Architect select to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A financial services company is using AWS Application Migration Service (MGN) to migrate its legacy transaction-processing servers from an on-premises data center to AWS. The network connection is established via an AWS Direct Connect connection terminating at a Transit Gateway, which is associated with a dedicated staging VPC. The solutions architect has installed the AWS Replication Agent on the on-premises servers, but the replication status in the AWS MGN console displays 'Stalled' for all source servers. A network analysis shows that the agents are unable to establish a connection to the replication servers in the staging area subnet. Which of the following actions will resolve the replication connection issue?
An online banking consortium is implementing a serverless wire transfer API. The backend logic is hosted on AWS Lambda functions, fronted by Amazon API Gateway. The compliance department mandates that any updates to the transfer Lambda function must undergo automated end-to-end transaction validation in the production environment before any actual user traffic is routed to the new code. If validation succeeds, the new version must be gradually introduced, starting at of live traffic, scaling up by every 10 minutes, until it handles of the workload. If the error rate of the new version exceeds or if the validation fails at any point, the system must immediately and automatically roll back to the previous stable version with zero downtime. Which of the following configurations represents the most operationally efficient deployment strategy that meets these requirements?
An enterprise has a historical dataset stored on an on-premises NFS file system that must be migrated to Amazon S3. The enterprise has a dedicated internet connection. In addition, the enterprise must establish an ingestion pipeline to receive daily reports totaling from external vendors via the SFTP protocol, storing them directly in Amazon S3. The migration of the historical dataset must be completed within days. Which two actions should the Solutions Architect take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A retail company has an AWS Organization with six VPCs in a single AWS Region. The company needs to establish highly available connectivity to its on-premises data center using an existing AWS Direct Connect connection. The design must support transitive routing for VPC-to-VPC traffic as well as connectivity between all VPCs and the on-premises data center, while minimizing administrative overhead and the number of BGP sessions. Which architecture should the solutions architect implement to meet these requirements?
A company manages member accounts within a single organization in AWS Organizations. The security team is setting up AWS Config in all member accounts and wants to centralize all configuration history files and snapshots into a single Amazon S3 bucket located in a dedicated Security Archive account. They want to encrypt all configuration data in the S3 bucket using a Customer Managed Key (CMK) in AWS KMS. Which configuration combination will allow AWS Config to successfully deliver the files to the S3 bucket?
A company is designing a deployment pipeline for a production web application hosted on Amazon EC2 instances inside an Auto Scaling group behind an Application Load Balancer (ALB). The application requires zero downtime during deployments, and the operations team must have the ability to automatically roll back the deployment if new errors are detected via CloudWatch alarms. The team has decided to use AWS CodeDeploy to manage the deployments.
Which two configuration steps should the solutions architect include in the deployment strategy to meet these requirements? (Select two.)
Geçerli olan tümünü seçin
A telecommunications company is designing a new real-time network fault monitoring system on AWS. The application will be deployed across two AWS Regions: `us-west-2` (Primary) and `us-east-1` (Secondary). The architecture requires an active-passive disaster recovery strategy with a Recovery Time Objective (RTO) of minutes and a Recovery Point Objective (RPO) of minute. The application runs on Amazon EC2 instances in private subnets, which must regularly connect to external diagnostic probes on the internet. For internal service communication, microservices rely on a shared Route 53 Private Hosted Zone named `corp.internal`. Which of the following architectures meets these requirements while minimizing regional failover time and ensuring high availability within each Region?
An enterprise is migrating its legacy on-premises VMware vSphere workloads to a Multi-AZ VMware Cloud on AWS (VMC on AWS) SDDC. The SDDC is connected to the on-premises data center via AWS Direct Connect using a Direct Connect Gateway (DXGW) attached to a VMware Transit Connect (vTGW). The enterprise is using VMware HCX to extend several on-premises L2 VLANs to the SDDC.
During the migration, virtual machines (VMs) are moved using HCX Replication-Assisted vMotion (RAV). A set of migrated VMs on an extended network segment needs to communicate with database servers remaining on-premises that reside on a non-extended subnet. The network team reports that traffic from the migrated VMs to the on-premises database servers is experiencing high latency and routing loops. Diagnostics show that packets from the migrated VMs are traversing the HCX Network Extension (L2 path) back to the on-premises default gateway and then to the database servers, while return traffic is routing over the Direct Connect path.
Which solution will resolve the routing inefficiency and ensure optimal bidirectional path routing between the migrated VMs and the on-premises database servers?
A utility enterprise is modernizing its legacy smart meter telemetry ingestion backend to a serverless architecture on AWS. The solution must ingest bursty, real-time meter readings via an Amazon API Gateway endpoint and process them using an AWS Lambda function. The API Gateway endpoint must only be accessible privately from the enterprise's on-premises network via an AWS Direct Connect connection. The processed data is then stored in an Amazon RDS for PostgreSQL database in a private subnet. The database requires highly resilient connection management to prevent connection exhaustion during peak traffic times. Additionally, the ingestion workload must be configured so that it does not exhaust the regional execution pool and throttle critical downstream customer billing and payment Lambda functions. Which combination of actions should a solutions architect recommend to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A financial institution is launching a new mobile banking application. During a scheduled national marketing campaign, the application expects a sudden, massive spike in traffic, transitioning from a baseline of requests per second (RPS) to a peak of RPS within a few minutes. The application's backend runs on Amazon ECS tasks using AWS Fargate, and uses an Amazon Aurora PostgreSQL database for transaction history. Which two actions should a solutions architect recommend to ensure the platform scales and maintains performance during the launch? (Select TWO.)
Geçerli olan tümünü seçin
A solutions architect is designing a new high-frequency transaction processing application that requires a relational database. The database must support an unpredictable read workload that surges during marketing campaigns, needing auto-scaling read capacity. Additionally, the system must achieve high availability with an automatic failover recovery time objective (RTO) of less than 30 seconds. Which database and storage strategy meets these requirements with the least operational overhead?
An enterprise manages multiple AWS accounts under AWS Organizations and has configured federation with an on-premises SAML 2.0 Identity Provider (IdP). Internal database administrators (DBAs) successfully authenticate with the IdP but receive an access denied error when attempting to assume the cross-account DBA role in target member accounts. A review of the configuration shows that the SAML provider object has been created in each target account. What configuration modification must the Solutions Architect apply to the target accounts to resolve this issue?
A software-as-a-service (SaaS) provider is migrating its multi-tier backend application from an on-premises hypervisor to AWS using AWS Application Migration Service (MGN). The hybrid network architecture includes a AWS Direct Connect connection that terminates at an AWS Transit Gateway in a shared services account. The replication staging area is set up in a dedicated VPC. After installing the AWS MGN Replication Agent on the on-premises source servers, the network administrator reports that while the control plane communication over HTTPS (port 443) is successful, the replication status remains permanently stalled. Which of the following is the most likely cause of this issue?