An open API service indexing awesome lists of open source software.

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.

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.