Tüm alıştırma soruları
1964 soru
A manufacturing corporation is designing a disaster recovery (DR) architecture for its new high-precision IoT telemetry ingestion engine. The ingestion layer runs on Amazon ECS on AWS Fargate in the primary Region (eu-west-1) across three Availability Zones. The telemetry data is stored in an Amazon Aurora PostgreSQL DB cluster in eu-west-1. Ingestion tasks must make outbound API calls to an external validation service using static IP addresses.
The secondary Region for DR is eu-central-1. The corporation demands a recovery point objective (RPO) of less than 1 minute, a recovery time objective (RTO) of less than 15 minutes, and minimal idle infrastructure costs in the secondary Region.
Which two actions should a Solutions Architect take to design a highly available and resilient solution that meets these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A company is designing a deployment pipeline for a web application running on Amazon EC2 instances managed by an Auto Scaling group behind an Application Load Balancer (ALB). The infrastructure is managed using AWS CloudFormation. A solutions architect must design a deployment strategy that meets the following requirements:
- Production traffic must be shifted gradually to the new version: 10% of the traffic must be routed to the new version for a 15-minute evaluation period, followed by 100% of the traffic if no errors are detected.
- If any application errors or high latency are detected during the deployment or the evaluation period, traffic must be rolled back immediately with zero downtime and without waiting to launch or provision new instances.
- The entire deployment and rollback process must be fully automated and defined as infrastructure as code.
Which two actions should the solutions architect combine to meet these requirements? (Select two.)
Geçerli olan tümünü seçin
A company is deploying a new version of a critical payment processing microservice built on AWS Lambda. To limit blast radius, the deployment strategy must gradually shift traffic to the new version in equal increments. Specifically, the system must route of the traffic to the new Lambda version initially, and then increase the traffic by another every minutes until the new version handles all traffic. If the error rate exceeds a specified threshold during the migration, the deployment must automatically roll back. Which AWS CodeDeploy deployment configuration should the solutions architect select?
A smart-grid utility operator is designing a critical telemetry ingestion and processing platform on AWS. The ingestion tier runs on Amazon EC2 instances in private subnets across three Availability Zones (AZs) in both a primary Region (us-east-1) and a disaster recovery Region (us-west-2). Outbound internet connectivity is required for the EC2 instances to fetch software updates, and it must remain highly available even if an entire Availability Zone experiences an outage. The telemetry data must be stored in a relational database. The platform requires a multi-region disaster recovery strategy with a Recovery Time Objective (RTO) of 10 minutes and a Recovery Point Objective (RPO) of 1 minute. The database connection endpoint must be resolved using a private DNS domain name (db.utility.internal) from both regions. The database must be encrypted at rest using Customer Managed Keys (CMKs). Which architecture meets these requirements with the lowest operational complexity and failover time?
A gaming company is launching a multiplayer mobile game. The game includes a daily leaderboard challenge that ends at exactly UTC. For a -minute window immediately following the event's end, active user traffic increases from a baseline of requests per second to requests per second as players check their final rankings. The application is hosted on Amazon ECS tasks running on AWS Fargate behind an Application Load Balancer (ALB), with an Amazon Aurora MySQL database cluster storing player scores. Which two actions should the solutions architect take to ensure the application scales efficiently and handles the sudden traffic spike without dropping requests?
Geçerli olan tümünü seçin
A global e-commerce platform is launching a high-profile, limited-edition flash sale. The platform's baseline database workload is write requests per second (RPS). However, historical data shows that during a flash sale, the traffic spikes instantaneously to write RPS within seconds. Each write request represents a transactional inventory deduction that must be atomic, isolated, and completed with sub- latency. The architecture must guarantee that zero requests are dropped or throttled during this rapid transition. Which architecture represents the most performant, scalable, and operationally efficient solution according to AWS best practices?
An enterprise manages its multi-account environment using AWS Organizations. The security team is implementing federated access using an on-premises SAML 2.0-compliant Identity Provider (IdP) to allow corporate users to access the AWS Management Console and AWS CLI across member accounts. A Service Control Policy (SCP) is applied at the organization root to restrict all operations to the and regions. However, during testing, federated users receive access denied errors when attempting to authenticate and assume roles in any member account.
Which of the following configuration steps must be performed to successfully establish federated access and resolve the authentication issues? (Select TWO.)
Geçerli olan tümünü seçin
A multinational e-commerce corporation manages its cloud environment using AWS Organizations. The security team requires a multi-account governance strategy that meets the following criteria:
1. Developers in the Development Organizational Unit (OU) must have the flexibility to experiment with new AWS services, but they must be prevented from disabling CloudTrail or altering IAM roles provisioned by the central security team.
2. In the Production OU, administrators must be restricted to launching only approved EC2 instance types, and all EBS volumes must be encrypted using a Customer Managed Key (CMK) owned by the central security account.
3. Local administrators must not be able to bypass these restrictions, and the solution should minimize operational overhead.
Which two of the following strategies should the solutions architect implement to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise is setting up a new multi-account environment using AWS Organizations to support multiple development teams. The security team requires central auditing, compliance guardrails, and centralized network administration. Arrange the steps in the correct logical sequence to establish this governed multi-account structure.
Öğeleri doğru sıraya koymak için sürükleyin
A financial technology company is deploying a credit card payment gateway on AWS. The application must be highly available and resilient to regional disasters, with a target Recovery Time Objective (RTO) of less than 10 minutes and a Recovery Point Objective (RPO) of less than 1 minute. The primary infrastructure is located in us-east-1, and a secondary warm standby infrastructure is deployed in us-west-2. The application tier consists of Amazon EC2 instances in Auto Scaling groups behind Application Load Balancers. The database layer uses Amazon Aurora PostgreSQL. Outbound API calls to external payment networks must flow through NAT Gateways. Internal microservice endpoints are resolved using a Route 53 private hosted zone.
Which combination of actions should the Solutions Architect take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A financial company is building a regulatory compliance portal in a production account (Account ID ). The portal needs to securely ingest audit reports generated by a third-party audit firm's application. The third-party application runs on-premises and must authenticate via an external SAML 2.0 identity provider (IdP). The portal must store these files in an Amazon S3 bucket encrypted using AWS KMS. The audit firm's application will upload the files directly to the S3 bucket using temporary security credentials. Which set of configurations should the solutions architect recommend to meet these requirements?
An enterprise runs a critical tier-1 transaction application across two AWS regions: us-east-1 (Primary, Account A) and us-west-2 (Recovery, Account B). The us-east-1 VPC deploys an Amazon Aurora PostgreSQL database, an Application Load Balancer (ALB), and Amazon ECS tasks on AWS Fargate. Outbound internet traffic from Fargate in us-east-1 is routed via redundant NAT Gateways. In us-west-2, a warm standby environment is deployed, utilizing a single NAT Gateway to reduce idle costs, and an Aurora PostgreSQL cross-region read replica.
Internal services resolve the database using a Route 53 Private Hosted Zone (PHZ) in Account A. During a disaster recovery (DR) drill, two issues are identified:
1. Internal microservices in Account B cannot resolve the database endpoint using the PHZ, causing connection failures.
2. A simulated database crash in us-east-1 did not trigger external DNS failover to us-west-2, as Route 53 continued routing traffic to the us-east-1 ALB because the ALB itself remained healthy.
The business requires a recovery time objective (RTO) of less than 15 minutes, a recovery point objective (RPO) of less than 1 minute, and high availability during failover.
Which combination of actions should a solutions architect recommend to resolve these issues and satisfy the RTO and RPO requirements?
A company is configuring federated single sign-on (SSO) access to multiple AWS member accounts in an AWS Organization using an on-premises Active Directory Federation Services (AD FS) identity provider. A solutions architect has created a SAML identity provider in each AWS member account. To allow authenticated enterprise users to assume specific IAM roles in the member accounts, which configuration is required in the trust policy of these IAM roles?
A logistics company is designing its AWS multi-account environment using AWS Organizations. The compliance team mandates that all AWS CloudTrail logs from all current and future member accounts must be securely consolidated into a single Amazon S3 bucket within a dedicated Log Archive account. Additionally, these logs must be encrypted using AWS KMS keys, and member account administrators must be prevented from disabling or altering any trail configuration. Which of the following solutions meets these security and compliance requirements with the lowest administrative effort?
A global enterprise uses AWS Organizations to manage its multi-account environment. The security team wants to establish a governance framework for the 'Product-Teams' Organizational Unit (OU). The framework must ensure that developers can only provision AWS resources, such as Amazon EC2 instances and Amazon RDS databases, using pre-approved templates defined in AWS Service Catalog. Direct resource provisioning via the AWS Management Console or AWS CLI must be blocked. The underlying CloudFormation templates are stored in a central Amazon S3 bucket in a shared services account and must be encrypted at rest. The solution must minimize administrative overhead and avoid managing local IAM policies in each member account to restrict resource creation. Which solution meets these requirements?
A global retail conglomerate manages member accounts organized under AWS Organizations. The security team wants to implement a centralized logging architecture to consolidate VPC Flow Logs from all existing and future VPCs into a single Amazon S3 bucket located in a dedicated Security Operations account. The logs must be encrypted at rest using SSE-KMS, and member accounts must be prevented from disabling or altering the flow log configurations. How should a solutions architect design this solution to meet these requirements?
An enterprise has a multi-account AWS environment managed under AWS Organizations. The company has segregated its workloads into a Production Organizational Unit (OU) and a Development OU. A centralized Transit Gateway (TGW) in a Shared Services account is used to interconnect all spoke VPCs across both OUs using AWS Resource Access Manager (RAM).
The company has a 10 Gbps AWS Direct Connect (DX) connection to connect its on-premises data center to AWS. The on-premises network uses Virtual Routing and Forwarding (VRF) to isolate production traffic from development traffic.
The Solutions Architect must design a hybrid connectivity solution that satisfies the following requirements:
- Maintain strict end-to-end logical isolation between Production and Development traffic across the AWS environment and the on-premises network.
- Production VPCs must only communicate with other Production VPCs and the on-premises production VRF.
- Development VPCs must only communicate with other Development VPCs and the on-premises development VRF.
- Minimize the number of Transit Gateways and Direct Connect connections to optimize cost and reduce administrative complexity.
Which TWO actions should the Solutions Architect take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A financial technology company is designing a multi-region disaster recovery (DR) architecture for a core banking application deployed across two AWS Regions: us-east-1 (Primary) and us-west-2 (Secondary). The application runs on Amazon EC2 instances in private subnets behind a public Application Load Balancer (ALB) in each region. The application must achieve a Recovery Time Objective (RTO) of 3 minutes and a Recovery Point Objective (RPO) of 15 seconds. Under normal operations, user requests must be routed to the closest region to minimize latency, with read traffic served locally in each region, and all write operations executed against the primary database. The EC2 instances require redundant outbound internet access to download compliance updates, and internal services must resolve names consistently across both regions using a Route 53 Private Hosted Zone. Which of the following architectures meets these requirements while minimizing recovery time and complexity?
A financial startup is launching a new processing service where a serverless ingestion application in a Development Account () must write sensitive audit logs directly to a centralized Amazon S3 bucket in a Security Account (). The compliance requirements dictate that all uploaded objects must be encrypted at rest using a Customer Managed Key (CMK) in AWS KMS, and the security team must control key access and rotation. Which of the following configuration steps must be performed to enable this cross-account write access and encryption? (Select TWO.)
Geçerli olan tümünü seçin
An automotive telematics enterprise manages its AWS environment through AWS Organizations. A central Shared Services account hosts a Route 53 Private Hosted Zone (PHZ) for the domain name `fleet.telematics.internal`. The company has deployed a new vehicle-tracking application in a separate Production account within its own VPC. The application must resolve resource records within `fleet.telematics.internal`. Additionally, on-premises diagnostic servers connected via AWS Direct Connect must also resolve records in this PHZ. Which strategy should a solutions architect implement to enable DNS resolution for both the Production VPC and the on-premises servers?