Tüm alıştırma soruları
1964 soru
An enterprise e-commerce application runs on a fleet of Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer. The application utilizes a Multi-AZ Amazon RDS for PostgreSQL database for transactional data. During a flash sale event, users experience slow page load times. Monitoring tools show that EC2 CPU utilization remains under , but the RDS database experiences high read latency and the read I/O operations per second (IOPS) capacity is exhausted. The read queries are non-blocking and can tolerate up to seconds of replication lag. Which of the following solutions is the most effective way to optimize the performance of this database tier?
An enterprise operates a financial transaction auditing application deployed on a fleet of Amazon EC2 instances. The application writes security-sensitive transaction logs to `/var/log/audit/transactions.log`. A local utility rotates these logs hourly by renaming the active log file to `transactions.log.YYYY-MM-DD-HH` and creating a new empty `transactions.log` file. The Unified CloudWatch Agent is installed on each EC2 instance and is configured to stream these logs to a central Amazon CloudWatch Logs log group in the application account.
A subscription filter on the CloudWatch log group forwards all incoming log events to an Amazon Kinesis Data Firehose delivery stream. This stream is responsible for delivering the logs to an Amazon S3 bucket located in a centralized Logging AWS account for long-term retention and compliance audits.
During a post-deployment verification phase, the solutions architect identifies two distinct operational issues:
1. Log ingestion from the EC2 instances halts within the first hour of log rotation and does not resume automatically.
2. The Kinesis Data Firehose delivery stream fails to write any records to the centralized S3 bucket in the Logging account.
Which combination of actions will resolve both issues while adhering to the principle of least privilege?
A global advertising technology (ad-tech) company runs a real-time bidding platform that stores user profile segments in Amazon DynamoDB. During high-traffic campaigns, the DynamoDB tables experience significant read throttling despite having DynamoDB Auto Scaling enabled. The application requires sub-millisecond response times for segment lookups to meet bidding window SLA limits. The architecture team wants to introduce a caching layer to cache the lookups. The cached user profile data must be replicated across three Availability Zones to prevent cache stampedes in case of a zone failure, support active data persistence to survive cache node restarts, and allow the application to execute atomic updates on list-based segment identifiers within the cache. Which caching strategy should the solutions architect implement to address these requirements?
A healthcare provider hosts an application that stores sensitive patient records in an Amazon S3 bucket. An internal security audit reveals that the bucket does not have encryption at rest enabled and that objects can be deleted without additional verification. The security team requires that all stored data must be encrypted and that any permanent deletion of objects must require multi-factor authentication. Which of the following configurations should the Solutions Architect implement to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise is designing a highly available, multi-account network architecture in the `us-east-1` Region. The architecture consists of one Shared Services VPC in Account A and three spoke application VPCs in Account B. An AWS Transit Gateway in Account A is used to interconnect all VPCs. The spoke VPCs require private DNS resolution of the `corp.internal` domain, which is managed in a Route 53 Private Hosted Zone in Account A. Additionally, all spoke VPCs must route outbound internet traffic through a centralized set of NAT Gateways in the Shared Services VPC. Spoke-to-spoke network communication must be blocked, but spoke-to-shared communication must be allowed. The design must be resilient to Availability Zone outages and minimize operational overhead.
Which TWO steps should the solutions architect take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A digital advertising platform operates a latency-critical ad bidding application across two VPCs in the `us-east-1` Region: `AdBiddingVPC` and `AdAnalyticsVPC`. The bidding engine running on Amazon EC2 instances in `AdBiddingVPC` needs to write real-time transactional logs to an Amazon Aurora PostgreSQL database cluster in `AdAnalyticsVPC` with a latency of less than . Currently, the VPCs are connected using an AWS Transit Gateway. The database endpoint is hosted in a Route 53 Private Hosted Zone (PHZ) that is associated only with `AdAnalyticsVPC`. The bidding engine is currently experiencing latency spikes of over and database connection timeouts. Network analysis shows that database DNS queries from the bidding engine resolve to a public IP address, causing the traffic to route out through a NAT Gateway in `AdBiddingVPC` and back in via the public internet. Which of the following optimization strategies should the Solutions Architect implement? (Select TWO.)
Geçerli olan tümünü seçin
An international energy conglomerate operates a real-time smart grid telemetry platform. The core processing systems run on Amazon EC2 instances in a VPC in the us-west-2 (Oregon) Region. Real-time data is sent from a centralized control center in Oslo, Norway, which is connected to AWS via a 10 Gbps AWS Direct Connect connection terminating at an AWS Direct Connect partner location in Europe. Currently, the Oslo control center accesses a staging VPC in the eu-west-1 (Ireland) Region via a Private Virtual Interface (VIF) connected to a Virtual Private Gateway (VGW). To transmit telemetry data to us-west-2, the traffic is routed from Oslo to the staging VPC in eu-west-1 over the Direct Connect link, and then forwarded to us-west-2 using an inter-region VPC Peering connection. Latency spikes and significant throughput degradation are causing telemetry data packet drops. Furthermore, on-premises systems in Oslo cannot resolve the private DNS names of the us-west-2 compute nodes, which are defined in a Route 53 Private Hosted Zone (PHZ) associated with the us-west-2 VPC. Which combination of actions should a solutions architect implement to minimize replication latency, maximize throughput, and resolve on-premises DNS queries for the private hosted zone?
An online transaction processing (OLTP) system for financial ledger tracking requires a database strategy that achieves read latencies under 10 milliseconds and a near-zero Recovery Point Objective (RPO). The database workload is read-heavy with unpredictable traffic spikes. Which database architecture satisfies these criteria while dynamically scaling read capacity?
A financial services company is launching a secure transactional platform across two AWS accounts. An application running on Amazon ECS tasks in the Trading Account (Account ID: `123456789012`) under the IAM Role `TradingEngineRole` must write historical transaction logs to an Amazon S3 bucket located in the Audit Account (Account ID: `987654321098`). The logs must be encrypted at rest using an AWS KMS key managed by the Audit team in the Audit Account. The key policy must strictly limit access to only the `TradingEngineRole` and cannot use a wildcard (`*`) principal. Which configuration will successfully allow the application to write the encrypted logs to the S3 bucket in the Audit Account while meeting all security requirements?
A company is centralizing its Amazon S3 data access logs from multiple member AWS accounts into a single S3 bucket located in a dedicated security account. The security team must encrypt the centralized logs at rest using SSE-KMS to comply with internal data protection standards. The solutions architect needs to configure the encryption so that member accounts can successfully write their encrypted logs to the destination S3 bucket.
Which configuration will meet these requirements?
An enterprise is designing a new multi-account AWS environment in the us-east-1 Region. The design features a Central Services VPC (vpc-shared-services) and two application VPCs (vpc-app-a and vpc-app-b), all interconnected via an AWS Transit Gateway (tgw-central). A Route 53 Private Hosted Zone (PHZ) named corp.internal is created in vpc-shared-services. Workloads in all VPCs must be able to resolve DNS queries for corp.internal. Furthermore, workloads in the private subnets of vpc-app-a and vpc-app-b require highly available outbound internet access, while minimizing NAT Gateway deployment costs across the architecture. Which two actions should the Solutions Architect take to design a solution that meets these requirements? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise operates a multi-account, multi-region architecture on AWS to support its core application. Account A (Production) hosts the primary application resources in the us-east-1 Region inside VPC-Prod, and the disaster recovery resources in the us-west-2 Region inside VPC-DR. The database layer is an Amazon Aurora PostgreSQL Global Database, with the primary cluster in us-east-1 and a secondary cluster in us-west-2.
Account B (Shared Services) hosts a Route 53 Private Hosted Zone (PHZ) named internal.production.local that contains critical service discovery records. The application in VPC-Prod relies on these records.
During a disaster recovery drill, the Solutions Architect identifies the following issues:
1. Microservices running in VPC-DR fail to resolve the service endpoints in internal.production.local during failover tests.
2. Outbound data replication and synchronization traffic from VPC-Prod to the secondary Region in us-west-2 is routed through a single NAT Gateway located in Availability Zone us-east-1a, posing a single point of failure.
The company requires a solution that minimizes replication failure risk, maintains a target recovery time objective (RTO) of 15 minutes, and resolves the cross-account DNS resolution issues.
Which TWO actions should the Solutions Architect take to address these requirements?
Geçerli olan tümünü seçin
An enterprise operates a real-time analytics platform on AWS. The application tier runs on Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB). The EC2 instances process transaction payloads, download supporting assets from an Amazon EBS gp3 volume, write raw transaction logs to an Amazon S3 bucket encrypted with an AWS KMS Customer Managed Key (CMK), and write transactional records to an Amazon Aurora PostgreSQL database. During weekly flash sales, traffic abruptly spikes from 100 requests per second to over 50,000 requests per second within one minute. During these spikes, the platform experiences the following issues: the ALB drops incoming requests with 502 Bad Gateway and 504 Gateway Timeout errors; the EC2 instances experience high CPU utilization and high disk queue lengths; the Aurora database writer instance experiences CPU exhaustion, and the single reader instance experiences significant replication lag; the application logs show multiple S3 '503 SlowDown' errors and KMS 'ThrottlingException' errors. Which of the following combinations of actions will resolve these performance bottlenecks? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise operates a high-transaction e-commerce application deployed on Amazon EC2 instances in an Auto Scaling group. The application writes operational logs to `/var/log/ecommerce/transactions.log`. These logs are rotated hourly and renamed with a timestamp suffix, such as `/var/log/ecommerce/transactions.log.2026-07-16-11`. The Solutions Architect needs to implement a solution to collect these logs, ensure no data loss during rotation, and centralize them in an Amazon S3 bucket in a dedicated logging account within the AWS Organization. Which combination of actions should the Solutions Architect take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise manages its application infrastructure using AWS CloudFormation StackSets deployed across multiple member accounts in an AWS Organization. A developer manually modified the configuration of an Amazon EC2 instance and its associated security groups in a member account to troubleshoot a production issue. When the administrator runs a StackSet update to deploy a new version of the infrastructure, the update fails and rolls back in that specific member account because of this configuration drift. Additionally, the StackSet template must fetch and decrypt a database password stored in a central Amazon S3 bucket in the administrator account during deployment. Which combination of steps should the Solutions Architect take to resolve the update failure, automate configuration enforcement, and securely handle parameter decryption?
A company runs a batch processing worker fleet of Amazon EC2 instances managed by an Auto Scaling group. The worker instances require minutes to complete their initialization and setup scripts before they are ready to process messages from an Amazon SQS queue. The current scaling policy uses a default cooldown period of minutes. During sudden message volume increases, the Auto Scaling group repeatedly launches unnecessary additional instances before the newly created instances can begin processing messages. Which change should a Solutions Architect implement to optimize the scaling behavior and prevent over-provisioning?
A media company is establishing a new environment in the ap-northeast-1 Region, consisting of two spoke VPCs (vpc-media-ingest and vpc-media-process) across two Availability Zones, and a shared services VPC (vpc-shared-core). The spoke VPCs require outbound-only internet connectivity for updates. They also need to resolve internal DNS names in a Route 53 Private Hosted Zone (media.internal) created in the shared services VPC. An AWS Transit Gateway is deployed to interconnect all three VPCs. Which configuration should the solutions architect implement to satisfy these requirements while ensuring high availability for outbound traffic?
A solutions architect is designing a document management platform. The platform must handle two storage needs: a cost-effective object storage system for storing millions of PDF files (averaging to in size), and a NoSQL database for metadata lookups (such as document ID, owner, and creation date) with key performance indicators of sub- retrieval latency. The entire architecture must scale automatically to accommodate highly variable traffic volumes. Which two AWS storage and database configurations should the solutions architect implement to satisfy these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A financial services provider hosts a latency-critical trading platform in the us-east-1 Region. The architecture consists of a high-throughput compute cluster in VPC-A that queries a key-value database cluster in VPC-B. Both VPCs are connected via an AWS Transit Gateway. The database cluster utilizes a Route 53 Private Hosted Zone (PHZ) for internal endpoint resolution, which is currently associated only with VPC-B. Compute instances in VPC-A must also communicate with the internet for market data feeds, routing all outbound traffic through a single NAT Gateway located in VPC-A's public subnet.
The platform is experiencing performance bottlenecks. Inter-VPC database traffic is capped at 5 Gbps per flow, and DNS resolution failures occur frequently during market open. Furthermore, outbound internet connectivity is vulnerable to Availability Zone outages.
Which two changes should a solutions architect implement to optimize network throughput, reduce latency, and improve availability? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise runs a fleet of Amazon EC2 instances in multiple production AWS accounts. The instances host a telemetry processing application that writes logs to `/var/log/telemetry/telemetry.log`. These logs undergo hourly rotation and are renamed with a timestamp suffix (for example, `/var/log/telemetry/telemetry.log.20260716-11`). The company wants to centralize these logs in an Amazon S3 bucket inside a dedicated monitoring account, ensure no log messages are lost during rotation, and support real-time alerting for application errors. Which two actions should a solutions architect take to implement this architecture under the principle of least privilege? (Select two.)
Geçerli olan tümünü seçin