Tüm alıştırma soruları
1964 soru
A company is releasing a new version of an API microservice deployed on AWS Lambda. The deployment pipeline uses AWS CodeDeploy to manage traffic shifting. To minimize risk, the Solutions Architect wants to route of the traffic to the new Lambda version immediately, and then increase the traffic by another every minutes until the transition is complete. If the error rate exceeds a specified threshold, the deployment must roll back automatically. Which deployment configuration should the Solutions Architect configure in the CodeDeploy deployment group to achieve this transition?
An enterprise is designing a hybrid network architecture for 15 AWS accounts, each containing a VPC in the eu-west-1 Region. The VPCs need to communicate with each other and with an on-premises data center. The primary connection must be an AWS Direct Connect link, and a Site-to-Site VPN must serve as the backup connection. Both connections will use BGP. The architecture must ensure path symmetry, automatic failover, and minimize administrative overhead. Which configuration meets these requirements?
An enterprise is planning to deploy a new version of a critical monolithic web application running on Amazon EC2 instances in an Auto Scaling group (ASG) behind an Application Load Balancer (ALB). The infrastructure is managed using AWS CloudFormation. The deployment process must meet the following requirements:
- Shift exactly of production traffic to the new version initially.
- Route the remaining of traffic to the new version only after a 15-minute evaluation period.
- Perform an immediate and automatic rollback to the previous version with zero downtime if the HTTP 5xx error rate on the new version exceeds during the evaluation period.
- Ensure no configuration changes are made to the existing EC2 instances during the deployment, keeping the update fully immutable.
Which deployment strategy should a Solutions Architect design to meet these requirements with the least operational complexity?
A financial services company is designing a mission-critical transaction reporting application that must be deployed across two AWS Regions: us-east-1 (Primary) and us-west-2 (Secondary). The architecture requires an Amazon Aurora PostgreSQL database, private EC2 instances in multiple Availability Zones (AZs) that need outbound internet connectivity to fetch compliance updates, and a Route 53 private hosted zone (PHZ) for internal name resolution across VPCs in both regions. The disaster recovery (DR) requirements specify a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 1 minute. Which architecture meets these requirements while ensuring high availability and fault tolerance for all components?
A company hosts a critical production application on Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB). The architecture team is designing a deployment pipeline to release application updates. The deployment strategy must maintain of the required system capacity at all times during the release. Additionally, the strategy must initially route exactly of live production traffic to the new version for a 10-minute verification period. If a connected Amazon CloudWatch alarm is triggered during this period, traffic must immediately shift back to the old version with zero downtime. Which deployment strategy meets these requirements?
A logistics company is designing a hybrid network to connect spoke VPCs in the `us-east-1` Region to its on-premises data center. The architecture must enable all spoke VPCs to communicate with each other and with the on-premises network. The connectivity to the on-premises data center must be redundant, using a AWS Direct Connect connection as the primary path and an AWS Site-to-Site VPN connection over the internet as the backup path. The solution must minimize routing complexity, support automatic failover, and minimize administrative overhead. Which two configuration steps should the Solutions Architect implement to achieve this goal? (Select TWO.)
Geçerli olan tümünü seçin
A medical logistics company is designing a new critical vaccine shipment tracking application. The application will run on AWS, with the primary deployment in the us-east-1 Region. The system must meet a Recovery Time Objective (RTO) of 30 minutes and a Recovery Point Objective (RPO) of 5 minutes. The database layer uses Amazon Aurora PostgreSQL. To minimize costs, the backup disaster recovery environment in the us-west-2 Region should run with minimal resource footprint during normal operations. The solution must also support secure, low-latency cross-VPC DNS resolution for private microservices. Which of the following disaster recovery and high availability architectures meets these requirements at the lowest cost?
A gaming company is designing a multiplayer game backend to store user profile states and matchmaking configurations. The primary infrastructure is located in the `us-east-1` Region, consisting of an Application Load Balancer (ALB), an Auto Scaling Group (ASG) of Amazon EC2 instances in private subnets, and an Amazon Aurora MySQL database cluster. To prepare for a regional outage, the company is designing a disaster recovery (DR) solution in the `us-west-2` Region. The DR solution must achieve a Recovery Time Objective (RTO) of less than minutes and a Recovery Point Objective (RPO) of less than minutes. The design must also minimize ongoing compute costs in the disaster recovery region. Which architecture meets these requirements?
An online multiplayer gaming platform is preparing for a global tournament broadcast. During the broadcast, the concurrent user session count is expected to surge instantly from a steady state of requests per second to over requests per second within a -minute window. The platform's frontend is served by an Application Load Balancer (ALB), and the session metadata is stored in an Amazon Aurora PostgreSQL database. The Solutions Architect needs to optimize the architecture to ensure that the platform can scale to handle the spike without latency degradation or dropped connection requests, while maintaining a caching layer that supports replication. Which TWO actions should the Solutions Architect take to design a performant and scalable solution? (Select TWO.)
Geçerli olan tümünü seçin
A company is designing a deployment pipeline for a single-page web application (SPA) hosted on Amazon S3 and served via Amazon CloudFront. The development team wants to implement a canary deployment strategy where of live user traffic is routed to a new version of the frontend hosted in a separate S3 bucket. The traffic must be monitored for minutes. If no errors are detected, the deployment must complete by serving the new version to all users. If errors are detected, the traffic must immediately revert to the original version.
Which two actions should the solutions architect take to configure this deployment strategy? (Select two.)
Geçerli olan tümünü seçin
A company uses AWS CloudFormation StackSets to manage infrastructure deployments across 50 production accounts and 1 staging account in an AWS Organization. The Solutions Architect needs to design a deployment strategy that updates the stacks in these accounts. The strategy must meet the following requirements:
- The stack update must be applied to the staging account and verified successfully before any production accounts are updated.
- In production, updates must be deployed to the us-east-1 Region first, and must only proceed to the eu-west-1 Region if the deployment in us-east-1 is completely successful.
- Within each Region, the deployment must update a maximum of 10 production accounts concurrently.
- If deployments fail in more than 2 production accounts in a single Region, the deployment operation for that Region must immediately stop, and the stack set must roll back.
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 global healthcare technology enterprise manages member accounts within AWS Organizations. The security team requires a centralized auditing solution that aggregates AWS CloudTrail logs from all member accounts and regions into a single Amazon S3 bucket located in a dedicated Security account. The solution must ensure that all log data is encrypted at rest using a customer managed KMS key (KMS CMK). Additionally, member accounts must be prevented from disabling logging or modifying the trail configuration. Which TWO actions should the Solutions Architect take to implement this solution securely?
Geçerli olan tümünü seçin
An enterprise uses AWS Organizations to manage its multi-account environment. The security team wants to establish guardrails that apply to all member accounts, including the local account administrators. Specifically, they must prevent any member account from leaving the AWS Organization, and prevent the deletion or modification of a centralized security audit IAM role named CentralSecOpsRole in any member account. Which two configurations should the Solutions Architect implement to meet these requirements? (Select two.)
Geçerli olan tümünü seçin
A company is designing a multi-region disaster recovery (DR) architecture for its customer portal. The primary infrastructure is deployed in us-east-1, and the standby infrastructure is in us-west-2. The database tier uses Amazon Aurora PostgreSQL. The business requirements state a Recovery Time Objective (RTO) of less than 15 minutes and a Recovery Point Objective (RPO) of less than 2 minutes. Outbound database traffic to external APIs must be resilient to Availability Zone (AZ) failures in both regions. Which architecture should a solutions architect design to meet these requirements with the lowest operational complexity?
A logistics company is setting up a new multi-account AWS environment with VPCs in the `us-east-1` Region. These VPCs belong to different AWS accounts managed under a single AWS Organization. The company needs to establish any-to-any network connectivity among all VPCs and connect them to their on-premises corporate headquarters via an AWS Direct Connect connection. Additionally, a central Route 53 Private Hosted Zone (PHZ) must be resolvable from all VPCs, and all outbound internet traffic must be routed through a centralized egress VPC containing NAT Gateways. The solution must scale with minimal administrative overhead and avoid any single point of failure. Which network architecture should a solutions architect recommend to meet these requirements?
An enterprise manages its multi-account environment under AWS Organizations. The security team has attached a Service Control Policy (SCP) to the Production Organizational Unit (OU) to ensure that all API calls are blocked unless they originate from the corporate network egress IP range of .
The enterprise uses an external SAML 2.0 compliant Identity Provider (IdP) for identity federation. A Solutions Architect is establishing federated access to a member account within the Production OU for database administrators who require administrative access to Amazon RDS resources. The SAML identity provider object has already been created in the member account.
The architect needs to configure an IAM role named `DBAdminRole` in the member account to allow these users to federate and perform their tasks.
Which configuration must the architect implement to ensure database administrators can successfully federate and manage RDS resources?
An enterprise is migrating a legacy customer portal application to a member account within its AWS Organizations structure. The application requires direct SAML 2.0 federation with an external identity provider (IdP) for client authentication because the application's legacy client does not support modern OpenID Connect (OIDC) or integration with AWS IAM Identity Center. A solutions architect must configure the trust relationships so that external users can successfully authenticate and assume a role named LegacyAppFederatedRole. Which of the following actions must the solutions architect take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A financial services organization is designing the resource sharing and cost optimization strategy for its AWS multi-account landing zone. The core infrastructure includes a Shared-Network account, a Central-Compliance account, and several Business-Unit accounts. The Shared-Network account contains a VPC with private subnets. The application workloads in the Business-Unit accounts must be deployed within these shared subnets to avoid duplicate NAT Gateway charges, and they must write encrypted transaction logs to a centralized S3 bucket located in the Central-Compliance account. Which of the following strategies should a solutions architect implement to satisfy these requirements securely?
A retail company is designing a new multi-region web application across two AWS Regions: us-east-1 (primary) and us-west-2 (secondary) to host its e-commerce portal. To maintain high availability, the architecture must support a recovery time objective (RTO) of less than 15 minutes and a recovery point objective (RPO) of less than 1 minute. Users must be routed to the closest Region to minimize latency. Additionally, backend instances in private subnets must connect to external payment gateways on the internet with maximum availability and no single point of failure in any Availability Zone. Which two actions should the solutions architect take to meet these requirements? (Select two.)
Geçerli olan tümünü seçin
An organization is designing a multi-region disaster recovery and high availability architecture for a critical web application. The primary region is us-east-1, and the secondary region is us-west-2. The application's database layer uses an Amazon Aurora PostgreSQL cluster. The business specifies a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 5 minutes. Additionally, outbound internet connectivity from the private application subnets in both regions must remain highly available, ensuring that an outage in a single Availability Zone does not impact outbound traffic from other zones. Which combination of actions should the solutions architect implement to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin