Use Case for AWS ALB Low Traffic Detector
Quick Links
- Configure AWS ALB Low Traffic Detector
- Use Case for AWS ALB Low Traffic Detector
- Triage Guides by Violation Type
AWS ALB Low Traffic Detector Use Cases
This policy helps you monitor the network activity of your AWS Application Load Balancers (ALBs) by reporting low bytes processed. It's beneficial for identifying underutilized ALBs over a specified period, which can indicate overprovisioning or a potential misconfiguration.
Pros
- Cost Management: By identifying low-traffic ALBs, you can reduce costs by resizing or decommissioning them.
- Resource Optimization: Helps ensure that ALBs are appropriately sized and configured for their workloads.
Cons
- False Positives: May flag ALBs with intentionally low traffic, such as those used for staging or low-use applications.
How It Works
- Sets a threshold for average bytes processed per day.
- Sets the number of days to look back for traffic data from AWS CloudWatch metrics.
Variables
averageBytesThreshold
: The minimum average bytes processed per day. Default is0
.lookBackDays
: The number of days to analyze. Default is30
.
Violation Types
LOW_TRAFFIC
: Triggered when an ALB has lower than the threshold average daily bytes processed.