Triage Check AWS Classic Load Balancer Low Traffic LOW_BYTES_PROCESSED
Quick Links
- Configure Check AWS Classic Load Balancer Low Traffic
- Use Case for Check AWS Classic Load Balancer Low Traffic
- Triage Guides by Violation Type
Understanding Low Bytes Processed Violation
Understand
Why should I care about fixing this issue?
- An AWS Classic Load Balancer with low traffic may indicate unused resources, leading to unnecessary costs.
Validate
How can I be sure this alert is accurate?
- The data source for this policy is CloudWatch metrics, specifically
EstimatedProcessedBytes
. Retrieve it manually using AWS CloudWatch console or CLI to cross-reference. Is this policy reactive? - No, it runs daily.
Triage
What if it remains unfixed?
- Continual low usage can result in ongoing costs without business value. However, it likely does not affect running services directly. Can remediation cause outages?
- Addressing this issue should not cause outages.
Act
What do I do to fix this alarm?
- Investigate load balancer usage patterns. Consider scaling down or reconfiguring as needed.
Reflect
How to adjust if the alarm wasn't useful?
- Review and adjust
bytesPerDayThreshold
anddaysToCheck
variables to better match expected traffic.