There are multiple Elastic Load Balancers (ELB) currently running in tvlk-prod
and tvlk-dev
accounts with no instances attached or with all attached instances stopped. Since even unused ELBs are billed by the hour, terminating these ELBs down presents a cost-saving opportunity.
To reduce infrastructure cost, we suggest owners terminate unused ELBs, i.e. ELBs that are:
Total potential savings from this action in tvlk-prod and tvlk-dev alone are $4,000/month.
Cloud Infrastructure team has created a Python Script to list all unused Load Balancers. The script will generate a CSV file containing a list of unused Load Balancers.
If your ELB is part of the Terraform stack you’re not currently using, delete the unused resources using terraform destroy command.
Cloud Infrastructure team has created a Python Script to remove all unused Load Balancers.
aws \
elb \
delete-load-balancer \
--load-balancer-name {{name of your load balancer}}
tvlk-prod
and tvlk-dev
You can access the list of unused Load Balancers that currently running in the tvlk-prod and tvlk-dev accounts in this SpreadSheet document. If one or more instances listed below belong to your product domain, check if you actually need them running
Please review your dedicated AWS accounts as well.
The original blog post of this PSA can be found on Cloud Infrastructure Space: https://29022131.atlassian.net/wiki/spaces/SI/blog/2020/04/13/1329924972/psa+Shut+down+unused+ELBs+to+reduce+cost