This Cost Optimization Resource Explorer helps you see realtime, resource-specific costs in your AWS accounts.
A live version of the master branch is available here.
To run Cloud CORE yourself:
- Clone the repo
- Build the project with
npm run build
- Start an http server in
dist
. I like http-server.
Here's how Cloud CORE handles security of sensitive AWS information:
- Your credentials are never transmitted anywhere. The API calls only require a signature, so the credentials aren't even sent to AWS.
- If you choose to store your credentials, they are encrypted using 256bit AES encryption with 1000 iterations.
- The encryption key is never stored or transmitted. Only you know the key.
- Your resource data is never stored or transmitted.
If you opt to use the live version
- The live version is served over TLS.
- The live version is hosted and served using S3 and Cloudfront. There is no backend server to store information on.
Cloud CORE is a single page webapp that collects your credentials and makes API requests to AWS in your browser. Your resources are then displayed in a filterable, sortable table of results. The cost of each resource is displayed with the results.
More details in LICENSE.
Copyright (c) 2020 Blue Matador, Inc.