Schedule demo

Amazon Elastic Load Balancing


Amazon Elastic Load Balancing - An Overview

Elastic Load Balancing (ELB) is a load-balancing service from Amazon Web Services (AWS). AWS ELB automatically distributes incoming application traffic across multiple targets, such as EC2 instances, and scales resources to meet traffic demands. Elastic Load Balancing helps IT teams adjust capacity according to incoming application and network traffic.

AWS ELB supports three types of load balancers: Application Load Balancers, Network Load Balancers, and Gateway Load Balancers.

  • The Application Load Balancer handles advanced traffic routing from other services or containers at the application level.
  • The Network Load Balancer is ideal for load balancing of TCP traffic and capable of handling millions of requests per second while maintaining low latencies.
  • The Gateway Load Balancer simplifies the deployment and management of virtual appliances like firewalls and intrusion detection systems by distributing and scaling traffic.

Monitoring Amazon Elastic Load Balancing - What We do

This page discusses how Applications Manager's AWS ELB monitoring gives you the ability to monitor your load balancers, analyze traffic patterns and troubleshoot issues with your load balancers and targets for optimized performance.

  • Gather real-time performance data - Get basic data about the number of healthy hosts, latency, requests, error rates and more.
  • Analyze connection count statistics - Monitor the number of rejected connections to follow your Load Balancer’s ability to properly connect to a target and route a request.  Measure the number of rules and bytes processed by the Application ELB.
  • Track healthy and unhealthy host count - Monitor the number of healthy targets registered with the Application Elastic Load Balancer. Maintain a Healthy Host Count by tracking healthy instances
  • Troubleshoot and monitor target HTTP error response codes - Gather statistics on the number of Client and Server errors generated by the load balancer. Measure the number of TLS connections that could not successfully establish a session between your load balancer and its registered instances. Get an aggregate of HTTP 4XX and 5XX error codes generated by the targets in your group.
  • Detect real-time performance issues and fix them faster - Understand the scalability of your ELB system and get a jumpstart on monitoring the Load Balancers in your environment. Applications Manager provides the ability to monitor your ELB configuration with detailed metrics about the requests made to your load balancers.
  • Get instant notifications of performance issues and bottlenecks. Take quick remedial action before your end-users experience issues.

Creating a new Amazon ALB/NLB/GLB monitor

To learn how to create a new Amazon ALB/NLB/GLB monitor, refer here.

Monitored Parameters

Go to the Monitors Category View by clicking the Monitors tab. Click on ALB or NLB or GLB in the Amazon Instances under the Cloud Apps Table. Displayed is the bulk configuration view distributed into three tabs:

  • Availability tab gives the Availability history for the past 24 hours or 30 days.
  • Performance tab gives the Health Status and events for the past 24 hours or 30 days.
  • List view enables you to perform bulk admin configurations.

Click on the monitor name to see all the Amazon ALB metrics listed under the following tabs:

Click on the monitor name to see all the Amazon NLB metrics listed under the following tabs:

Click on the monitor name to see all the Amazon GLB metrics listed under the following tabs:

Applications Load Balancer (ALB) Metrics

Applications Load Balancer - Overview

ParameterDescription
AVERAGE LATENCY
Average Target LatencyThe time elapsed, in seconds, after the request leaves the load balancer until a response from the target is received. This is equivalent to the target_processing_time field in the access logs.
REQUESTS
Total RequestsThe number of requests processed over IPv4 and IPv6. This count includes only the requests with a response generated by a target of the load balancer. 
Requests / MinThe requests processed per minute over IPv4 and IPv6.
CONNECTIONS
Active ConnectionsThe total number of concurrent TCP connections active from clients to the load balancer and from the load balancer to targets. 
New ConnectionsThe total number of new TCP connections established from clients to the load balancer and from the load balancer to targets.
Rejected ConnectionsThe number of connections that were rejected because the load balancer had reached its maximum number of connections. 
PROCESSED BYTES
Total Data ProcessedThe total number of bytes processed by the load balancer over IPv4 and IPv6, in kB.
Data Processed/MinThe bytes processed per minute by the load balancer over IPv4 and IPv6, in kB/Min.
RULE EVALUATIONS
Rule EvaluationsThe number of rules processed by the load balancer given a request rate averaged over an hour.
CONSUMED LB CAPACITY UNITS
Consumed Capacity UnitsThe number of load balancer capacity units (LCU) used by your load balancer. 

