Elastic Load Balancers Flashcards

1
Q

A company has a web application hosted on a fleet of EC2 instances located in two Availability Zones that are all placed behind an Application Load Balancer. As a Solution’s Architect, you have to add a health check configuration to ensure your application is highly-available. Which health checks will you implement?

A

HTTP or HTTPS health check

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A TCP health check is only offered by which load balancers?

A

Network Load Balancers and Classic Load Balancers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

An HTTP or HTTPs health check is only allowed on which type of Load Balancer?

A

Application Load Balancer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When you use AWS WAF on Amazon Cloudfront, your rules run where?

A

In all AWS Edge locations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

____________ is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to an Amazon API Gateway API, Amazon CloudFront or an Application Load Balancer.

A

AWS WAF

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

AWS WAF lets you choose what 3 behaviors?

A
  1. Allow all requests except the ones you specify
  2. Block all requests except the ones you specify
  3. Count the requests that match the properties that you specify.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

______________ is a threat detection service that continuously monitors for malicious activity and unauthorized behavior to protect your AWS accounts and workloads.

A

Amazon GuardDuty

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

______________ simplifies you AWS WAF and AWS Shield Advanced administration and maintenance tasks across multiple accounts and resources.

A

AWS Firewall Manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What kind of load balancer operates at the request level (layer 7), routing traffic to targets (EC2 instances, containers, IP addresses, and Lambda functions) based on the content of the request?

A

Application Load Balancer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What kind of load balancer provides advanced request routing targeted at delivery of modern application architectures, including micro-services and container-based applications?

A

Application Load Balancers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What kind of load balancer simplifies and improves the security of your application by ensuring that the latest SSL/TLS ciphers and protocols are used at all times?

A

Application Load Balancers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

If your application is composed of several individual services, an _____________ can route a request to a service based on the content of the request such as Host field, Path URL, HTTP header, HTTP method, Query string,or Source IP address.

A

Application Load Balancer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

_______________ can route and load balancer gRPC traffic between microservices or between gRPC-enabled clients and services. This will allow customers to seamlessly introduce gRPC traffic management in their architectures without changing any of the underlying infrastructure on their clients or services.

A

Application Load Balancers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

The gRPC protocol is at which layer of the OSI model?

A

Layer 7

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

____________ optimizes application performance by routing user traffic to the congestion-free, redundant AWS global network instead of the public internet.

A

AWS Global Accelerator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

___________ routing allows you to route a client request based on the URL path of the HTTP header.

A

Path-based routing

17
Q

You can use ___________ to define rules that forward requests to different target groups based on the URL in the request (also known as path based routing)

A

Path conditions

18
Q

_____________ routing defines rules that forward requests to different target groups based on the hostname in the host header instead of the URL.

A

Host-based Routing

19
Q

What kind of load balancer is used for applications that need extreme network performance and static IP? It doesn’t support path-based routing.

A

Network Load Balacer

20
Q

When ____________ is enabled, each load balancer node distributes traffic cross the registered targets in all enabled Availability Zones. When disabled, each load balancer node distributes traffic only across the registered targets in its Availability Zone.

A

Cross-zone load balancing

21
Q

_____________ is a feature in Amazon VPC that provides network administrators with an automated IP management workflow.

A

Amazon VPC IP Address Manager (IPAM)

22
Q

The _____________ feature lets you create connections between your on-premises networks through the AWS global network backbone.

A

AWS Direct Connect SiteLink

23
Q

What is the Amazon CloudWatch service that monitors the changes to your Application Load Balancer itself and the actual IP traffic that it distributes to the target groups?

A

Amazon EventBridge

24
Q

What type of Load Balancer should you use for TCP, TLS, and UDP protocols?

A

Network Load Balancer

25
Q

What type of Load Balancer should you use for HTTP, HTTPS, and WebSocket protocols?

A

Application Load Balancer