https://github.com/theuves/fgcalc
AWS Fargate Pricing Calculator.
https://github.com/theuves/fgcalc
aws aws-ecs cloud cloud-computing ecs fargate finops
Last synced: 3 months ago
JSON representation
AWS Fargate Pricing Calculator.
- Host: GitHub
- URL: https://github.com/theuves/fgcalc
- Owner: theuves
- License: mit
- Created: 2021-01-14T01:17:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-14T19:47:51.000Z (over 3 years ago)
- Last Synced: 2025-03-19T12:19:51.859Z (7 months ago)
- Topics: aws, aws-ecs, cloud, cloud-computing, ecs, fargate, finops
- Language: JavaScript
- Homepage: https://fgcalc.grupomytec.com.br
- Size: 109 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.markdown
- License: license.txt
Awesome Lists containing this project
README
# `fgcalc`
> AWS Fargate Pricing Calculator.
*All prices were extracted from the official AWS Fargate documentation ([here](https://aws.amazon.com/fargate/pricing/)).*
## Features
- All AWS regions
- Support for [Fargate Spot](https://aws.amazon.com/about-aws/whats-new/2019/12/aws-launches-fargate-spot-save-up-to-70-for-fault-tolerant-applications/)
- Multiple currencies like USD, EUR and BRL (see the list [here](https://www.ecb.europa.eu/stats/policy_and_exchange_rates/euro_reference_exchange_rates/html/index.en.html))
- Hours, days, months and years## Development
```
git clone git@github.com:theuves/fgcalc.git
cd fgcalc
npm install
npm run dev
```## Technologies
- Svelte
- [Exchange Rates API](https://github.com/exchangeratesapi/exchangeratesapi)## License
Copyright © 2021 by [Matheus Alves](https://theuves.me).
Licensed under the MIT license.