Tüm alıştırma soruları
1964 soru
A company is designing a deployment pipeline for a serverless API that uses Amazon API Gateway and AWS Lambda. The new deployment strategy must meet the following requirements:
- Shifting traffic to the new Lambda version must be done gradually, routing of the traffic for a -minute verification period before routing the remaining of the traffic.
- A health-check suite must execute testing against the new Lambda version before any production traffic is routed to it.
- The deployment must automatically roll back if the Lambda function's error rate spikes or if the health-check suite fails.
Which combination of actions must the solutions architect take to implement this deployment strategy? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise is migrating a stateful database application from an on-premises VMware vSphere cluster to a newly deployed VMware Cloud on AWS Software-Defined Data Center (SDDC). The application database is highly active and has a strict requirement of less than 10 minutes of cumulative downtime during the migration cutover window. The migration will occur over a dedicated 1 Gbps AWS Direct Connect connection. To prevent application disruption, the database virtual machines (VMs) must retain their existing on-premises IP addresses after migration.
Which of the following actions should the Solutions Architect take to meet these migration and network requirements? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise with member accounts under a single organization in AWS Organizations is designing a centralized logging solution. The security team wants to aggregate application logs from Amazon CloudWatch Logs across all member accounts into a central Amazon Kinesis Data Firehose delivery stream in a dedicated Log Archive account. The logs must be delivered to an Amazon S3 bucket in the Log Archive account and encrypted at rest using a Customer Managed Key (CMK) in AWS KMS. The solution must minimize administrative overhead and enforce the principle of least privilege. Which of the following actions should the solutions architect perform to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A company is modernizing a legacy, highly transactional mainframe service by migrating it to a serverless architecture on AWS. The modernized application will receive public API calls via Amazon API Gateway and invoke backend logic on AWS Lambda. The Lambda functions must query and update an Amazon Aurora PostgreSQL database that is hosted in a private subnet within a VPC. The database contains highly sensitive data, and credentials must be rotated automatically without code modifications or environment variables. The API must only accept requests containing a valid custom cryptographic signature header, which must be verified against public verification keys stored in a centralized security account. During peak traffic bursts, the Lambda functions must not exhaust the regional concurrency limits of the AWS account or overwhelm the database with connections. Which combination of actions should a Solutions Architect take to design a secure, performant, and resilient architecture? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise is migrating 150 VMware-based workloads from an on-premises data center to VMware Cloud (VMC) on AWS. The destination architecture requires deploying these workloads across two separate Software-Defined Data Centers (SDDCs), SDDC 1 and SDDC 2, located in different AWS accounts for resource isolation. The migration and network architecture must meet the following technical requirements:
- Workloads must be migrated with zero application downtime to satisfy a strict recovery time objective (RTO) of zero.
- Workloads in SDDC 1 must communicate directly with workloads in SDDC 2 over the private network.
- Both SDDCs must connect back to the on-premises data center using an existing AWS Direct Connect connection.
- All migrated workloads must resolve private domain names hosted in a central Route 53 Private Hosted Zone (PHZ) in a shared services VPC.
Which combination of migration method, network connectivity, and DNS configuration meets these requirements with the lowest operational complexity?
A financial data processing firm runs its core transaction settlement application on Amazon EC2 instances in an Auto Scaling group (ASG) behind an Application Load Balancer (ALB). The instances reside in private subnets across three Availability Zones (AZ-a, AZ-b, and AZ-c) in a VPC. Outbound traffic to external financial clearinghouses is routed through a single NAT Gateway located in AZ-a. During a recent physical fiber cut that impacted AZ-a, instances in AZ-b and AZ-c lost all outbound connectivity, halting transaction settlements.
Additionally, the application experiences brief, massive bursts of transactions at the start of each business hour. Each EC2 instance requires approximately minutes to boot, retrieve encryption keys, and complete application initialization. During the hourly bursts, the ALB throws Service Unavailable errors for several minutes because the ASG's step scaling policy, which has a -second cooldown, cannot add healthy instances fast enough.
Which two actions should a solutions architect take to resolve these issues and improve the fault tolerance of the application? (Select TWO.)
Geçerli olan tümünü seçin
A logistics corporation is consolidating its IT operations across multiple acquired subsidiaries by deploying a multi-account landing zone using AWS Organizations. The security team is setting up direct SAML 2.0-based identity federation to target accounts, bypassing AWS IAM Identity Center due to custom legacy attribute mapping requirements from an on-premises Shibboleth Identity Provider (IdP). During pilot testing, users receive access denied errors immediately after selecting their role on the AWS federation portal. Analysis reveals that the federated roles are configured with session tags for Attribute-Based Access Control (ABAC), but the tags are not being evaluated, and user sessions are expiring too quickly for long-running database maintenance tasks.
Which of the following configuration steps must the solutions architect perform to successfully resolve these federation and session lifecycle issues? (Select TWO.)
Geçerli olan tümünü seçin
A financial services firm is designing a new real-time fraud detection and transaction ledger system that spans two AWS regions under different AWS accounts. The system must support an OLTP write ingest rate of transactions per second. The real-time fraud detection engine requires sub-millisecond read latency. The system must meet a Disaster Recovery (DR) objective of a Recovery Time Objective () of less than minutes and a Recovery Point Objective () of less than minute. Transaction logs must be archived in a centralized security account for years, where cross-account auditing roles require access to decrypt the data. Which two configurations should the solutions architect choose to meet these requirements?
Geçerli olan tümünü seçin
A logistics company utilizes AWS Organizations to manage a multi-account environment. The identity team has configured SAML 2.0 federation with an external Identity Provider (IdP) to allow engineers to access resources in a shared development account. During testing, users are successfully redirected from the IdP dashboard to the AWS sign-in portal, but they encounter an access denied error before they can select their role. The trust policy of the target IAM role in the development account is configured with the SAML provider as the Federated principal, the Action set to `sts:AssumeRole`, and the condition `SAML:aud` set to `https://signin.aws.amazon.com/saml`.
Which modification must the Solutions Architect make to the target IAM role's trust policy to resolve this issue?
Helios Energy Services is modernizing an on-premises containerized telemetry application by migrating it to Amazon EKS on AWS Fargate. The application must run in a secure VPC within private subnets that have no direct route to the internet. The EKS pods must pull container images from an Amazon ECR repository located in a separate shared services AWS account. The container images in ECR are encrypted using a Customer Managed Key (CMK) in AWS KMS. Additionally, the application pods must be exposed to external clients through an Application Load Balancer (ALB) managed by the AWS Load Balancer Controller. Which TWO configurations are required to establish the network routing, image retrieval, and load balancing for this architecture? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise is designing a hybrid network connectivity and DNS resolution solution for its multi-account AWS environment. The environment consists of 12 spoke VPCs in the us-east-1 Region, each containing workloads that need to communicate with an on-premises datacenter.
The network design must meet the following requirements:
- The primary connection to the datacenter must use a 10 Gbps AWS Direct Connect connection.
- A backup connection must be established using an AWS Site-to-Site VPN over the internet.
- Failover from the Direct Connect connection to the VPN connection must happen automatically.
- On-premises servers must be able to resolve domain names for resources hosted in a Route 53 Private Hosted Zone (PHZ) associated with the AWS VPCs.
- Administrative overhead for routing and DNS configuration must be minimized.
Which of the following architectures meets these requirements?
A manufacturing company is migrating its legacy shop-floor execution system consisting of four physical servers from an on-premises factory network to AWS. The migration team has established a hybrid network path using an AWS Direct Connect connection terminated at an AWS Transit Gateway. They have successfully installed the AWS Application Migration Service (MGN) replication agent on the source servers. However, the migration console shows that data replication is stalled and the agents cannot establish communication with the replication servers in the staging area VPC. Which of the following actions should the solutions architect take to resolve this replication communication issue?
A maritime shipping enterprise is modernizing its legacy vessel telemetry tracking system to a serverless architecture. The legacy system currently processes bursty ingestion traffic from global cargo ships and writes updates to an Amazon Aurora PostgreSQL DB cluster hosted in a private subnet of a central Virtual Private Cloud (VPC). The new architecture must ingest telemetry data via Amazon API Gateway and process it using AWS Lambda before writing to the database.
The solution must meet the following requirements:
- Protect the Aurora PostgreSQL database from connection exhaustion during sudden traffic spikes of up to concurrent writes.
- Ensure the Lambda functions can access the database securely and privately within the VPC without traversing the public internet.
- Allow only specific client VPCs within the company's AWS Organization to call the API Gateway privately.
- Implement a deployment strategy that gradually routes traffic to new Lambda function versions with automated rollbacks upon error detection.
Which TWO actions should the solutions architect take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise is planning to migrate its on-premises data center to AWS. The migration involves two distinct datasets:
* A dataset of historical logs stored on an on-premises Hadoop Distributed File System (HDFS). This data needs to be migrated to Amazon S3 Standard and then transitioned to Amazon S3 Glacier Flexible Retrieval after .
* A dataset of active user documents stored on an on-premises SMB file share. This data must be migrated to an Amazon FSx for Windows File Server file system. The documents are actively modified, and the migration must minimize cutover downtime by replicating changes up to the final cutover window.
The enterprise has a dedicated Direct Connect connection. A maximum of can be dedicated to the migration to avoid disrupting production traffic. The migration must be completed within a strict window. Security policy mandates that all data must be encrypted at rest using customer-managed keys (CMKs) in AWS KMS, and the migration process must maintain files' metadata (such as permissions and timestamps).
Which combination of actions will meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A financial services company is designing a multi-account structure using AWS Organizations. The architecture consists of several Organizational Units (OUs), including a Security OU, a Workloads OU (which contains production and development accounts), and a Sandbox OU for developer experimentation. The Solutions Architect must implement the following governance requirements:
1. Prevent any development and production accounts in the Workloads OU from disabling AWS Config.
2. Ensure that accounts in the Sandbox OU cannot create virtual private cloud (VPC) peering connections or Transit Gateway attachments, preventing them from connecting to corporate networks.
Which of the following actions should the Solutions Architect take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A media streaming company is implementing a federated authentication solution for its engineering team to access resources across multiple AWS accounts within an AWS organization. The company uses Okta as its external identity provider (IdP). To satisfy legacy integration requirements, the solutions architect must configure direct SAML 2.0 federation to target IAM roles in the member accounts, bypassing AWS IAM Identity Center. The engineers must be able to federate into a role named DeveloperDeploymentRole in the target member accounts. Which two configuration steps are required to establish this federated access?
Geçerli olan tümünü seçin
A logistics company is designing a new global supply chain tracking system that requires a highly available relational database for an OLTP workload. The application handles write-heavy transactions for package tracking statuses and must support a read-heavy dashboard showing real-time delivery performance metrics. The architecture requires that database read operations scale dynamically during peak shipping seasons without impacting write performance. Additionally, the system must achieve a Recovery Time Objective () of less than and a Recovery Point Objective () of less than in the event of an Availability Zone outage. Which database and storage strategy meets these requirements while minimizing management overhead?
A healthcare company is designing a new multi-region telehealth application on AWS. The application runs on Amazon EC2 instances inside private subnets in both the us-east-1 (primary) and us-west-2 (secondary) regions. The architecture requires a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 1 minute. The EC2 instances must be able to securely download software updates from the internet. Additionally, internal microservices in both regions need to resolve private service endpoints using a shared Route 53 Private Hosted Zone (PHZ). Which combination of actions should the solutions architect take to meet these high availability and disaster recovery requirements? (Select TWO.)
Geçerli olan tümünü seçin
AeroParts Global is modernizing its on-premises inventory lookup application by migrating it to AWS. The architecture must run on Amazon ECS using the AWS Fargate launch type to reduce management overhead. The ECS tasks will be deployed in a new VPC (VPC A) and must securely access an internal database hosted in a separate VPC (VPC B) that is connected using an AWS Transit Gateway. The database hostnames are managed via an Amazon Route 53 Private Hosted Zone (PHZ) in the AWS account containing VPC B. Which of the following should a solutions architect configure to ensure that the ECS tasks can resolve the database hostname and establish network connectivity?
A financial services company is implementing a multi-account AWS environment managed by AWS Organizations. The company utilizes a central Identity account to federate corporate identities from an on-premises Active Directory Federation Services (AD FS) server using SAML 2.0. Users first federate into a baseline IAM role in the Identity account. From there, they assume target IAM roles in various Member accounts using the AWS Security Token Service (AWS STS) cross-account role assumption pattern.
The security team requires Attribute-Based Access Control (ABAC) to restrict access to resources. When users federate into the Identity account, the SAML assertion includes the user's department as a session tag. However, when users attempt to assume the target IAM roles in the Member accounts while passing this session tag, the `sts:AssumeRole` API call fails with an Access Denied error.
Which of the following configuration changes is required to resolve this issue and enable session tag propagation for cross-account access?