Bjorn248 / terraform_cashier

Designed to analyze terraform template files and return a cost estimate of running the infrastructure, assuming AWS is the target cloud. Perhaps other clouds can be supported going forward?
MIT License
116 stars 12 forks source link

Auto Scaling Groups #12

Open wsoula opened 6 years ago

wsoula commented 6 years ago

Does this work with auto scaling groups or just terraform defined ec2 instances?

Bjorn248 commented 6 years ago

Just terraform defined ec2 instances right now. I'd definitely be open to suggestions on how to implement ASGs though! Perhaps output a cost range based on min/max properties of the ASG?