Tüm alıştırma soruları
1964 soru
A financial enterprise is refactoring a data processing pipeline that spans multiple AWS accounts. A processing application hosted on Amazon EC2 instances in a private subnet of a production VPC (Account B) has no outbound internet route or NAT Gateway. The instances must read sensitive records from an Amazon S3 bucket in a compliance account (Account A). The S3 bucket is encrypted using a Customer Managed Key (CMK) in Account A. The security team requires that all data transit remain within the AWS network, and the S3 bucket must restrict access to requests originating from the production VPC's S3 Gateway VPC Endpoint. The instances use an IAM role to access the bucket. Currently, attempts to download and decrypt the S3 objects are failing. Which combination of architectural modifications will resolve the access failure while meeting all security requirements?
An organization operates a multi-account AWS environment structured with AWS Organizations. A central shared services account contains a shared services VPC, and multiple consumer spoke VPCs reside in separate member accounts. All VPCs are interconnected using an AWS Transit Gateway. In the shared services VPC, an Interface VPC Endpoint (AWS PrivateLink) has been created to connect to an external SaaS partner's proprietary API service. The security team requires that only specific IAM roles running application workloads in the spoke VPCs are allowed to access this SaaS API. Furthermore, DNS resolution for the SaaS provider's domain name must resolve to the private IP addresses of the Interface VPC Endpoint from within the spoke VPCs. Which combination of actions should the solutions architect take to meet these requirements in the most secure and operationally efficient manner? (Select TWO.)
Geçerli olan tümünü seçin
A high-throughput API ingestion service runs on Amazon EC2 instances inside an Auto Scaling group (ASG) deployed across Availability Zones (, , and ). The instances reside in private subnets, and the ASG is placed behind an Application Load Balancer (ALB). The application instances require custom configuration scripts during launch, resulting in a total initialization and bootstrapping time of seconds before they can register as healthy targets. The platform experiences two major operational issues: first, every day at exactly UTC, a scheduled partner integration triggers a massive, instantaneous influx of API requests, causing immediate HTTP (Service Unavailable) errors on the ALB for the first minutes; second, during scaling activities, the ASG frequently launches more instances than required, leading to unnecessary costs. Furthermore, a recent outage in prevented instances in and from making outbound licensing API calls, which are routed through a single NAT Gateway located in . Which combination of actions should a Solutions Architect implement to address these scaling, reliability, and cost issues?
A financial services company is centralizing audit transaction logs from multiple member accounts within an AWS Organization into a single Amazon S3 bucket in a dedicated Compliance account. The existing logs in the member accounts are currently encrypted using Customer Managed Keys (CMKs) in AWS Key Management Service (AWS KMS). The company requires that all replicated logs in the Compliance account be encrypted with a key owned by the Compliance account, and that member accounts must be blocked from decrypting any logs once they are successfully copied. Additionally, all existing logs must be backfilled to the centralized bucket. A Solutions Architect configures S3 Cross-Region Replication (CRR) on the source buckets in the member accounts. However, the replication jobs fail to copy any existing logs, and new logs replicated to the Compliance account remain encrypted with the member accounts' KMS keys. Which combination of actions will successfully resolve these issues and meet the security requirements?
A retail company operates a legacy inventory application in the us-east-1 Region. The architecture consists of Amazon EC2 instances inside a private subnet of VPC-A. Outbound traffic to third-party APIs goes through a single NAT Gateway located in a public subnet of Availability Zone us-east-1a. The application queries an Amazon Aurora PostgreSQL database cluster. Internal service resolution is handled via a Route 53 Private Hosted Zone (PHZ) associated with VPC-A.
To support a new business continuity policy, the Solutions Architect must design a disaster recovery (DR) solution in the us-west-2 Region with a target Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 5 minutes. The architect also needs to eliminate single points of failure in the us-east-1 outbound path.
Which TWO steps should the Solutions Architect take to meet these requirements?
Geçerli olan tümünü seçin
An enterprise is planning to migrate a trade clearing platform to AWS. The platform consists of the following components:
* Front-end Web Portal: Runs on Apache HTTP Server on enterprise Linux virtual machines (VMs). No source code is available, but it can be easily installed or packaged.
* Core Transaction Backend: A Java Spring Boot service running on custom on-premises middleware. It requires upgrading to the latest Java runtime to comply with enterprise security policies. The business wants to package it to reduce infrastructure management overhead.
* Backend Database: Runs on Microsoft SQL Server Enterprise Edition. It has heavy dependencies on Windows-specific Active Directory authentication. Due to licensing constraints and a strict 2-hour downtime window, the team cannot migrate this database engine to open-source engines or modify the application database layer.
* Legacy Reporting Service: Runs on an older IBM AIX server. The organization has decided that this reporting tool is no longer needed as reporting functions are moving to a new SaaS platform in 9 months. However, it must remain fully functional on-premises until the SaaS platform goes live.
Which combination of migration strategies represents the most appropriate mapping for these components according to the 7 Rs framework? (Select TWO.)
Geçerli olan tümünü seçin
A company is planning to migrate a legacy core banking audit system to AWS. The system consists of three main components:
1. Reporting Frontend: A Java Tomcat application running on Red Hat Enterprise Linux (RHEL) virtual machines. Due to strict compliance regulations, no code modifications can be made, and the migration must be completed within a tight two-week cutover window.
2. Transaction Database: An Oracle Database Enterprise Edition instance containing proprietary PL/SQL business logic. The company wants to migrate this to Amazon Aurora PostgreSQL to eliminate expensive licensing costs.
3. Audit Log Store: An on-premises NFS file share containing millions of read-only text files. The company wants to move this to a managed service on AWS to reduce storage costs and administrative overhead, while keeping the NFS interface without changing how the frontend accesses the files.
Which combination of migration strategies represents the most appropriate path for each component to meet the company's requirements?
An enterprise is building a new IoT-enabled manufacturing platform in the `us-east-1` Region. The network architecture consists of three VPCs across different AWS accounts within an AWS Organization:
- An application VPC `vpc-factory-prod` ()
- A logistics VPC `vpc-warehouse-prod` ()
- A shared services VPC `vpc-shared-core` ()
All VPCs are interconnected using an AWS Transit Gateway named `tgw-mfg-core` with attachments in two Availability Zones (`us-east-1a` and `us-east-1b`).
The Solutions Architect must meet the following requirements:
1. Provide highly available and fault-tolerant egress-only internet connectivity for private instances in `vpc-factory-prod` and `vpc-warehouse-prod` while minimizing NAT gateway costs by centralizing egress traffic.
2. Allow private instances in the consumer VPCs (`vpc-factory-prod` and `vpc-warehouse-prod`) to resolve private DNS queries for resources hosted in `vpc-shared-core` via a Route 53 Private Hosted Zone (PHZ) named `corp.internal` associated with `vpc-shared-core`.
Which TWO configurations must the Solutions Architect implement to satisfy these networking and connectivity requirements?
Geçerli olan tümünü seçin
An enterprise operates a high-traffic financial platform. The application tier is deployed in private subnets across multiple Availability Zones in an Application VPC, which is connected to a Transit Gateway. A Shared Services VPC hosts a centralized outbound NAT Gateway and a Route 53 Private Hosted Zone (PHZ) for internal service discovery. Users report intermittent latency spikes and connection timeouts. A network audit reveals that outbound traffic to external financial APIs from all Availability Zones in the Application VPC routes through a single NAT Gateway in the Shared Services VPC. Additionally, internal DNS queries for services in the PHZ fail to resolve from the Application VPC, and sudden traffic spikes during market open cause the Application Load Balancer (ALB) to drop connections. Which combination of actions should the Solutions Architect implement to optimize network performance, minimize latency, and resolve these issues?
A company is reviewing the security posture of an internal corporate portal hosted on Amazon EC2 instances in a private subnet. The portal is currently accessed by employees on-premises via an AWS Direct Connect connection and an internal Application Load Balancer (ALB). The business now requires that external strategic partners also access the portal securely over the public internet. These partners authenticate using a third-party SAML 2.0 Identity Provider (IdP). The company must protect the portal against web-based attacks, block malicious traffic at the edge, and enforce SAML-based authentication for external partners, while maintaining direct internal access for employees without sending employee traffic over the internet. Which two actions should the solutions architect take to meet these requirements?
Geçerli olan tümünü seçin
A company is migrating its on-premises virtual machines to AWS using AWS Application Migration Service (MGN). A solutions architect needs to configure network access to ensure the replication agents installed on the source servers can communicate with the AWS migration infrastructure. Which of the following network configuration steps are required to establish this connectivity? (Select TWO.)
Geçerli olan tümünü seçin
A financial services company runs a high-volume trading platform on AWS. The application tier runs on Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB). The database tier uses an Amazon Aurora PostgreSQL database cluster with one writer and two readers. Every morning at the market open, the platform experiences an instantaneous, massive spike in traffic. During these events, users experience HTTP 503 Service Unavailable errors and dashboard widgets fail to load or display stale data. Investigation reveals that the ALB drops connections during the initial minute of the spike before scaling, and the database reader instances experience CPU utilization near 100% with elevated replication lag. Which two actions should a Solutions Architect recommend to optimize the performance of the compute and storage layers during these spikes? (Select TWO).
Geçerli olan tümünü seçin
An enterprise is designing a high-throughput, global Online Transaction Processing (OLTP) application. The primary database will be deployed in the `us-east-1` Region, and a secondary replica must be maintained in the `us-west-2` Region to support local read traffic and serve as a hot standby. The business requirements dictate a Disaster Recovery (DR) profile with a Recovery Point Objective (RPO) of less than and a Recovery Time Objective (RTO) of less than . Additionally, read capacity in `us-west-2` must scale dynamically to handle unpredictable spikes in query volume. Finally, the database backups must be exported daily to an Amazon S3 bucket and made accessible to an external auditing team operating in a separate, isolated AWS account. The audit data must remain encrypted at rest.
Which TWO database and storage configurations should the Solutions Architect implement to meet these requirements?
Geçerli olan tümünü seçin
A company runs a high-volume OLTP application on an Amazon RDS for PostgreSQL database configured in a Multi-AZ deployment. During end-of-month reporting cycles, users experience significant performance degradation and query timeouts on their analytics dashboards. Monitoring metrics show that the primary database instance is experiencing CPU utilization near and high read IOPS, while write transaction response times increase. The analytics queries are strictly read-only. Which of the following optimization strategies should the solutions architect implement to resolve the performance bottleneck in a cost-effective and operationally efficient manner?
An enterprise is designing a new AWS environment in the eu-west-1 Region. The architecture consists of two spoke VPCs (vpc-workload-a and vpc-workload-b) and a centralized services VPC (vpc-shared-services). The workloads in both spoke VPCs must:
1. Resolve internal DNS queries for a Route 53 Private Hosted Zone (PHZ) named internal.enterprise that is created and managed in the shared services AWS account.
2. Have outbound-only internet access that is resilient to Availability Zone (AZ) outages.
3. Be prevented from communicating directly with each other.
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 designing a new hybrid network architecture to connect three spoke VPCs (`vpc-app-prod`, `vpc-web-prod`, and `vpc-db-prod`) in the `us-west-2` Region to an on-premises data center. The design must satisfy the following requirements:
1. Provide outbound internet access for all spoke VPCs that is both highly available and cost-effective.
2. Establish transitive hybrid connectivity between all spoke VPCs and the on-premises network.
3. Enable private DNS resolution for an internal domain (`aws.corp.internal`) hosted in a Route 53 Private Hosted Zone (PHZ) across all three spoke VPCs.
Which design should the solutions architect choose to meet these requirements?
A global logistics provider is planning to migrate its legacy supply chain orchestration system to AWS. The migration must be completed within , and the target architecture must optimize cost and minimize administrative overhead where possible. A Solutions Architect has discovered the following three key workloads during the assessment phase:
1. Proprietary Message Broker: A self-managed RabbitMQ cluster running on CentOS virtual machines. The broker utilizes custom-compiled, third-party Erlang modules for legacy protocol translation. The source code for these custom modules has been lost, preventing recompilation.
2. Analytical Data Warehouse: A Oracle Data Warehouse that relies heavily on Oracle-specific analytical functions, stored procedures, and materialized views. The business intends to migrate this workload to Amazon Redshift to eliminate costly license agreements and improve analytical performance, which will require redesigning the database schema and rewriting downstream reporting queries.
3. Legacy Document Archiving Service: An archiving daemon written in C that runs on legacy Solaris SPARC hardware. The daemon writes static PDF files to a shared NFS mount. This system is scheduled to be completely decommissioned in when a new cloud-native Software-as-a-Service (SaaS) document management platform is fully rolled out.
Which of the following migration strategies represent the most appropriate alignment with the framework for these workloads? (Select TWO.)
Geçerli olan tümünü seçin
A gaming company hosts a multiplayer matchmaking service on AWS. The application's compute tier is deployed in private subnets across three Availability Zones (, , and ) within an Auto Scaling group (ASG) behind an Application Load Balancer (ALB). Outbound requests to external third-party game servers are routed through a single NAT Gateway located in .
During a daily scheduled global tournament, player traffic surges instantaneously. The following issues are observed:
1. Outbound traffic to the external game servers fails completely if there is an outage in , disabling matchmaking for players in and .
2. The ASG scale-out policy (based on CPU utilization) triggers immediately during the traffic surge. However, because new instances require minutes ( seconds) to download configuration files, install dependencies, and bootstrap the application, the ASG continues to launch unnecessary additional instances every few minutes before the previously launched instances can start processing traffic. This behavior leads to significant over-provisioning and high compute costs.
Which two actions should the solutions architect take to resolve these issues while maintaining high availability and minimizing cost?
Geçerli olan tümünü seçin
An enterprise uses AWS Organizations to manage a multi-account environment. The central Platform DevOps team maintains configuration baselines using Ansible playbooks stored in a private GitHub repository. To automate configuration management and enforce these baselines on Amazon EC2 instances across multiple workload accounts, the team uses AWS Systems Manager State Manager associations. To pull the playbooks from the private repository, State Manager requires a GitHub Personal Access Token (PAT). The DevOps team stores the GitHub PAT as a secret in AWS Secrets Manager within a centralized Shared Services account. They configure the secret using the default AWS-managed KMS key (aws/secretsmanager). The EC2 instances in the workload accounts are assigned an IAM instance profile with a policy that allows the secretsmanager:GetSecretValue action on the secret's ARN. When the State Manager association executes in the workload accounts, the execution fails on the EC2 instances, and the Systems Manager runbook log displays an AccessDeniedException error related to AWS KMS decryption. Which of the following actions should the Solutions Architect take to resolve this issue and enable successful configuration management?
A gaming company has an existing analytics pipeline where game clients upload telemetry data directly to an Amazon S3 bucket in a shared-services account. The data contains customer identifiers. Currently, the objects are encrypted using SSE-S3. The security team has updated compliance guidelines requiring:
1. Data must be encrypted at rest using a customer-managed key (CMK) that supports automated annual rotation.
2. Cross-account access must be configured to allow a data analytics team in a separate AWS account to query the S3 bucket using Amazon Athena, ensuring they can decrypt the data.
3. Write access to the bucket must be restricted so that only clients coming from a specific list of corporate IP ranges can put objects.
Which of the following actions should the Solutions Architect take to enhance data protection and meet these compliance requirements? (Select TWO.)
Geçerli olan tümünü seçin