donnemartin / awesome-aws

A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
Other
12.49k stars 1.69k forks source link

Add aramalipoor/aws-cost-saver - Save costs in development environments when you're asleep #200

Open aramalipoor opened 4 years ago

aramalipoor commented 4 years ago

Describe Why This Is Awesome

aws-cost-saver is a tiny CLI tool to help save costs in development environments when you're asleep and don't need them!

This utility uses multiple tricks to reduce usage such as scaling down Fargate ECS tasks, decreasing DynamoDB provisioned capacity, decreasing Kinesis stream shards, etc. Full list of tricks: https://github.com/aramalipoor/aws-cost-saver#tricks

--

Like this pull request? Vote for it by adding a :+1:

codecov-commenter commented 4 years ago

Codecov Report

Merging #200 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #200   +/-   ##
=======================================
  Coverage   96.62%   96.62%           
=======================================
  Files           4        4           
  Lines          89       89           
=======================================
  Hits           86       86           
  Misses          3        3