All practice questions
1462 questions
As a solutions architect, you are tasked with securing a gaming studio's environment within AWS Organizations. The security team wants to enforce a policy where no member accounts can disable GuardDuty, while ensuring the management account retains administrative control and is not restricted by this policy. Additionally, the studio wants to manage employee permissions centrally from an external identity provider without creating static credentials. Which combination of actions will meet these governance requirements with the least operational overhead?
A smart grid utility company operates a real-time energy telemetry API on AWS. The API is deployed on Amazon EC2 instances behind an Application Load Balancer (ALB). During grid fluctuations, the API suffers from coordinated Layer 7 HTTP flood attacks disguised as legitimate smart meter reporting traffic. The legitimate meter reports always target a specific URI path and include a custom header X-Meter-Token. The security team wants to mitigate these attacks at the edge before they reach the ALB, without blocking legitimate traffic or modifying the backend application code. Which solution meets these requirements with the least operational overhead?
An enterprise hosts a batch processing application on Amazon EC2 instances in a private VPC subnet. The application must securely upload large datasets to a specific Amazon S3 bucket within the same AWS Region. Security policy requires that all traffic to Amazon S3 must remain within the AWS network, and no other outbound internet access should be permitted from the EC2 instances. The architecture must minimize data transfer costs and administrative overhead. Which combination of actions should a solutions architect perform to meet these requirements? (Select TWO.)
Select all that apply
A solutions architect is configuring a security group for an Amazon EC2 instance that hosts a simple web server. The architect adds an inbound rule to allow TCP traffic on port from any source (). What outbound rule must the solutions architect add to the security group to allow the HTTP response traffic to reach the clients?
A solutions architect is configuring network security for a standard multi-tier application within an Amazon VPC. The architect needs to establish the proper boundaries using Security Groups and Network Access Control Lists (Network ACLs). Which of the following statements correctly describe the characteristics of Security Groups and Network ACLs? (Select TWO.)
Select all that apply
A company is hosting a secure data processing application on Amazon EC2 instances in a private subnet (Subnet A: ) within a VPC (). To comply with strict security requirements, the instances must not have internet access. Instead, they must interact with AWS Systems Manager (SSM) using an Interface VPC Endpoint located in a dedicated endpoint subnet (Subnet B: ). Both subnets are associated with custom Network ACLs (NACLs) that currently deny all inbound and outbound traffic. The security groups associated with the EC2 instances and the VPC endpoint are already correctly configured to allow HTTPS traffic (TCP port ) between them. Which configuration must the solutions architect apply to the Network ACL of Subnet A to allow the EC2 instances to successfully establish connections to and communicate with the SSM Interface VPC Endpoint?
A digital publishing company hosts a subscription-based platform on AWS. The static frontend is stored in an Amazon S3 bucket, and the dynamic subscription API runs on Amazon EC2 instances behind an Application Load Balancer (ALB). During a high-profile release, the platform suffers from a Layer 7 HTTP flood attack targeting the login API endpoint, causing database connection exhaustion. Concurrently, the infrastructure experiences a Layer 4 SYN flood attack that threatens to saturate the internet bandwidth. The company needs to block the application-layer attack, mitigate infrastructure-layer attacks at the network edge, and secure financial protection against EC2 auto-scaling charges incurred during DDoS attacks. Which combination of actions will meet these requirements with the least operational overhead?
A smart home automation company processes real-time state change events, such as lock and unlock actions, from millions of smart door locks globally. For security auditing compliance, the events from each individual lock must be processed in the exact sequence they are generated. During peak hours, the backend database experiences write throttling due to sudden spikes in traffic. A solutions architect needs to decouple the ingestion and processing layers to handle the spikes while guaranteeing lock-level event ordering. Which combination of actions should the solutions architect recommend to meet these requirements? (Select TWO.)
Select all that apply
A company is designing a microservices application on Amazon EC2 instances. The application requires local EBS volumes to be encrypted at rest, and the encryption key must be rotated annually without requiring the re-encryption of existing data. Additionally, the database credentials used by the application must be stored securely, cannot be stored in plaintext, and must be rotated every 30 days. Which combination of actions should the solutions architect take to meet these security requirements? (Select TWO.)
Select all that apply
A financial services company processes transactions using an application hosted on AWS. The company needs to store transaction records in an Amazon S3 bucket. Compliance regulations mandate that the records must be encrypted at rest using a customer managed key (CMK) in AWS Key Management Service (AWS KMS). Additionally, the key material must be rotated annually, and the company must ensure that rotating the key does not require re-encrypting existing transaction data, while maintaining access to historical records. Which solution meets these requirements with the least operational effort?
A logistics company is deploying a two-tier application in a new VPC. The web tier consists of Amazon EC2 instances in a public subnet () behind an Application Load Balancer. The database tier consists of Amazon RDS MySQL instances in a private subnet (). The security team requires that the database subnet be isolated such that it only receives database connections from the web tier. Additionally, they must ensure the return traffic from the database can reach the web tier, while preventing any other egress traffic.
Which combination of Security Group and Network Access Control List (NACL) configurations meets these security requirements?
A company wants to set up an active-passive disaster recovery (DR) strategy for its primary web application running on an Application Load Balancer in the us-east-1 Region. The backup environment is a static maintenance page hosted in an Amazon S3 bucket in the us-west-2 Region. Which Amazon Route 53 configuration will meet this requirement with the least administrative effort during a failover event?
A company is configuring a newly created AWS account. A solutions architect must set up secure administrative access for a newly hired systems engineer who will perform daily operations, such as managing Amazon EC2 instances and configuring Amazon S3 buckets. The systems engineer should not have access to billing information.
Which actions should the solutions architect take to configure this access securely? (Select TWO.)
Select all that apply
A financial technology company is migrating two performance-critical workloads to AWS. The first workload is a transactional database that requires block storage with consistent sub-millisecond latency and a minimum of on a single volume. The second workload is a distributed data analysis tool that requires a shared file system capable of scaling to tens of gigabytes per second of throughput while supporting POSIX file operations for multiple compute instances. Which two storage configurations should a solutions architect select to meet these performance requirements? (Select TWO.)
Select all that apply
A company is setting up an automated deployment pipeline. A third-party CI/CD platform hosted outside of AWS needs to deploy infrastructure changes to the company's AWS account. The company's security policy prohibits the use of long-term credentials for external integrations. Which combination of actions should a solutions architect perform to grant the CI/CD platform access to the AWS account? (Select TWO.)
Select all that apply
An e-commerce company hosts its inventory application tier on Amazon EC2 instances inside a public subnet with CIDR block . The application connects to a MySQL database cluster running on EC2 instances in a private subnet with CIDR block . A solutions architect is configuring a new custom Network ACL for the private subnet. The architect adds an inbound rule to the Network ACL allowing TCP port from the public subnet CIDR block . The database security group already permits inbound traffic on port from the application instances. However, after applying the new Network ACL, database connections from the application tier fail. Which action will resolve this issue?
A logistics company is building a high-throughput route optimization engine on Amazon EC2. The workload requires a fleet of compute-optimized instances to communicate with each other over a low-latency network using Message Passing Interface (MPI). The instances also run a management daemon on port 9090 which needs to be monitored by an Application Load Balancer (ALB) target group. Which two actions should the solutions architect take to meet these performance and monitoring requirements?
Select all that apply
A company is setting up a hybrid network connection between their on-premises database and a VPC in AWS. They require a secure connection with a minimum throughput of to replicate database logs. They provision a single AWS Site-to-Site VPN connection, but find that the throughput per tunnel does not meet their requirement. Which of the following options correctly identifies the throughput limit of a single AWS Site-to-Site VPN tunnel and the solution to scale the bandwidth?
A startup is launching a mobile fitness tracking application. The application's database must handle write-heavy transaction workloads that are highly unpredictable, with sudden bursts of traffic when popular workouts are shared. The company wants to minimize costs and avoid paying for idle resources, while ensuring no write requests are throttled. Which database configuration should the solutions architect recommend to meet these requirements most cost-effectively?
An e-commerce company is migrating its ordering database to AWS and requires a resilient design using Amazon RDS for PostgreSQL. The database must survive an Availability Zone (AZ) outage with a Recovery Time Objective (RTO) of under 60 seconds, and it must support horizontal read scaling for search queries within the same AWS Region. Which configuration meets these requirements with the lowest operational overhead?