Tüm alıştırma soruları
1964 soru
An enterprise architecture team is designing a deployment workflow for a critical customer-facing microservice running on Amazon ECS with the AWS Fargate launch type behind an Application Load Balancer. The update process must be managed using AWS CloudFormation. The team requires a traffic shifting model that shifts of production traffic to the new version initially, and then progressively increases the traffic by every minutes until the new version handles of the traffic. If any CloudWatch alarms are triggered during the deployment or during a subsequent -minute monitoring window, the deployment must automatically roll back.
Which configuration represents the most operationally efficient method to achieve these requirements?
A company runs a high-traffic web application on AWS Elastic Beanstalk in a load-balanced environment. The development team needs to deploy updates with minimal risk. The deployment strategy must meet the following requirements:
- A small portion of actual production traffic () must be routed to the new version initially.
- The new version must be evaluated using this traffic for minutes.
- If the new version exhibits issues or fails health checks during the evaluation period, the traffic must be immediately redirected back to the old version without any downtime.
- If no issues are detected, the deployment must automatically complete by routing of traffic to the new version.
Which deployment policy should the solutions architect configure in Elastic Beanstalk to satisfy these requirements?
A telemetry company is designing a new vehicle tracking system. The system receives data from active devices. Due to a daily batch update from a partner API, the system experiences a sudden, instant spike in read queries on the product database, rising from queries per second to queries per second within seconds. The application runs on Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB) and uses an Amazon RDS for PostgreSQL Multi-AZ DB instance. Which configuration should the solutions architect implement to scale the system for these sudden traffic spikes while minimizing query latency?
A financial SaaS company is designing a new multi-region disaster recovery (DR) architecture for its customer portal. The application is deployed across us-east-1 (Primary) and us-west-2 (Secondary) behind Application Load Balancers. The database layer uses Amazon Aurora. The portal requires private DNS resolution for internal microservices across both VPCs via a Route 53 Private Hosted Zone (PHZ). The company needs to design a cost-effective DR strategy that meets a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 1 minute. Which of the following architectures meets these requirements while minimizing costs?
An enterprise manages a multi-account AWS environment with spoke VPCs in a single AWS Region. The spokes are split equally: Production VPCs and Development VPCs. The enterprise is designing a centralized egress architecture using AWS Transit Gateway and a centralized Services VPC.
The architecture must satisfy the following requirements:
- All outbound internet traffic from all spoke VPCs must be inspected by a cluster of virtual security appliances in the Services VPC before exiting to the internet.
- High availability must be maintained across all traffic paths, with no single points of failure.
- Production VPCs must be able to communicate with each other.
- Development VPCs must be isolated from each other and must not be able to communicate with Production VPCs.
- Spoke VPCs must not contain local NAT Gateways to minimize operational costs.
Which Transit Gateway routing and network architecture meets these requirements with the least administrative overhead?
A company is designing a centralized compliance logging solution on AWS. The architecture consists of multiple member accounts within an AWS Organization and a dedicated Security account. The security team wants to configure AWS CloudTrail in each member account to deliver log files to a single Amazon S3 bucket in the Security account. All log files must be encrypted at rest using a Key Management Service (KMS) key. Which combination of actions is required to configure the encryption and access controls? (Select TWO.)
Geçerli olan tümünü seçin
A manufacturing company has separate AWS accounts within an AWS Organization. Each account has a VPC in the `us-east-1` region containing production workloads. The company wants to establish hybrid connectivity between all VPCs and their on-premises data center. To achieve this, the company has provisioned a single AWS Direct Connect connection. The solution must support direct VPC-to-VPC communication and provide a backup pathway over the internet using a Site-to-Site VPN in case the Direct Connect connection fails. The configuration must minimize administrative overhead and routing complexity. Which design should a solutions architect recommend to satisfy these requirements?
An international logistics firm is designing a new transit tracking pipeline. The system deploys an ingestion service running on Amazon ECS tasks in AWS Account A (). The service must write shipment telemetry data directly into an Amazon S3 bucket located in Account B ().
The compliance guidelines dictate:
1. All telemetry data at rest in the destination bucket must be encrypted using a Customer Managed Key (CMK) managed in Account B.
2. The destination bucket must deny any upload that is unencrypted or uses an incorrect key.
3. Access control lists (ACLs) must be disabled on the destination bucket, ensuring the bucket owner automatically owns all uploaded data.
Which combination of configuration steps will securely achieve this architecture?
An enterprise is planning to roll out a major update to its global web application. The application's static assets are hosted in an Amazon S3 bucket and served through an Amazon CloudFront distribution. The update requires changes to the CloudFront configuration, including new origin request policies and updated cache behaviors. The security and operations teams require that these changes be tested with a small percentage of live production traffic before being fully deployed, with the ability to roll back immediately if anomalies are detected.
Which combination of steps should a Solutions Architect recommend to meet these requirements with the least operational overhead? (Select TWO.)
Geçerli olan tümünü seçin
A global ad-tech corporation is deploying a real-time bidding (RTB) exchange on AWS. The platform must process up to incoming bid requests per second during peak traffic periods, with an end-to-end processing latency budget of per request. The architecture requires querying a user profile store with sub-millisecond read latency to enrich each bid request. In addition, the system must capture and persist transactional bid logs for downstream offline processing, analytics, and compliance audits without blocking the synchronous request-response flow. The platform must dynamically and instantly scale to accommodate sudden traffic bursts.
Which combination of architectural options will satisfy these performance, scalability, and latency requirements? (Select TWO.)
Geçerli olan tümünü seçin
A company is designing a deployment process for a critical customer-facing web application. The application runs on Amazon EC2 instances within an Auto Scaling group behind an Application Load Balancer (ALB). The infrastructure is managed using AWS CloudFormation templates. The deployment strategy must satisfy the following requirements:
- Perform a blue/green deployment where the new version (green) is fully provisioned alongside the existing version (blue).
- Shift production traffic to the new version, but allow for an immediate rollback (in less than 60 seconds) to the old version if post-deployment smoke tests fail.
- Do not use AWS CodeDeploy or external orchestration tools.
- Keep the deployment process entirely within AWS CloudFormation capabilities.
Which combination of actions should the Solutions Architect include in the design to meet these requirements? (Select two.)
Geçerli olan tümünü seçin
A multinational company is designing a hybrid network architecture to connect two on-premises data centers (located in New York and London) to its AWS multi-account environment. The AWS environment consists of VPCs distributed across the `us-east-1` and `eu-west-2` regions.
The connectivity requirements are:
- Primary connectivity must use AWS Direct Connect (DX) links with a minimum bandwidth of at each location.
- AWS Site-to-Site VPN connections over the internet must serve as the backup path.
- The New York data center must primarily access resources in `us-east-1`, and the London data center must primarily access resources in `eu-west-2`.
- Direct communication between the New York and London data centers through the AWS network must be prevented for regulatory compliance.
- Outbound internet access from the VPCs must be centralized through a shared services VPC in each region, ensuring high availability and resilience against Availability Zone (AZ) failures.
Which TWO steps should the Solutions Architect take to configure the routing and connectivity to meet these requirements?
Geçerli olan tümünü seçin
A logistics company is designing a new fleet tracking application on AWS that must be deployed across two AWS Regions: eu-west-1 as primary and us-east-1 as secondary. The architecture must achieve a database Recovery Point Objective (RPO) of less than 1 minute and a Recovery Time Objective (RTO) of less than 10 minutes. The workloads in both VPCs require outbound internet access to track GPS coordinates from external devices. Outbound connectivity must be resilient to Availability Zone outages within each region. Additionally, internal microservices in both VPCs must be able to resolve private DNS records hosted in a centralized Amazon Route 53 Private Hosted Zone (PHZ).
Which two configuration options should the solutions architect select to meet these requirements?
Geçerli olan tümünü seçin
A solutions architect is designing the database strategy for a new critical online transaction processing (OLTP) application. The application will be deployed in a primary AWS Region and requires a dynamic read-scaling database tier to handle unpredictable query loads. The business demands a disaster recovery (DR) solution in a secondary AWS Region with a Recovery Time Objective (RTO) of less than 15 minutes and a Recovery Point Objective (RPO) of less than 2 minutes. Furthermore, database backups must be encrypted and securely shared with a centralized security AWS account. Which database and encryption strategy will meet these requirements while minimizing operational overhead?
A regional utility company is launching a smart grid monitoring application that ingests telemetry data from smart meters. Each meter uploads consumption data every minutes. During extreme weather events, the application experiences immediate, unannounced traffic spikes that increase the ingestion rate tenfold. The ingestion layer must scale instantly to prevent data loss, and the database must support low-latency write operations. Which two strategies should the Solutions Architect implement to optimize the performance and scalability of this solution?
Geçerli olan tümünü seçin
A regional transit authority is modernizing its legacy commuter fare validation system by migrating to a serverless architecture on AWS. The system must process tap-in events from subway station turnstiles via an Amazon API Gateway Private REST API. An AWS Lambda function will run in private VPC subnets to validate the commuters' cards against a central MySQL database hosted on an Amazon RDS instance. The Lambda function must also query third-party transit APIs on the internet and securely share encrypted commuter validation logs with external partner transportation databases in separate AWS accounts. The solution must ensure high availability, prevent database connection exhaustion, protect the AWS account's execution capacity during morning rush hour spikes, and secure cross-account data sharing. Which architecture should a solutions architect recommend to satisfy these requirements?
A research organization is launching a new data analytics application. The application components are deployed on Amazon EC2 instances in a production AWS account (Account A). The application must upload raw datasets to an Amazon S3 bucket located in a centralized data lake AWS account (Account B). Compliance standards require that all data uploaded to the S3 bucket must be encrypted at rest. The security team must manage the encryption key policies and rotation schedules, and the audit team in Account B must be able to read and decrypt the data. How should the solutions architect design the security and encryption controls to meet these requirements?
A financial services firm is preparing to migrate its core transactional and analytical platforms from an on-premises VMware vSphere environment to a VMware Cloud on AWS SDDC. The transactional databases require live, zero-downtime replication and migration (hot migration) to prevent business disruption, while the batch processing engines can be cut over with minimal downtime during a scheduled window. All migrated virtual machines must preserve their original IP addresses to prevent breaking hardcoded database connection strings. A 2 Gbps AWS Direct Connect connection is available for the migration.
Which of the following components or migration methods should the solutions architect configure to satisfy these requirements? (Select TWO.)
Geçerli olan tümünü seçin
An online education provider is modernizing its student enrollment application by migrating to a serverless architecture on AWS. The application will use a regional Amazon API Gateway REST API and AWS Lambda functions. The Lambda functions must process incoming enrollment requests, verify payment status by calling an external third-party payment gateway over the internet, and write records to a PostgreSQL database hosted on an Amazon RDS DB instance inside a private subnet of a VPC.
During peak registration periods, the enrollment API experiences massive, unpredictable spikes in traffic. The solutions architect must design a highly available architecture that prevents database connection exhaustion and ensures that these sudden surges in enrollment requests do not exhaust the regional concurrency pool, which would throttle other critical Lambda functions in the same AWS account.
Which of the following architectures meets these requirements?
A global pharmaceutical corporation is building a multi-tenant clinical analytics platform on AWS. The platform allows external clinical research organizations (CROs) to upload sensitive clinical trial data directly into Amazon S3 buckets. The corporation uses an external SAML 2.0 compliant identity provider (IdP) to manage external researcher identities. To comply with strict data protection regulations, the solutions architect must design a secure federation solution. The design must ensure that external researchers can only assume their assigned IAM roles in the member accounts if the external IdP has validated their session using multi-factor authentication (MFA). Furthermore, to prevent accidental or malicious modification of these security configurations, local administrators in the member accounts must not be able to delete or modify the federated IAM roles or the SAML provider configuration. Which two actions should the solutions architect recommend to meet these requirements? (Select two.)
Geçerli olan tümünü seçin