Elastic Load Balancing | Classic Load Balancer Flashcards
Can I use a combination of Network Load Balancer, Application Load Balancer and Classic Load Balancer as part of my free tier?
Classic Load Balancer
Elastic Load Balancing | Compute
Yes. You can use Application and Network each for 15 LCUs and Classic for 15 GB respectively. The 750 load balancer hours are shared between Application, Network and Classic Load Balancers.
Which operating systems does the Classic Load Balancer support?
Classic Load Balancer
Elastic Load Balancing | Compute
The Classic Load Balancer supports Amazon EC2 instances with any operating system currently supported by the Amazon EC2 service.
Which protocols does the Classic Load Balancer support?
Classic Load Balancer
Elastic Load Balancing | Compute
The Classic Load Balancer supports load balancing of applications using HTTP, HTTPS (Secure HTTP), SSL (Secure TCP) and TCP protocols.
What TCP ports can I load balance?
Classic Load Balancer
Elastic Load Balancing | Compute
You can perform load balancing for the following TCP ports:
[EC2-VPC] 1-65535
[EC2-Classic] 25, 80, 443, 465, 587, 1024-65535
Does the Classic Load Balancer support IPv6 traffic?
Classic Load Balancer
Elastic Load Balancing | Compute
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.
Can I configure my Amazon EC2 instances to only accept traffic from Classic Load Balancers?
Classic Load Balancer
Elastic Load Balancing | Compute
Yes.
Can I configure a security group for the front-end of Classic Load Balancers?
Classic Load Balancer
Elastic Load Balancing | Compute
If you are using Amazon Virtual Private Cloud, you can configure security groups for the front-end of your Classic Load Balancers.
Can I use a single Classic Load Balancer for handling HTTP and HTTPS requests?
Classic Load Balancer
Elastic Load Balancing | Compute
Yes, you can map HTTP port 80 and HTTPS port 443 to a single Classic Load Balancer.
How many connections will my load balanced Amazon EC2 instances need to accept from each Classic Load Balancer?
Classic Load Balancer
Elastic Load Balancing | Compute
Classic Load Balancers do not cap the number of connections that they can attempt to establish with your load balanced Amazon EC2 instances. You can expect this number to scale with the number of concurrent HTTP, HTTPS, or SSL requests or the number of concurrent TCP connections that the Classic load balancers receive.
Can I load balance Amazon EC2 instances launched using a Paid AMI?
Classic Load Balancer
Elastic Load Balancing | Compute
You can load balance Amazon EC2 instances launched using a paid AMI from AWS Marketplace. However, Classic Load Balancers do not support instances launched using a paid AMI from Amazon DevPay site.
Can I use Classic Load Balancers in Amazon Virtual Private Cloud?
Classic Load Balancer
Elastic Load Balancing | Compute
Yes – see the Elastic Load Balancing web page.
Can I get a history of Classic Load Balancer API calls made on my account for security analysis and operational troubleshooting purposes?
Classic Load Balancer
Elastic Load Balancing | Compute
Yes. To receive a history of Classic Load Balancer API calls made on your account, simply turn on CloudTrail in the AWS Management Console.
Do Classic Load Balancers support SSL termination?
Classic Load Balancer
Elastic Load Balancing | Compute
Yes you can terminate SSL on Classic Load Balancers. You must install an SSL certificate on each load balancer. The load balancers use this certificate to terminate the connection and then decrypt requests from clients before sending them to the back-end instances.
What are the steps to get a SSL certificate?
Classic Load Balancer
Elastic Load Balancing | Compute
You can either use AWS Certificate Manager to provision a SSL/TLS certificate or you can obtain the certificate from other sources by creating the certificate request, getting the certificate request signed by a CA, and then uploading the certificate using the AWS Identity and Access Management (IAM) service.
How do Classic Load Balancers integrate with AWS Certificate Manager (ACM)?
Classic Load Balancer
Elastic Load Balancing | Compute
Classic Load Balancers are now integrated with AWS Certificate Management (ACM). Integration with ACM makes it very simple to bind a certificate to each load balancer thereby making the entire SSL offload process very easy. Typically purchasing, uploading, and renewing SSL/TLS certificates is a time-consuming manual and complex process. With ACM integrated with Classic Load Balancers, this whole process has been shortened to simply requesting a trusted SSL/TLS certificate and selecting the ACM certificate to provision it with each load balancer.