Applications Load Balancer - Errors

ParameterDescription
CONNECTION ERRORS
Client TLS Negotiation ErrorsThe number of TLS connections initiated by the client that did not establish a session with the load balancer. 
Target TLS Negotiation ErrorsThe number of TLS connections initiated by the load balancer that did not establish a session with the target. 
Target Connection ErrorsThe number of connections that were not successfully established with the target.
LOAD BALANCER ERRORS
ELB Client ErrorsThe number of client errors that originate from the load balancer. 
ELB Server ErrorsThe number of server errors that originate from the load balancer. 

Applications Load Balancer - Target Groups

ParameterDescription
CONFIGURATION INFO
Target GroupThe name of the target group.
PortThe port to use to connect with the target.
ProtocolThe protocol to use to connect with the target.
Target typeThe type of target that you must specify when registering targets with this target group.
TimeoutThe amount of time, in seconds, during which there was no response from the target.
IntervalThe approximate amount of time, in seconds, between health checks of an individual target. 
Healthy and Unhealthy Hosts - Displays a graphical representation of top 10 target groups, with each target group showing adjacent counts of Healthy and Unhealthy Hosts for comparison.
Target Group Requests - Displays a graphical representation of top 10 target groups based on their Total Requests count.
PERFORMANCE METRICS
Target GroupThe name of the target group.
Healthy HostsThe number of targets that are considered healthy after health checks.
Unhealthy HostsThe number of targets that are considered unhealthy after health checks.
Average Target LatencyThe time elapsed, in seconds, after the request leaves the load balancer until a response from the target is received. This is equivalent to the target_processing_time field in the access logs.
Total RequestsThe number of requests processed over IPv4 and IPv6. This count includes only the requests with a response generated by the targets in a specific target group.
Requests Per TargetThe average number of requests received by each target in a target group. You must specify the target group using the TargetGroup dimension. This metric does not apply if the target is a Lambda function.
ERRORS
Target GroupThe name of the target group.
Target Connection ErrorsThe number of connections that were not successfully established with the target.
Target TLS Negotiation ErrorsThe number of TLS connections initiated by the load balancer that did not establish a session with the target. 
Target HTTP 5XX ErrorsThe number of HTTP 5XX server error codes that originate from the load balancer.
Target HTTP 4XX ErrorsThe number of HTTP 4XX client error codes that originate from the load balancer. 
Target HTTP 3XX ErrorsThe number of HTTP 3XX redirection codes that originate from the load balancer.
Target HTTP 2XX ErrorsThe number of HTTP response codes generated by the targets. 

Applications Load Balancer - Targets 

ParameterDescription
TARGET DETAILS
Target IDThe ID of the target. If the target type of the target group is instance, specify an instance ID.
Target GroupThe name of the Target Group.
PortThe port on which the target is listening.
StatusThe state of the target - initial | healthy | unhealthy | unused | draining | unavailable
Reason
  • Healthy: If the target state is healthy, a reason code is not provided.
  • Initial: If the target state is initial, the reason code can be one of the following values:
    • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.
    • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.
  • Unhealthy: If the target state is unhealthy, the reason code can be one of the following values:
    • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code.
    • Target.Timeout - The health check requests timed out.
    • Target.FailedHealthChecks - The health checks failed because the connection to the target timed out, the target response was malformed, or the target failed the health check for an unknown reason.
    • Elb.InternalError - The health checks failed due to an internal error.
  • Unused: If the target state is unused, the reason code can be one of the following values:
    • Target.NotRegistered - The target is not registered with the target group.
    • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.
    • Target.IpUnusable - The target IP address is reserved for use by a load balancer.
    • Target.InvalidState - The target is in the stopped or terminated state.
  • Draining: If the target state is draining, the reason code can be the following value:
    • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.
  • Unavailable: If the target state is unavailable, the reason code can be the following value:
    • Target.HealthCheckDisabled - Health checks are disabled for the target group.

Applications Load Balancer - Configuration

