Skip to content
BleemeoBleemeo

AWS ELB Monitoring

Starter
Professional

Bleemeo collects metrics for AWS Elastic Load Balancers via CloudWatch. All three load balancer types are supported:

  • Application Load Balancer (ALB)
  • Network Load Balancer (NLB)
  • Classic Load Balancer (ELBv1)

Metrics are polled every 1 minute and reported per target group.

MetricDescription
elb_requestNumber of requests per second
elb_unhealthy_hostNumber of unhealthy backend targets
elb_healthy_hostNumber of healthy backend targets
elb_backend_errorsNumber of backend connection errors per second
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"cloudwatch:GetMetricStatistics",
"ec2:DescribeRegions",
"elasticloadbalancing:DescribeLoadBalancers",
"elasticloadbalancing:DescribeTargetGroups"
],
"Resource": "*"
}
]
}

$1.76/month per load balancer (4 CloudWatch API calls per minute).