AWS - Study Group 1 Elastic Load Balancer Flashcards

1
Q

Which operating systems does the Classic Load Balancer support?

A

The Classic Load Balancer supports Amazon EC2 instances with any operating system currently supported by the Amazon EC2 service.

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

Which protocols does the Classic Load Balancer support?

A

The Classic Load Balancer supports load balancing of applications using HTTP, HTTPS (Secure HTTP), SSL (Secure TCP) and TCP protocols.

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

what three types of Load Balancers are there?

A

Application Load Balancer
Network Load Balancer
Classic Load Balancer

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

You can create, access, and manage your load balancers using any of the following interfaces. T or F

AWS Management Console
AWS Command Line Interface (AWS CLI)
AWS SDKs
Query API

A

True

You can create, access, and manage your load balancers using any of the following interfaces:

AWS Management Console— Provides a web interface that you can use to access Elastic Load Balancing.
AWS Command Line Interface (AWS CLI) — Provides commands for a broad set of AWS services, including Elastic Load Balancing, and is supported on Windows, Mac, and Linux. For more information, see AWS Command Line Interface.
AWS SDKs — Provides language-specific APIs and takes care of many of the connection details, such as calculating signatures, handling request retries, and error handling. For more information, see AWS SDKs.
Query API— Provides low-level API actions that you call using HTTPS requests. Using the Query API is the most direct way to access Elastic Load Balancing, but it requires that your application handle low-level details such as generating the hash to sign the request, and error handling. For more information, see the following:
Application Load Balancers and Network Load Balancers — API version 2015-12-01
Classic Load Balancers — API version 2012-06-01

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

What TCP ports can I load balance?

A

You can perform load balancing for the following TCP ports:

[EC2-VPC] 1-65535
[EC2-Classic] 25, 80, 443, 465, 587, 1024-65535

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

Does the Classic Load Balancer support IPv6 traffic?

A

Yes. Each Classic Load Balancer has an associated IPv4, IPv6, and dualstack (both IPv4 and IPv6) DNS name. IPv6 is not supported in VPC. You can use an Application Load Balancer for native IPv6 support in VPC.

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

This type of ELB routes traffic based on either application or network level information

A

Classic Load Balancer

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

This type of ELB routes traffic based on advanced application level information that includes the content of the request.

A

Application Load Balancer

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

this Load Balancer is ideal for applications needing advanced routing capabilities, microservices, and container-based architectures.

A

Automatic

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

This Load Balancer is ideal for simple load balancing of traffic across multiple EC2 instances

A

Classic

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

Can I migrate to Network Load Balancer from Classic Load Balancer?

A

Yes. You can migrate to Network Load Balancer from Classic Load Balancer using one of the options listed in this document.

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

Can I use the existing API for Classic Load Balancers for my Network Load Balancers?

A

No. To create a Classic Load Balancer, use the 2012-06-01 API. To create a Network Load Balancer or an Application Load Balancer, use the 2015-12-01 API.

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

Can I create my Network Load Balancer in a single Availability Zone?

A

Yes, you can create your Network Load Balancer in a single availability zone by providing a single subnet when you create the load balancer.

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

Can I have a Network Load Balancer with a mix of ELB-provided IPs and Elastic IPs or assigned private IPs?

A

No. A Network Load Balancer’s addresses must be completely controlled by you, or completely controlled by ELB. This is to ensure that when using Elastic IPs with a Network Load Balancer, all addresses known to your clients do not change.

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

If I remove/delete a Network Load Balancer what will happen to the Elastic IP addresses that were associated with it?

A

The Elastic IP Addresses that were associated with your load balancer will be returned to your allocated pool and made available for future use.

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

How does Network Load Balancer pricing work?

A

You are charged for each hour or partial hour that a Network Load Balancer is running and the number of Load Balancer Capacity Units (LCU) used by Network Load Balancer per hour.

17
Q

What is a Load Balancer Capacity Unit (LCU)?

A

An LCU is a new metric for determining how you pay for a Network Load Balancer. An LCU defines the maximum resource consumed in any one of the dimensions (new connections/flows, active connections/flows, and bandwidth) the Network Load Balancer processes your traffic.

18
Q

Can I get a history of Classic Load Balancer API calls made on my account for security analysis and operational troubleshooting purposes?

A

Yes. To receive a history of Classic Load Balancer API calls made on your account, simply turn on CloudTrail in the AWS Management Console.

19
Q

Can I use Classic Load Balancers in Amazon Virtual Private Cloud?

A

Yes – see the Elastic Load Balancing web page.

20
Q

Can I use a single Classic Load Balancer for handling HTTP and HTTPS requests?

A

Yes, you can map HTTP port 80 and HTTPS port 443 to a single Classic Load Balancer.

21
Q

Can I configure a security group for the front-end of Classic Load Balancers?

A

If you are using Amazon Virtual Private Cloud, you can configure security groups for the front-end of your Classic Load Balancers.

22
Q

Which operating systems does an Application Load Balancer support?

A

An Application Load Balancer supports targets with any operating system currently supported by the Amazon EC2 service.

23
Q

Which protocols does an Application Load Balancer support?

A

An Application Load Balancer supports load balancing of applications using HTTP and HTTPS (Secure HTTP) protocols.

24
Q

Can I configure my Amazon EC2 instances to accept traffic only from my Application Load Balancers?

A

Yes

25
Q

Can I configure a security group for the front-end of an Application Load Balancer?

A

Yes

26
Q

Can I use the existing APIs that I use with my Classic Load Balancer with an Application Load Balancer?

A

No. Application Load Balancers require a new set of APIs.

27
Q

Can I convert my Classic Load Balancer to an Application Load Balancer (and vice versa)?

A

No, you cannot convert one load balancer type into another.

28
Q

Can I migrate to Application Load Balancer from Classic Load Balancer?

A

Yes. You can migrate to Application Load Balancer from Classic Load Balancer using one of the options listed in this document.

29
Q

Can I use a single Application Load Balancer for handling HTTP and HTTPS requests?

A

Yes, you can add listeners for HTTP port 80 and HTTPS port 443 to a single Application Load Balancer

30
Q

Can I get a history of Application Load Balancing API calls made on my account for security analysis and operational troubleshooting purposes?

A

Yes. To receive a history of Application Load Balancing API calls made on your account, use AWS CloudTrail.

31
Q

Does an Application Load Balancer support HTTPS termination?

A

Yes, you can terminate HTTPS connection on the Application Load Balancer. You must install an SSL certificate on your load balancer. The load balancer uses this certificate to terminate the connection and then decrypt requests from clients before sending them to targets.

32
Q

Is IPv6 supported with an Application Load Balancer?

A

es, IPv6 is supported with an Application Load Balancer.

33
Q

How does Application Load Balancer pricing work? (How are you charged?)

A

You are charged for each hour or partial hour that an Application Load Balancer is running and the number of Load Balancer Capacity Units (LCU) used per hour.