Elastic Load Balancing | Application Load Balancer Flashcards
Can I privately access Elastic Load Balancing APIs from my Amazon Virtual Private Cloud (VPC) without using public IPs?
Application Load Balancer
Elastic Load Balancing | Compute
Yes, you can privately access Elastic Load Balancing APIs from your Amazon Virtual Private Cloud (VPC) by creating VPC Endpoints. With VPC Endpoints, the routing between the VPC and Elastic Load Balancing APIs is handled by the AWS network without the need for an Internet gateway, NAT gateway, or VPN connection. The latest generation of VPC Endpoints used by Elastic Load Balancing are powered by AWS PrivateLink, an AWS technology enabling the private connectivity between AWS services using Elastic Network Interfaces (ENI) with private IPs in your VPCs. To learn more about AWS PrivateLink, visit the AWS PrivateLink documentation.
Which operating systems does an Application Load Balancer support?
Application Load Balancer
Elastic Load Balancing | Compute
An Application Load Balancer supports targets with any operating system currently supported by the Amazon EC2 service.
Which protocols does an Application Load Balancer support?
Application Load Balancer
Elastic Load Balancing | Compute
An Application Load Balancer supports load balancing of applications using HTTP and HTTPS (Secure HTTP) protocols.
Is HTTP/2 Supported on an Application Load Balancer?
Application Load Balancer
Elastic Load Balancing | Compute
Yes. HTTP/2 support is enabled natively on an Application Load Balancer. Clients that support HTTP/2 can connect to an Application Load Balancer over TLS.
What TCP ports can I use to load balance?
Application Load Balancer
Elastic Load Balancing | Compute
You can perform load balancing for the following TCP ports: 1-65535
Is WebSockets supported on an Application Load Balancer?
Application Load Balancer
Elastic Load Balancing | Compute
Yes. WebSockets and Secure WebSockets support is available natively and ready for use on an Application Load Balancer.
Is Request tracing supported on an Application Load Balancer?
Application Load Balancer
Elastic Load Balancing | Compute
Yes. Request tracing is enabled by default on your Application Load Balancer.
Will my existing load balancers (Classic Load Balancers) have the same features and benefits of an Application Load Balancer?
Application Load Balancer
Elastic Load Balancing | Compute
While there is some overlap, we do not plan to maintain feature parity between the two types of load balancers. Application Load Balancers are the foundation of our application layer load-balancing platform for the future.
Can I configure my Amazon EC2 instances to accept traffic only from my Application Load Balancers?
Application Load Balancer
Elastic Load Balancing | Compute
Yes.
Can I configure a security group for the front-end of an Application Load Balancer?
Application Load Balancer
Elastic Load Balancing | Compute
Yes.
Can I use the existing APIs that I use with my Classic Load Balancer with an Application Load Balancer?
Application Load Balancer
Elastic Load Balancing | Compute
No. Application Load Balancers require a new set of APIs.
How do I manage both Application and Classic Load Balancers simultaneously?
Application Load Balancer
Elastic Load Balancing | Compute
The ELB Console will allow you to manage Application and Classic Load Balancers from the same interface. If you are using the CLI or an SDK, you will use a different ‘service’ for Application Load Balancers. For example, in the CLI you will describe your Classic Load Balancers using aws elb describe-load-balancers
and your Application Load Balancers using aws elbv2 describe-load-balancers
.
Can I convert my Classic Load Balancer to an Application Load Balancer (and vice versa)?
Application Load Balancer
Elastic Load Balancing | Compute
No, you cannot convert one load balancer type into another.
Can I migrate to Application Load Balancer from Classic Load Balancer?
Application Load Balancer
Elastic Load Balancing | Compute
Yes. You can migrate to Application Load Balancer from Classic Load Balancer using one of the options listed in this document.
Can I use an Application Load Balancer as a Layer-4 load balancer?
Application Load Balancer
Elastic Load Balancing | Compute
No. If you need Layer-4 features, you should use Network Load Balancer.