Application Load Balancer MCQ Questions and Answers

Mastering Application Load Balancer is crucial for cloud certification success. This dedicated practice set features 132 Application Load Balancer MCQ questions and answers designed to mirror real exam scenarios across various AWS certifications.

📝 132 Questions⏱️ 90 min🎯 Pass: 70%

About Application Load Balancer Practice Questions

This detailed quiz focuses on Application Load Balancer, covering key concepts and scenarios often found in AWS exams.

  • Comprehensive coverage of Application Load Balancer features.
  • Scenario-based questions testing design and troubleshooting skills.
  • Detailed explanations to reinforce learning.

All 132 Application Load Balancer Questions

Browse through the complete list of questions and answers below. Use this resource to review specific concepts or check your understanding of Application Load Balancer.

1

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Network Load Balancer
Amazon CloudFront
Application Load Balancer
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
2

Which AWS service automatically distributes incoming application traffic across multiple targets, such as EC2 instances and containers, in multiple Availability Zones?

Elastic Load Balancing (ELB)
Amazon Route 53
Amazon CloudFront
AWS Global Accelerator
View Explanation
✓ Correct Answer: Elastic Load Balancing (ELB)Explanation:ELB provides the single point of contact for clients and ensures high availability by distributing the load.
3

Which type of Elastic Load Balancer functions at the Application Layer (Layer 7) and is ideal for HTTP/HTTPS traffic?

Application Load Balancer (ALB)
Network Load Balancer (NLB)
Classic Load Balancer (CLB)
Gateway Load Balancer (GWLB)
View Explanation
✓ Correct Answer: Application Load Balancer (ALB)Explanation:ALB is best suited for load balancing of HTTP and HTTPS traffic and provides advanced request routing.
4

In an ALB, what is a 'Listener'?

A process that checks for connection requests using a protocol and port you configure
An AWS employee who monitors your traffic
The user who is visiting your website
A specific EC2 instance in the pool
View Explanation
✓ Correct Answer: A process that checks for connection requests using a protocol and port you configureExplanation:Listeners define how the load balancer handles incoming traffic.
5

What is 'Path-Based Routing' in an Application Load Balancer?

Routing traffic to different target groups based on the URL path (e.g., /api vs /images)
Routing traffic based on the physical path of the cables
Routing traffic to the nearest city
Connecting to the quickest Wi-Fi network
View Explanation
✓ Correct Answer: Routing traffic to different target groups based on the URL path (e.g., /api vs /images)Explanation:ALB enables microservices architectures by routing requests based on the content of the HTTP request.
6

What is a 'Target Group' in AWS Elastic Load Balancing?

A logical grouping of receivers (like EC2 instances) that the load balancer routes traffic to
A list of malicious IP addresses to block
A group of IAM users with admin access
A specific AWS region
View Explanation
✓ Correct Answer: A logical grouping of receivers (like EC2 instances) that the load balancer routes traffic toExplanation:Target groups allow you to manage the health and registration of the resources that handle your traffic.
7

What is the purpose of a 'Health Check' in ELB?

To ensure the load balancer only sends traffic to functioning targets
To check if the user is a human or a bot
To measure the temperature of the data center
To check the credit limit of the AWS account
View Explanation
✓ Correct Answer: To ensure the load balancer only sends traffic to functioning targetsExplanation:ELB periodically checks the health of registered targets and stops routing to unhealthy ones.
8

Which ALB feature allows you to ensure that a user is consistently routed to the same backend instance during a session?

Sticky Sessions (Session Affinity)
Target Tracking
Cross-Zone Load Balancing
Slow Start Mode
View Explanation
✓ Correct Answer: Sticky Sessions (Session Affinity)Explanation:Sticky sessions use cookies to bind a user's session to a specific target.
9

Can an Application Load Balancer handle multiple SSL/TLS certificates for different domains using a single listener?

Yes, using Server Name Indication (SNI)
No, each certificate requires a separate LB
Only for non-HTTP traffic
Only if all domains use the same top-level domain
View Explanation
✓ Correct Answer: Yes, using Server Name Indication (SNI)Explanation:SNI allows multiple certificates to be associated with a single listener.
10

Does an Application Load Balancer have a static IP address?

No, it typically has a DNS name (use NLB if you need a static IP)
Yes, it is assigned a permanent Elastic IP
Only if using a public subnet
Only in the North Virginia region
View Explanation
✓ Correct Answer: No, it typically has a DNS name (use NLB if you need a static IP)Explanation:ALBs are addressed by their DNS name, which resolves to one or more IP addresses that can change over time.
11

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Network Load Balancer
Amazon CloudFront
Proxy servers
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
12

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Network Load Balancer
Application Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
13

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Proxy servers
Network Load Balancer
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
14

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
15

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Amazon CloudFront
Network Load Balancer
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
16

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Proxy servers
Network Load Balancer
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
17

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Amazon CloudFront
Proxy servers
Network Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
18

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Application Load Balancer
Network Load Balancer
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
19

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
20

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
21

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Amazon CloudFront
Network Load Balancer
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
22

