A company is concerned about the security of its public web application due to recent web attacks. The application uses an Application Load Balancer (ALB). A solutions architect must reduce the risk of DDoS attacks against the application.What should the solutions architect do to meet this requirement?
Answer(s): C
Enabling AWS Shield Advanced provides DDoS protection at the edge and integrates with ALB, offering enhanced DDoS mitigation, scrubbing, and 24/7 DDoS response team support, directly addressing DDoS risk for the public web application. A) Amazon Inspector assesses EC2 instances, not real-time DDoS protection on ALB. B) Amazon Macie focuses on data security and privacy, not DDoS defense. D) Amazon GuardDuty monitors for threats and compromised instances, not active DDoS mitigation for an ALB. Therefore, Shield Advanced is the correct choice.
A company’s web application is running on Amazon EC2 instances behind an Application Load Balancer. The company recently changed its policy, which now requires the application to be accessed from one specific country only.Which configuration will meet this requirement?
A) The security group on the EC2 instances does not filter by geographic location; it controls traffic at the instance level, not country-based access. B) The security group on the ALB does not provide country-based filtering; SGs are per resource and operate at the IP/port level without geo controls. C) AWS WAF on the ALB supports geo Match Conditions to allow or block requests by country, satisfying the requirement. D) Network ACLs operate at the subnet level and do not offer granular geo-based filtering for specific country access.
A company provides an API to its users that automates inquiries for tax computations based on item prices. The company experiences a larger number of inquiries during the holiday season only that cause slower response times. A solutions architect needs to design a solution that is scalable and elastic.What should the solutions architect do to accomplish this?
Answer(s): B
A REST API with API Gateway and AWS Lambda (B) is scalable and elastic, as API Gateway handles traffic management and Lambda provides automatic scaling for compute without provisioning servers. Lambda’s pay-per-use model fits seasonal spikes.A: EC2-based compute is not inherently elastic; requires provisioning and scaling groups, which adds management overhead and slower cold starts.C: ELB with fixed EC2 instances lacks automatic scaling during spikes and requires manual capacity planning.D: API Gateway-to-EC2 integration reintroduces server management and lacks the fully serverless, scalable benefits of Lambda; adds latency from the extra hop.
A solutions architect is creating a new Amazon CloudFront distribution for an application. Some of the information submitted by users is sensitive. The application uses HTTPS but needs another layer of security. The sensitive information should.be protected throughout the entire application stack, and access to the information should be restricted to certain applications.Which action should the solutions architect take?
CloudFront field-level encryption (FLE) encrypts specific data fields in user requests at the edge, protecting sensitive information end-to-end through the stack and restricting access to designated applications that hold the decryption keys.A) CloudFront signed URLOnly controls access to the content, not field-level data protection. B) Signed cookies also manage access, not data encryption within requests. D) Origin Protocol Policy HTTPS Only ensures transport security to the origin, but does not encrypt specific fields in transit or enforce per-field access control. C) Correct: FLE provides per-field encryption, meeting the requirement for protecting sensitive information across the stack and limiting access to authorized apps.
A gaming company hosts a browser-based application on AWS. The users of the application consume a large number of videos and images that are stored in Amazon S3. This content is the same for all users.The application has increased in popularity, and millions of users worldwide accessing these media files. The company wants to provide the files to the users while reducing the load on the origin.Which solution meets these requirements MOST cost-effectively?
Using CloudFront in front of S3 caches and delivers static media at edge locations, reducing origin load and lowering cost for global, cacheable content.A) Global Accelerator optimizes network paths to endpoints but does not provide caching for S3 content, so cost reduction and cache benefits are limited.C) ElastiCache for Redis introduces a caching layer but is stateful and requires application changes; it sits behind the app, not at the edge for static media.D) ElastiCache for Memcached similarly adds a cache but at the origin side; it’s not a global CDN and lacks edge caching for S3 content.
A company has a multi-tier application that runs six front-end web servers in an Amazon EC2 Auto Scaling group in a single Availability Zone behind an Application Load Balancer (ALB). A solutions architect needs to modify the infrastructure to be highly available without modifying the application.Which architecture should the solutions architect choose that provides high availability?
The correct answer is B.A) Deploying across two Regions is unnecessary for regional HA and introduces cross-region latency and data transfer costs; not required for high availability within a single application.B) Using three instances across two Availability Zones distributes load and resilience against AZ failures, meeting HA requirements without modifying the app.C) An Auto Scaling template to another Region aids rapid deployment but does not ensure active HA without cross-region routing and syncing; it’s not a direct HA architecture adjustment.D) ALB round-robin does not address AZ failure scenarios and does not increase HA beyond current single-AZ deployment.
An ecommerce company has an order-processing application that uses Amazon API Gateway and an AWS Lambda function. The application stores data in an Amazon Aurora PostgreSQL database. During a recent sales event, a sudden surge in customer orders occurred. Some customers experienced timeouts, and the application did not process the orders of those customers.A solutions architect determined that the CPU utilization and memory utilization were high on the database because of a large number of open connections. The solutions architect needs to prevent the timeout errors while making the least possible changes to the application.Which solution will meet these requirements?
Amazon RDS Proxy offloads and multiplexes database connections, reducing open connections and CPU/memory pressure on Aurora PostgreSQL during spikes, which minimizes timeouts without substantial application changes. A) Provisioned concurrency helps Lambda cold-starts but does not address DB connection saturation. Global database and regional failover add complexity and latency rather than solving connection limits. C) Read replicas in another region do not alleviate connection saturation and routing via API Gateway adds overhead. D) Migrating to DynamoDB is a major architecture change and unnecessary for this issue. B) correctly targets connection management with minimal changes to the Lambda and existing Aurora setup.
An application runs on Amazon EC2 instances in private subnets. The application needs to access an Amazon DynamoDB table.What is the MOST secure way to access the table while ensuring that the traffic does not leave the AWS network?
Answer(s): A
Ansible: A) reasonA) A VPC endpoint for DynamoDB provides private, secure connectivity to DynamoDB from within the VPC without traversing the public internet, ensuring traffic stays on the AWS network.B) A NAT gateway allows private-subnet instances to access the internet, not DynamoDB privately, and could expose traffic to the public internet if DynamoDB were reachable otherwise.C) A NAT instance has similar limitations and maintenance overhead as a NAT gateway, and still routes through the public internet unless the service supports VPC endpoints.D) An internet gateway would route traffic to the public internet, not keeping it entirely within the AWS network.
Share your comments for Amazon SAA-C03 exam with other users:
easy questions
q.189 - answers are incorrect.
question 8 - can cloudtrail be used for storing jobs? based on aws - aws cloudtrail is used for governance, compliance and investigating api usage across all of our aws accounts. every action that is taken by a user or script is an api call so this is logged to [aws] cloudtrail. something seems incorrect here.
thanks for the questions
this is very helpfull for me
this is a good experience
q. 289 - the correct answer should be b not d, since the question asks for the most secure way to provide access to a s3 bucket (a single one), and by principle of the least privilege you should not be giving access to all buckets.
i took the aws saa-c03 test and scored 935/1000. it has all the exam dumps and important info.
is it possible to clear the exam if we focus on only these 156 questions instead of 623 questions? kindly help!
great job. hope this helps out.