Tüm alıştırma soruları
1462 soru
A credit scoring company hosts its core risk evaluation platform on AWS. The application runs on Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer in the us-east-1 Region. The database tier uses an Amazon Aurora PostgreSQL DB cluster. The company needs to design a disaster recovery (DR) plan in the us-west-2 Region to handle a full region outage. The DR solution must achieve a Recovery Point Objective (RPO) of 5 minutes and a Recovery Time Objective (RTO) of 30 minutes while minimizing ongoing running costs.
Which solution meets these requirements with the lowest cost?
A gaming company runs an application on Amazon EC2 instances in a private subnet. The security team needs to implement a solution to monitor network traffic for threats, specifically detecting if any EC2 instance has been compromised and is communicating with external command-and-control (C&C) servers. Additionally, they must monitor the configuration of their security groups to detect and alert on unauthorized changes. Which combination of AWS services should a solutions architect recommend to meet these requirements with the least operational overhead?
A solutions architect is designing the database tier for an e-commerce platform that hosts short-duration flash sales events. During these events, write traffic spikes suddenly from a few requests per minute to over transactions per second. The application requires database write latency of less than milliseconds. The orders are processed using sequentially generated order IDs. Which database configuration will meet these performance requirements under sudden spikes while remaining cost-effective?
A company hosts an internal dashboard on Amazon EC2 instances managed by an Auto Scaling group (ASG). The dashboard application runs on custom port 8090. The ASG is registered with a target group behind an Application Load Balancer (ALB). The EC2 instances' security group is configured to allow inbound traffic from the ALB's security group on port 8090. However, the ALB marks all instances as unhealthy and returns a 502 Bad Gateway error to users. Local verification shows that the application is running and responding normally on port 8090 on each instance.
Which of the following actions should a solutions architect take to resolve this issue?
An enterprise is migrating its multi-tier workloads to AWS and has established an organization in AWS Organizations. The enterprise has created separate OUs for development, testing, and production workloads. The security team mandates that employees must use their existing corporate IdP to access AWS resources. Additionally, the team requires that no administrator in any member account can disable or modify Amazon GuardDuty or AWS CloudTrail in their respective accounts. Which combination of actions should a solutions architect recommend to meet these requirements with the least operational overhead?
An e-learning enterprise hosts its online classroom application in the us-east-1 Region. The architecture consists of Amazon EC2 instances in an Auto Scaling group and an Amazon RDS for PostgreSQL DB instance. The company needs to implement a cost-effective cross-Region disaster recovery (DR) solution in the us-west-2 Region. The DR solution must achieve a Recovery Point Objective (RPO) of 5 minutes and a Recovery Time Objective (RTO) of 15 minutes. Which combination of actions should a solutions architect recommend to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A digital media corporation is migrating its workflows to a multi-account environment managed by AWS Organizations. The company utilizes Microsoft Entra ID as its central identity provider. The security team requires that access to the AWS Management Console be authenticated against Entra ID, and that group memberships in Entra ID automatically determine the AWS permissions granted to users without manually creating IAM users in individual accounts. The solution must minimize operational overhead. Which two actions should a solutions architect take to meet these requirements? (Select two.)
Geçerli olan tümünü seçin
A SaaS company provides a travel booking platform hosted in the us-east-1 Region. The architecture consists of Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer, and an Amazon RDS for PostgreSQL DB instance. The company wants to establish a disaster recovery (DR) site in the us-west-2 Region using a Warm Standby pattern. The DR solution must achieve a Recovery Time Objective (RTO) of minutes and a Recovery Point Objective (RPO) of minutes, while minimizing ongoing costs.
Which TWO actions should a solutions architect take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A Solutions Architect is designing a multi-account governance strategy for a media company that manages its workloads using AWS Organizations. The company's security policy requires that all administrative access to member accounts in the Production OU must be federated using the corporate identity provider. Additionally, member account administrators must be prevented from creating local IAM users or generating long-term IAM access keys. Which combination of actions should the Solutions Architect recommend to meet these requirements?
A company is integrating its AWS environment with a third-party SaaS monitoring tool. The SaaS vendor requires read-only access to the company's AWS resources to collect performance metrics. The security team mandates that the integration must prevent the 'confused deputy' problem and avoid the use of long-term credentials. Which combination of actions should a solutions architect recommend to configure this access? (Select TWO.)
Geçerli olan tümünü seçin
A company hosts a two-tier web application in a VPC. The web servers are deployed in a public subnet () and receive HTTPS traffic from the internet. The database servers are deployed in a private subnet () and accept MySQL connections from the web servers on TCP port 3306.
A security architect configures custom network ACLs (NACLs) to secure both subnets.
The public subnet NACL is configured with the following rules:
* Inbound: Allow TCP port 443 from
* Outbound: Allow TCP port 443 to , and allow TCP port 3306 to
The private subnet NACL is configured with the following rules:
* Inbound: Allow TCP port 3306 from
* Outbound: Allow TCP ports to
The security groups for both the web servers and database servers are already correctly configured to allow the necessary inbound and outbound traffic. Currently, external clients cannot establish HTTPS connections to the web servers, and the web servers are unable to connect to the database.
Which combination of NACL modifications will resolve these connectivity issues?
A company is deploying an in-memory caching tier in a private subnet within an Amazon VPC. The caching nodes run on Amazon EC2 instances and use port . Only the application servers running in the web subnet should be allowed to read from and write to the cache nodes. A solutions architect needs to restrict network access to the caching tier.
Which two configuration steps should the solutions architect perform to secure the caching tier? (Select TWO.)
Geçerli olan tümünü seçin
A fleet management company collects vehicle telematics data. The data is uploaded daily as log files (average size ) to an Amazon S3 Standard bucket. The files are accessed frequently during the first for immediate driver behavior analysis. Between day and day , the files are accessed occasionally for monthly reports. After , the files are rarely accessed but must be retained for an additional for regulatory auditing, where a retrieval time of is acceptable. After , the files should be deleted.
Which TWO lifecycle actions should a solutions architect configure to minimize storage costs without incurring minimum storage duration penalties? (Select TWO.)
Geçerli olan tümünü seçin
A healthcare analytics company is deploying a compliant application on Amazon EC2 instances in private subnets. The application must retrieve database credentials from AWS Secrets Manager and write processed records to Amazon DynamoDB. The company's security policy dictates that no traffic from the private subnets is allowed to traverse the public internet. Which two actions should a solutions architect take to meet these security requirements in a cost-effective manner? (Select TWO.)
Geçerli olan tümünü seçin
A solutions architect is designing the database tier for a critical web application. The application will use an Amazon RDS for PostgreSQL DB instance and requires high availability with automatic failover within a single AWS Region.
Which two options should the solutions architect implement to meet these requirements? (Select two.)
Geçerli olan tümünü seçin
A company hosts a global web application in a single AWS Region. Users in remote locations report high latency during the TCP connection setup phase. Additionally, the company wants to implement a DNS-level routing mechanism to ensure high availability.
Which TWO solutions should a solutions architect recommend to improve network performance and availability? (Select TWO.)
Geçerli olan tümünü seçin
A retail company wants to design a serverless ingestion pipeline to collect real-time JSON clickstream data from its web application at a rate of . The data must be converted into Apache Parquet format and saved in Amazon S3 for subsequent analysis. The solution should require minimal administration and operational overhead.
Which two AWS services or features should be used together to meet these requirements? (Select two.)
Geçerli olan tümünü seçin
A retail company is designing a hybrid network architecture to replicate real-time transactional data from their on-premises database to AWS. The primary connection is an AWS Direct Connect connection. The replication throughput can reach up to during peak hours. The company requires a secure, encrypted backup path over the internet that can handle the full peak replication throughput in the event of a Direct Connect outage. Which two actions should the solutions architect take to meet these performance and backup requirements?
Geçerli olan tümünü seçin
An engineering team is deploying a parallel financial simulation workload on a fleet of clustered Amazon EC2 instances in a single Availability Zone. The application requires a POSIX-compliant shared file system capable of delivering sub-millisecond latencies, at least random IOPS, and of throughput. The file system must dynamically load initial input datasets from an Amazon S3 bucket at startup and automatically write output results back to the same S3 bucket. Which storage configuration meets these requirements with the lowest operational complexity?
A company is deploying a media rendering application on a fleet of Amazon EC2 Linux instances. The instances must concurrently access a shared file system to read raw media files and write rendered outputs. The workload is highly unpredictable, with rapid spikes in throughput requirements.
Which storage solutions will meet these requirements while providing the necessary shared access? (Select TWO.)
Geçerli olan tümünü seçin