A company has a microservices architecture and wants to route requests to different target groups based on the URL path (e.g., /orders vs /users). Which load balancer type is best suited for this?

Application Load Balancer (ALB)
Network Load Balancer (NLB)
Gateway Load Balancer (GWLB)
Classic Load Balancer (CLB)
View Explanation
✓ Correct Answer: Application Load Balancer (ALB)Explanation:ALB operates at Layer 7 (HTTP/HTTPS) and supports listener rules like path-based and host-based routing.
23

Can an Application Load Balancer direct traffic to targets in different VPCs?

Yes, if the VPCs are peered or connected via Transit Gateway
No, targets must be in the same VPC as the ALB
Only if they are in the same AWS Account
Only for S3 endpoints
View Explanation
✓ Correct Answer: Yes, if the VPCs are peered or connected via Transit GatewayExplanation:ALB can route to targets using their IP addresses, which can be in a connected VPC or on-premises.
24

What is 'Sticky Sessions' (Session Affinity) in the context of an ALB?

A feature that binds a user's session to a specific target instance for the duration of the session
A way to keep the ALB running even if the region fails
A method to cache static content
A security rule that prevents session hijacking
View Explanation
✓ Correct Answer: A feature that binds a user's session to a specific target instance for the duration of the sessionExplanation:Sticky sessions are useful for applications that maintain state information locally on the server.
25

Which ALB feature allows for serverless integration by routing requests to AWS Lambda functions?

Lambda Target Groups
HTTP to HTTPS redirect
Server Name Indication (SNI)
OIDC Authentication
View Explanation
✓ Correct Answer: Lambda Target GroupsExplanation:ALB can invoke Lambda functions directly, allowing you to build web applications without managing any servers.
26

A company wants to authenticate users via Google or Facebook before they can access the application behind the ALB. How can this be done at the load balancer level?

Integrate the ALB with Amazon Cognito
Enable IAM roles for the ALB
Use AWS WAF only
ALB does not support user authentication
View Explanation
✓ Correct Answer: Integrate the ALB with Amazon CognitoExplanation:ALB supports offloading user authentication to Cognito, which handles integration with social and enterprise identity providers.
27

What is the purpose of 'Slow Start' mode in an ALB target group?

To gradually increase the number of requests sent to a newly added target to allow it to warm up
To reduce the performance of the ALB to save costs
To delay the health check of an instance
To prevent the ALB from scaling too fast
View Explanation
✓ Correct Answer: To gradually increase the number of requests sent to a newly added target to allow it to warm upExplanation:Slow start allows instances to initialize their caches and resources before receiving their full share of traffic.
28

To improve security, an architect wants the web servers in the private subnet to ONLY accept traffic from the ALB. What should be done?

Configure the web server's Security Group to allow inbound traffic from the ALB's Security Group
Assign the same security group to both the ALB and the web servers
Use a Network ACL to block all IPs except the ALB's Elastic IP
Put the ALB in the private subnet as well
View Explanation
✓ Correct Answer: Configure the web server's Security Group to allow inbound traffic from the ALB's Security GroupExplanation:Referencing the ALB security group in the instance's security group is the most secure and scale-friendly approach.
29

Does an Application Load Balancer support static IP addresses (Elastic IPs)?

No, ALB has a dynamic IP address and you should always use its DNS name
Yes, you can assign one EIP per subnet
Only if using Global Accelerator
Only for internal ALBs
View Explanation
✓ Correct Answer: No, ALB has a dynamic IP address and you should always use its DNS nameExplanation:Standard ALBs do not have static IPs. If you need a static IP, you must use a Network Load Balancer or Global Accelerator.
30

Which ALB listener rule type allows you to return a custom error page (e.g., 404) directly from the load balancer without forwarding the request to the target?

