Tüm alıştırma soruları
1964 soru
An enterprise has a multi-account AWS architecture. The core application backends are deployed across multiple private subnets in a Spoke VPC in the region. A Shared Services VPC in the region hosts a centralized internal API behind an Application Load Balancer (ALB) and holds a Route 53 Private Hosted Zone (PHZ) named `api.internal.enterprise.com`.
The Spoke VPC is connected to the Shared Services VPC via AWS Transit Gateway (TGW) peering. The enterprise also replicates high-throughput database transactions from its on-premises data center to the Spoke VPC in over a AWS Direct Connect connection. The connection uses a Transit Virtual Interface (Transit VIF) terminated on a Direct Connect Gateway (DXGW) that is attached to the Spoke VPC's TGW.
The network architecture is currently experiencing the following performance and operational issues:
1. Database replication throughput is capped, and packet drops occur during peak sync periods. On-premises routers are configured with an MTU of .
2. Instances in the Spoke VPC fail to resolve the hostname `api.internal.enterprise.com`.
3. Outbound internet traffic from all Availability Zones in the Spoke VPC is routed through a single NAT Gateway in one Availability Zone, which occasionally experiences localized failures, dropping all outbound connections.
4. The internal ALB in the Shared Services VPC drops connections during sudden daily flash traffic spikes.
Which combination of actions should a Solutions Architect recommend to optimize network performance, minimize latency, and resolve these issues?
A media company stores user-generated video assets in an Amazon S3 bucket located in a central archive AWS account. Currently, these assets are encrypted using Amazon S3 managed keys (SSE-S3). To meet new regulatory compliance requirements, the security team mandates that all assets must be encrypted using customer-managed keys (CMKs) with automatic rotation. Furthermore, an encoding application running in a separate production AWS account must be able to read and write these encrypted assets directly. Which of the following actions should a Solutions Architect perform to implement this secure configuration? (Select TWO.)
Geçerli olan tümünü seçin
A biotechnology company has eight spoke VPCs split across two AWS accounts in a single AWS Region, and one shared services VPC in a third account. The company requires all spoke VPCs to access resources in the shared services VPC and an on-premises data center, but spoke VPCs must be strictly prevented from communicating with one another. The hybrid connection to the data center is established using an AWS Direct Connect (DX) connection. Which design should a Solutions Architect recommend to meet these requirements with the least operational overhead?
A gaming company operates a real-time multiplayer game server backend on Amazon EC2 instances. The game server software writes high-throughput debug logs to a local directory at `/opt/gameserver/logs/debug.log`. These log files are rotated every 15 minutes by a custom daemon, renaming the active file to `/opt/gameserver/logs/debug.log.<timestamp>` and creating a new empty `/opt/gameserver/logs/debug.log`. The DevOps team deploys the Unified CloudWatch Agent to forward these logs to Amazon CloudWatch Logs. During peak hours, the team notices that log ingestion drops to zero for several minutes after each 15-minute rotation interval, resulting in missing critical troubleshooting data. Which configuration change should the solutions architect make to ensure continuous log collection without data loss?
A media streaming company runs a critical content delivery API on Amazon EC2 instances in an Auto Scaling group across multiple member accounts in an AWS Organization. The API logs are written to `/var/log/api/server.log` and are rotated hourly to `/var/log/api/server.log.YYYY-MM-DD-HH`. To meet compliance requirements, a solutions architect must design a centralized logging solution that aggregates these logs into an Amazon S3 bucket in a dedicated Security account. The solution must minimize log data loss during rotations and support near-real-time streaming. Which combination of steps should the solutions architect implement to achieve these operational excellence goals?
A multinational corporation runs its workloads across multiple AWS accounts managed under AWS Organizations. As part of a security audit, a solutions architect is tasked with upgrading the data protection configuration for application access logs. These logs are pushed from member accounts to a centralized Amazon S3 bucket in a dedicated Logging Account. The S3 bucket currently uses default encryption with the AWS-managed KMS key for Amazon S3 (aws/s3). The audit requires that all logs must be encrypted at rest using a key that supports automatic rotation and allows the organization to control key access policies. The member accounts must be able to continue writing logs, and the security analysts in the Logging Account must be able to read and decrypt them. Which of the following represents the most secure and compliant way to implement this requirement?
An enterprise operates a multi-region web application across us-east-1 (active) and us-west-2 (passive). The application tier consists of Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB). The database tier uses an Amazon Aurora Global Database with the primary cluster in us-east-1. Traffic is routed using an Amazon Route 53 failover routing policy pointing to the primary ALB with an associated health check. During a simulated database outage in us-east-1, the application became unavailable, but Route 53 did not fail over to us-west-2 because the Route 53 health check, which points to a static HTML page on the EC2 instances, remained healthy.
Which action should a solutions architect take to resolve this issue and enhance the disaster recovery reliability?
A medical device manufacturing company is establishing a centralized telemetry logging architecture. An application running on Amazon ECS tasks within a Production VPC in Account A () needs to write encrypted raw patient telemetry data directly to an Amazon S3 bucket located in a dedicated Security and Auditing account, Account B (). The compliance officer requires that all data uploaded must be owned by Account B immediately upon creation to prevent Account A from deleting or modifying the logs. The data must be encrypted at rest using a customer-managed KMS key (CMK). The ECS tasks in Account A must only have the minimum permissions required to perform the write and encryption operations, with no read or delete capabilities on Account B's resources. Which two configuration steps must the Solutions Architect implement to meet these requirements securely?
Geçerli olan tümünü seçin
A financial services company hosts its real-time market data ingestion application in VPC-A () and its latency-critical analytics engine in VPC-B (). Currently, an AWS Transit Gateway is used to route traffic between the two VPCs. Additionally, the ingestion application in VPC-A continuously receives real-time trade feeds from an on-premises datacenter in Chicago via a AWS Direct Connect connection. This hybrid traffic traverses an AWS Direct Connect Gateway associated with the Transit Gateway via a Transit Virtual Interface (Transit VIF).
Performance testing reveals that data transfers between VPC-A and VPC-B are bottlenecked and cannot exceed , while latency-sensitive feeds from the on-premises datacenter to VPC-A suffer from a routing overhead introduced by the Transit Gateway. The company requires a solution that maximizes inter-VPC throughput and reduces hybrid connectivity latency to the absolute minimum.
Which combination of actions should the Solutions Architect take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
An advertising technology company runs a real-time bidding application with sub-millisecond processing requirements. The application's front-end bidding engines are deployed in an Ingestion VPC, while the core database cluster is hosted in a separate Processing VPC, both within the `us-east-1` Region. Under peak traffic spikes, the company experiences increased latency and connection timeouts when the bidding engines query the database. The database endpoints are resolved using an Amazon Route 53 Private Hosted Zone (PHZ). The company requires a solution that minimizes latency, avoids additional data processing fees, and ensures high availability across all Availability Zones. How should a solutions architect optimize the network configuration to meet these requirements?
A global collaborative engineering SaaS platform hosts its assembly-rendering engine in us-east-1 (VPC-A) and its archive vault in us-west-2 (VPC-B). The VPCs are connected via an inter-region VPC peering connection. The platform's on-premises development center in New York connects to VPC-A via an AWS Direct Connect (DX) connection with a Private Virtual Interface (VIF).
On-premises engineers in London experience severe latency and packet loss when accessing the vault in VPC-B over the public internet. Additionally, internal services in VPC-B cannot resolve the private DNS names of resources in VPC-A, impacting rendering times. The enterprise wants to optimize the network path, reduce latency for London-based engineers, and enable secure, private DNS resolution across both regions.
Which THREE actions should a Solutions Architect take to meet these requirements?
Geçerli olan tümünü seçin
A solutions architect is designing a high-performance database strategy for a new relational OLTP workload. The application requires highly available database access across multiple Availability Zones and must dynamically scale horizontally to handle unpredictable spikes in read traffic.
Which two strategies should the solutions architect implement to meet these requirements?
Geçerli olan tümünü seçin
A digital health platform hosts its application workloads in a production AWS account under an AWS Organizations structure. The application stores HIPAA-regulated patient health summaries in an Amazon S3 bucket. Currently, the bucket is encrypted using default server-side encryption with the AWS managed key (`aws/s3`). To comply with a new security directive, the platform's security officer requires that a compliance reporting service running in a separate, dedicated auditing AWS account must be able to read these health summaries. The encryption keys must support automatic rotation, and the policy must adhere strictly to the principle of least privilege. Which two actions should the solutions architect take to implement these changes?
Geçerli olan tümünü seçin
An enterprise operates a critical reporting application running on Amazon EC2 instances across three Availability Zones in a single VPC within the us-west-2 Region. The instances are managed by an Auto Scaling group behind an Application Load Balancer (ALB). The application reads and writes data to a multi-AZ Amazon RDS for PostgreSQL database. Outbound reporting logs are uploaded to an external partner API via a single NAT Gateway located in one of the public subnets.
The solutions architect must enhance the disaster recovery (DR) posture and reliability of the application. The new DR strategy must support a recovery point objective (RPO) of under 15 minutes and a recovery time objective (RTO) of under 30 minutes in the us-east-1 Region, while minimizing idle resource costs. Additionally, the outbound connectivity must be highly resilient against Availability Zone outages.
Which of the following configurations will meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise financial reporting application runs on AWS. The application tier consists of a fleet of Amazon EC2 `c5.xlarge` instances in an Auto Scaling Group behind an Application Load Balancer (ALB). The application queries an Amazon RDS for PostgreSQL database (configured in a Multi-AZ deployment) to retrieve transaction logs, processes the data, and writes intermediate files to attached `gp3` EBS volumes before uploading the consolidated reports to Amazon S3.
During end-of-month processing, users experience severe delays. A solutions architect reviews the Amazon CloudWatch metrics and notes the following:
* The EC2 instances show low CPU and memory utilization, but high I/O wait times.
* The `gp3` EBS volumes show `VolumeThroughput` consistently pegged at and high `VolumeQueueLength`.
* The RDS database experiences high CPU utilization and read latency on the primary instance, while the standby instance CPU utilization remains near .
Which two actions should the solutions architect take to resolve the performance bottlenecks and optimize the system's performance? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise is designing a new cloud infrastructure in the us-west-2 Region using AWS Organizations. The architecture requires connecting two spoke VPCs, vpc-hr-app and vpc-finance-app, to a centralized shared services VPC, vpc-shared-services. Workloads in both spoke VPCs require outbound internet access to download software patches, but must not accept any inbound traffic from the internet. Additionally, these workloads must securely access a shared database hosted in vpc-shared-services and resolve private domain names in a Route 53 Private Hosted Zone (PHZ) named services.local hosted in the shared services AWS account. Outbound internet access must be highly available and resilient to Availability Zone (AZ) failures. Which two steps should the solutions architect take to design this connectivity? (Select two.)
Geçerli olan tümünü seçin
An enterprise is designing a highly resilient hybrid network architecture to connect its AWS multi-Region environment with an on-premises datacenter. The AWS deployment spans two Regions: `us-east-1` (containing `vpc-app-use1` for workloads and `vpc-sec-use1` for egress security control) and `us-west-2` (containing `vpc-app-usw2` for workloads and `vpc-sec-usw2` for egress security control). A single AWS Direct Connect connection terminates at a Direct Connect Gateway (`dxgw-global`). The solution must satisfy the following requirements:
1. VPCs within each Region must route inter-VPC traffic via a regional AWS Transit Gateway (`tgw-use1` and `tgw-usw2`).
2. Workloads in both Regions must access the on-premises network with minimal latency and high availability.
3. Outbound internet traffic from application VPCs must route through the security VPC in their respective Region. This traffic must remain highly available even during an Availability Zone (AZ) outage, without routing across Regions.
4. Active Directory DNS queries for `corp.local` must resolve to on-premises DNS servers, while queries for the Route 53 Private Hosted Zone (PHZ) `aws.corp` (hosted in a centralized AWS account) must resolve across all VPCs.
Which of the following connectivity and DNS configurations meets these requirements while minimizing latency and single points of failure?
A digital health enterprise operates a medical imaging application across multiple AWS accounts. The primary processing workload runs on Amazon EC2 instances in a Production VPC (VPC-A) in the us-east-1 Region. A central reporting application in a Shared Services VPC (VPC-B) in the same Region needs to pull large image files from VPC-A with the lowest possible latency and maximum throughput. Currently, VPC-B accesses the images in VPC-A by routing traffic over the public internet through a NAT Gateway in VPC-B to an Application Load Balancer (ALB) in VPC-A. The network configuration uses a Route 53 Private Hosted Zone (PHZ) for DNS resolution, but resolution is failing from VPC-B.
Which combination of actions will optimize the network performance and resolve the latency and DNS issues? (Select two.)
Geçerli olan tümünü seçin
A company operates a legacy web application on Amazon EC2 instances within an Auto Scaling Group (ASG) behind an Application Load Balancer (ALB). The application queries a single Amazon RDS for PostgreSQL database instance. During a recent marketing campaign, the application suffered from severe performance degradation. Monitoring reveals that the EC2 fleet experiences delayed scale-out responses because new instances take 8 minutes to bootstrap, while the scaling cooldown is set to 2 minutes. Additionally, the RDS database is overwhelmed by read queries, and its gp3 storage volume is hitting its IOPS limit.
Which set of actions should a solutions architect recommend to optimize both compute and storage performance under these conditions?
An enterprise organization is migrating a legacy on-premises IBM Db2 LUW database to Amazon RDS for PostgreSQL. A solutions architect has used the AWS Schema Conversion Tool (SCT) to convert the database schema and apply it to the target RDS instance. The architect then creates an AWS Database Migration Service (DMS) replication task with replication type set to 'Full load and ongoing replication'. The full load phase completes successfully, but subsequent source database updates are not reflected in the target database. Which action must the architect perform on the source database to ensure that ongoing changes are successfully captured and replicated?