ParameterDescription
CONFIGURATION DETAILS
Load Balancer IDThe ID of the load balancer.
RegionThe AWS region in which the load balancer is configured.
StateThe state of the load balancer - active | provisioning | active_impaired | failed.
TypeThe type of load balancer -  application or  network.
DNS nameThe public DNS name of the load balancer.
SchemeInternet-facing OR internal. Internet-facing load balancers can route requests from clients over the internet. Internal load balancers can only route requests from clients with access to the VPC for the load balancer. 
IP address typeThe type of IP addresses used by the subnets for your load balancer. 
VPC IDThe ID of the VPC where the load balancer is deployed.
Availability zonesThe Availability Zones for the load balancer.
Security groupsThe IDs of the security groups for the load balancer.
Creation timeThe date and time the load balancer was created.

Network Load Balancer Metrics

Network Load Balancer - Overview

ParameterDescription
TCP CONNECTIONS
Active ConnectionsThe total number of concurrent TCP connections active from clients to the load balancer and from the load balancer to targets. 
New ConnectionsThe total number of new TCP connections established from clients to the load balancer and from the load balancer to targets.
TLS CONNECTIONS
Active TLS ConnectionsThe total number of concurrent TLS  connections from clients to targets.
New TLS ConnectionsThe total number of new TLS  connections established from clients to targets in the time period. 
DATA PROCESSED (TCP)
Data processed (TCP)The total number of bytes processed by the load balancer, in kB.
Data processing rate (TCP)The rate of bytes processed  per minute by the load balancer, in kB/Min.
DATA PROCESSED (TLS)
Data processed (TLS)The total number of bytes processed by the load balancer, in kB.
Data processing rate (TLS)The rate of bytes processed  per minute by the load balancer, in kB/Min.
CONSUMED LB CAPACITY UNITS
Consumed Capacity UnitsThe number of load balancer capacity units (LCU) used by your load balancer. You pay for the number of LCUs that you use per hour.

Network Load Balancer - Errors

ParameterDescription
CONNECTIONS ERRORS
Client TLS Negotiation ErrorsThe total number of TLS handshakes that failed during negotiation between a client and a TLS listener. 
Target TLS Negotiation ErrorsThe total number of TLS handshakes that failed during negotiation between a TLS listener and a target. 
RESET PACKETS COUNTERS
Client Reset PacketsThe total number of reset (RST) packets sent from a client to a target.
Load Balancer Reset PacketsThe total number of reset (RST) packets generated by the load balancer.
Target Reset PacketsThe total number of reset (RST) packets sent from a target to a client. 

Network Load Balancer - Target Groups

ParameterDescription
Healthy and Unhealthy Hosts - Displays a graphical representation of top 10 target groups, with each target group showing adjacent counts of Healthy and Unhealthy Hosts for comparison.
Target Groups
Target GroupThe name of the target group.
PortThe port to use to connect with the target.
ProtocolThe protocol to use to connect with the target.
Target typeThe type of target that you must specify when registering targets with this target group.
TimeoutThe amount of time, in seconds, during which there was no response from the target.
IntervalThe approximate amount of time, in seconds, between health checks of an individual target. 
Healthy HostsThe number of targets that are considered healthy. 
Unhealthy HostsThe number of targets that are considered Unhealthy.

Network Load Balancer - Targets

ParameterDescription
TARGET DETAILS
Target IDThe ID of the target. If the target type of the target group is instance, specify an instance ID.
Target GroupThe name of the Target Group to which the target is mapped.
PortThe port on which the target is listening.
StatusThe state of the target - initial | healthy | unhealthy | unused | draining | unavailable
Reason
  • Healthy: If the target state is healthy, a reason code is not provided.
  • Initial: If the target state is initial, the reason code can be one of the following values:
    • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.
    • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.
  • Unhealthy: If the target state is unhealthy, the reason code can be one of the following values:
    • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code.
    • Target.Timeout - The health check requests timed out.
    • Target.FailedHealthChecks - The health checks failed because the connection to the target timed out, the target response was malformed, or the target failed the health check for an unknown reason.
    • Elb.InternalError - The health checks failed due to an internal error.
  • Unused:If the target state is unused, the reason code can be one of the following values:
    • Target.NotRegistered - The target is not registered with the target group.
    • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.
    • Target.IpUnusable - The target IP address is reserved for use by a load balancer.
    • Target.InvalidState - The target is in the stopped or terminated state.
  • Draining:If the target state is draining, the reason code can be the following value:
    • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.
  • Unavailable:If the target state is unavailable, the reason code can be the following value:
    • Target.HealthCheckDisabled - Health checks are disabled for the target group.

Network Load Balancer - Configuration