Fixed Response
Redirect
Forward
Authenticate
View Explanation
✓ Correct Answer: Fixed ResponseExplanation:The 'Fixed Response' rule returns a custom HTTP status code and body message directly from the ALB.
31

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
32

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Amazon CloudFront
Network Load Balancer
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
33

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Proxy servers
Network Load Balancer
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
34

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
35

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Proxy servers
Application Load Balancer
Network Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
36

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
37

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Network Load Balancer
Application Load Balancer
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
38

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Proxy servers
Network Load Balancer
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
39

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Proxy servers
Amazon CloudFront
Network Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
40

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Amazon CloudFront
Application Load Balancer
Network Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
41

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Network Load Balancer
Application Load Balancer
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
42

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Network Load Balancer
Application Load Balancer
Amazon CloudFront
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
43

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Network Load Balancer
Application Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
44

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Proxy servers
Application Load Balancer
Network Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
45

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Network Load Balancer
Application Load Balancer
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
46

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Proxy servers
Network Load Balancer
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
47

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Proxy servers
Network Load Balancer
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
48

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Application Load Balancer
Network Load Balancer
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
49

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Amazon CloudFront
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
50

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Proxy servers
Network Load Balancer
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
51

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Amazon CloudFront
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
52

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Amazon CloudFront
Network Load Balancer
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
53

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Proxy servers
Network Load Balancer
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
54

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Proxy servers
Network Load Balancer
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
55

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Amazon CloudFront
Network Load Balancer
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
56

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Network Load Balancer
Application Load Balancer
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
57

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Amazon CloudFront
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
58

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Proxy servers
Network Load Balancer
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
59

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Proxy servers
Network Load Balancer
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
60

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Proxy servers
Amazon CloudFront
Network Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
61

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Network Load Balancer
Application Load Balancer
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
62

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Proxy servers
Network Load Balancer
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
63

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Amazon CloudFront
Proxy servers
Network Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
64

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Proxy servers
Network Load Balancer
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
65

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
66

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
67

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Application Load Balancer
Proxy servers
Network Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
68

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Network Load Balancer
Application Load Balancer
Amazon CloudFront
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
69

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Proxy servers
Network Load Balancer
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
70

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Proxy servers
Amazon CloudFront
Network Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
71

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Proxy servers
Network Load Balancer
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
72

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Amazon CloudFront
Network Load Balancer
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
73

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Amazon CloudFront
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
74

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
75

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Network Load Balancer
Application Load Balancer
Amazon CloudFront
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
76

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
77

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
78

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Proxy servers
Network Load Balancer
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
79

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Application Load Balancer
Network Load Balancer
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
80

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
81

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Proxy servers
Network Load Balancer
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
82

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Amazon CloudFront
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
83

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Application Load Balancer
Network Load Balancer
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
84

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Application Load Balancer
Network Load Balancer
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
85

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Proxy servers
Network Load Balancer
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
86

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
87

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Network Load Balancer
Amazon CloudFront
Application Load Balancer
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
88

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
89

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Amazon CloudFront
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
90

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
91

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Proxy servers
Network Load Balancer
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
92

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Proxy servers
Network Load Balancer
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
93

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
94

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Proxy servers
Amazon CloudFront
Network Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
95

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Proxy servers
Network Load Balancer
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
96

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Network Load Balancer
Application Load Balancer
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
97

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
98

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
99

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Proxy servers
Network Load Balancer
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
100

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Network Load Balancer
Amazon CloudFront
Application Load Balancer
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
101

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Amazon CloudFront
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
102

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Network Load Balancer
Application Load Balancer
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
103

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Network Load Balancer
Application Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
104

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Amazon CloudFront
Network Load Balancer
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
105

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Proxy servers
Application Load Balancer
Network Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
106

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Amazon CloudFront
Network Load Balancer
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
107

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
108

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Amazon CloudFront
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
109

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Proxy servers
Network Load Balancer
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
110

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Network Load Balancer
Proxy servers
Application Load Balancer
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
111

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Network Load Balancer
Amazon CloudFront
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
112

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Amazon CloudFront
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
113

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Amazon CloudFront
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
114

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Network Load Balancer
Amazon CloudFront
Application Load Balancer
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
115

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
116

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Network Load Balancer
Proxy servers
Amazon CloudFront
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
117

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Network Load Balancer
Amazon CloudFront
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
118

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Network Load Balancer
Application Load Balancer
Amazon CloudFront
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
119

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Amazon CloudFront
Application Load Balancer
Network Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
120

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Network Load Balancer
Application Load Balancer
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
121

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Amazon CloudFront
Application Load Balancer
Network Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
122

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
123

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
124

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Proxy servers
Network Load Balancer
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
125

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Application Load Balancer
Proxy servers
Network Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
126

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Proxy servers
Network Load Balancer
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
127

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Amazon CloudFront
Application Load Balancer
Network Load Balancer
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
128

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
129

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Network Load Balancer
Application Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
130

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Amazon CloudFront
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
131

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Network Load Balancer
Amazon CloudFront
Proxy servers
Application Load Balancer
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
132

You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Application Load Balancer
Network Load Balancer
Proxy servers
Amazon CloudFront
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.