Easy1 markMultiple Choice
AWS SAA-C03 · Question 55 · Domain 2.1: Scalable Architectures
A company is designing a highly available architecture for a web application. The application will run on Amazon EC2 instances across multiple Availability Zones. <br/><br/>Which TWO AWS services should be used to distribute incoming traffic across these instances and automatically scale the number of instances based on demand? (Select TWO.)
A company is designing a highly available architecture for a web application. The application will run on Amazon EC2 instances across multiple Availability Zones. <br/><br/>Which TWO AWS services should be used to distribute incoming traffic across these instances and automatically scale the number of instances based on demand? (Select TWO.)
Answer options:
A.
Application Load Balancer (ALB)
B.
Amazon Route 53
C.
Amazon EC2 Auto Scaling
D.
AWS Global Accelerator
E.
Amazon CloudFront
How to approach this question
Identify the service for traffic distribution (ALB) and the service for dynamic capacity management (Auto Scaling).
Full Answer
Application Load Balancer (ALB)<br/>Amazon EC2 Auto Scaling
An Application Load Balancer serves as the single point of contact for clients and distributes incoming traffic across multiple targets. Amazon EC2 Auto Scaling helps you maintain application availability and allows you to automatically add or remove EC2 instances according to conditions you define.
Common mistakes
Selecting Route 53 instead of ALB for local traffic distribution to instances.
Practice the full AWS SAA-C03 Practice Exam 4
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02An application running on Amazon EC2 instances needs to access an Amazon DynamoDB table. Both res...EasyQ03A company is designing a web application that will be hosted on AWS. The application will use an ...MediumQ04A company is building a mobile app that requires users to authenticate using their social media a...HardQ05A solutions architect is designing a VPC for a three-tier web application. The database tier must...Medium
Expert