Just published a tiny CLI utility to save some bucks on AWS development environment while I'm not really working. https://github.com/aramalipoor/aws-cost-saver The idea is to stop/shutdown any resources (such as EC2 instances, RDS databases, ECS tasks, etc.) when you're done for the day and restore them back up next time you continue. Currently it's in a very early stage, a hobby side-project :) Ideally I'm thinking…
Show HN: Tiny CLI to save AWS costs in dev environments when you're sleeping
11–20 of 56 posts
Re: Show HN: Tiny CLI to save AWS costs in dev environments when you're sleeping
#12Just published a tiny CLI utility to save some bucks on AWS development environment while I'm not really working. https://github.com/aramalipoor/aws-cost-saver The idea is to stop/shutdown any resources (such as EC2 instances, RDS databases, ECS tasks, etc.) when you're done for the day and restore them back up next time you continue. Currently it's in a very early stage, a hobby side-project :) Ideally I'm thinking…
interesting work! i feel like this can't be a new problem. what comparable tools exist for doing this today? its basically just spinning up a staging env while you work and spinning down when you knock off work right? almost like a heroku dyno spinning up for you.
Re: Show HN: Tiny CLI to save AWS costs in dev environments when you're sleeping
#13I find it price gouging that AWS doesn't already implement this on their own within their pricing structure and that you need a 3rd party tooling to do this.
Re: Show HN: Tiny CLI to save AWS costs in dev environments when you're sleeping
#14I find it price gouging that AWS doesn't already implement this on their own within their pricing structure and that you need a 3rd party tooling to do this.
Re: Show HN: Tiny CLI to save AWS costs in dev environments when you're sleeping
#15https://aws.amazon.com/solutions/implementations/instance-sc...
Re: Show HN: Tiny CLI to save AWS costs in dev environments when you're sleeping
#16I find it price gouging that AWS doesn't already implement this on their own within their pricing structure and that you need a 3rd party tooling to do this.
Re: Show HN: Tiny CLI to save AWS costs in dev environments when you're sleeping
#17Re: Show HN: Tiny CLI to save AWS costs in dev environments when you're sleeping
#18Because my favorite place for AWS credentials is some random NPM module?
Re: Show HN: Tiny CLI to save AWS costs in dev environments when you're sleeping
#19I find it price gouging that AWS doesn't already implement this on their own within their pricing structure and that you need a 3rd party tooling to do this.
They earn more money by not doing this.