Settings

Theme

Show HN: OSS tool for estimating future AWS IPv4 costs

github.com

3 points by alien_ 2 years ago · 2 comments · 1 min read

Reader

Just released a new Open Source tool for estimating the future IPv4 costs that AWS will introduce from February.

It's a CLI application that shows you the projected costs for each resource, as well as metrics for some resources (so far we only have network traffic for load balancers) that should help taking optimization actions.

This project was built using ChatGPT GPT4, with very few manual tweaks. You can see the full ChatGPT history on how it was built at the bottom of the readme file.

treebeard5440 2 years ago

Is this not available via the aws cli/api?

  • alien_OP 2 years ago

    For sure, I use the AWS APIs to gather the data but there's no single API for all this, I aggregate it from different services and across regions.

    AWS also has some dashboard in the AWS console similar to this but it doesn't have cost information for the resources, it's not easy to track the resources that generate the costs, and you can't extract the data out of it for further automated processing.

    They also have visibility for this in the Cost Intelligence dashboards, but you need those deployed in the account.

    This tool runs from your local machine and you can point it to different accounts with just using a different AWS CLI profile, and you don't need to deploy anything in the target account.

    I show it all on a single view across services(looks and feels much like a spreadsheet), each resource with its price tag next to it and also showing some metrics, like load balancer traffic numbers that should inform consolidation decisions.

    Data export functionality is not there yet but we may add it soon if there's demand for it or someone contributes it.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection