turbot / steampipe-mod-aws-thrifty

Are you a Thrifty AWS dev? This mod checks your AWS accounts for unused and under-utilized resources using Powerpipe and Steampipe.
https://hub.powerpipe.io/mods/turbot/aws_thrifty
Apache License 2.0
98 stars 19 forks source link

Fix ec2_classic_lb_unused query to use the latest format of the aws_ec2_classic_load_balancer table #106

Closed JoshRosen closed 2 years ago

JoshRosen commented 2 years ago

Similar to https://github.com/turbot/steampipe-mod-aws-thrifty/pull/102, this applies a similar fix to the ec2_classic_lb_unused query.

cbruno10 commented 2 years ago

Thanks for the fix @JoshRosen !