ParameterDescription
CONFIGURATION DETAILS
Load Balancer IDThe ID of the load balancer.
RegionThe AWS region in which the load balancer is configured.
StateThe state of the load balancer - active | provisioning | active_impaired | failed.
TypeThe type of load balancer -  application or  network.
DNS nameThe public DNS name of the load balancer.
SchemeInternet-facing OR internal. Internet-facing load balancers can route requests from clients over the internet. Internal load balancers can only route requests from clients with access to the VPC for the load balancer.
IP address typeThe type of IP addresses used by the subnets for your load balancer.
VPC IDThe ID of the VPC where the load balancer is deployed.
Availability zonesThe Availability Zones for the load balancer.
Creation timeThe date and time the load balancer was created.

Gateway Load Balancer Metrics

Gateway Load Balancer - Performance Overview

ParameterDescription
CONSUMED LB CAPACITY UNITS
Consumed LCUsThe total number of load balancer capacity units (LCU) used between the poll interval.
Consumed LCUsThe average number of load balancer capacity units (LCU) used between the poll interval.
DATA PROCESSED
Rate of Data ProcessedThe total number of megabytes processed per minute by the gateway load balancer (excluding health check traffic) between the poll interval (in MB/min).
Data ProcessedThe total number of megabytes processed by the gateway load balancer (excluding health check traffic) between the poll interval (in MB).
ACTIVE CONNECTIONS
Active ConnectionsThe average number of concurrent connections from clients to targets between the poll interval.
NEW CONNECTIONS
New ConnectionsThe total number of new connections established from clients to targets between the poll interval.
REJECTED CONNECTIONS
Rejected ConnectionsThe average number of rejected connections established from clients to targets between the poll interval.

Gateway Load Balancer - Target Groups

ParameterDescription
Target Group Details
Resource NameA substring of the ARN that includes the target group name and target group ID.
Target TypeThe type of target - instance | IP address.
Health Check StatusThe current Health Check Status of the target.
Health Check ProtocolThe protocols used to perform health checks on targets.
Health Check PortThe port on which the target group listens.
Healthy ThresholdThe number of consecutive health checks required for a healthy target.
Unhealthy ThresholdThe number of consecutive health checks required for an unhealthy target.
Healthy HostsThe number of healthy hosts in a target group at the time of polling.
Unhealthy HostsThe number of unhealthy hosts in a target group at the time of polling.
Health (%)The health percentage of a target group.
Target Health Details
Target IDThe ID of the target.
Target PortThe port on which the target receives traffic.
Health Check PortThe port used for health checks.
Availability ZoneThe availability zone where the target is located.
StateThe current health state of the target. Possible values: healthy/unhealthy.
ReasonThe reason for the current health state.
DescriptionA detailed description of the health status.

Gateway Load Balancer - Availability Zones

ParameterDescription
Availability Zone Details
Availability ZoneThe name of the availability zone.
Active ConnectionsThe average number of concurrent active connections per Availability Zone between the poll interval.
New ConnectionsThe total number of new connections per Availability Zone between the poll interval.
Rejected ConnectionsThe average number of rejected connections per Availability Zone between the poll interval.
Data ProcessedThe total number of bytes processed per Availability Zone (excluding health check traffic) between the poll interval (in MB).

Gateway Load Balancer - Configuration

ParameterDescription
CONFIGURATION
Load Balancer IDA substring of the ARN used to uniquely identify the load balancer.
StateThe current status of the load balancer - active | provisioning | failed.
TypeThe type of load balancer.
VPC IDThe ID of the VPC where the load balancer is deployed.
IP address TypeThe type of IP addresses used by the load balancer - IPv4 | dualstack.
Availability ZonesThe Availability Zones where the load balancer is deployed.
Creation timeThe date and time the load balancer was created.
Deletion ProtectionIndicates whether deletion protection is enabled for the load balancer.
Cross Zone Load BalancingIndicates whether cross zone load balancing is enabled.

Loved by customers all over the world

"Standout Tool With Extensive Monitoring Capabilities"

It allows us to track crucial metrics such as response times, resource utilization, error rates, and transaction performance. The real-time monitoring alerts promptly notify us of any issues or anomalies, enabling us to take immediate action.

Reviewer Role: Research and Development

carlos-rivero
"I like Applications Manager because it helps us to detect issues present in our servers and SQL databases."
Carlos Rivero

Tech Support Manager, Lexmark

Trusted by over 6000+ businesses globally