Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vantage-sh/handbook.vantage.sh

The Cloud Cost Handbook is a free, open-source, community-supported set of guides meant to help explain often-times complex pricing of public cloud infrastructure and service providers in plain english.
https://github.com/vantage-sh/handbook.vantage.sh

aws cloud cloud-cost cloud-cost-intelligence cost-estimation cost-management cost-optimization education finops guide

Last synced: 1 day ago
JSON representation

The Cloud Cost Handbook is a free, open-source, community-supported set of guides meant to help explain often-times complex pricing of public cloud infrastructure and service providers in plain english.

Awesome Lists containing this project

README

        

![Vantage Picture](https://uploads-ssl.webflow.com/5f9ba05ba40d6414f341df34/5f9bb1764b6670c6f7739564_moutain-scene.svg)

# Cloud Cost Handbook

This is the repository backing the site hosted at [handbook.vantage.sh](http://handbook.vantage.sh/).

The Cloud Cost Handbook is a free open-source community-supported set of guides meant to help explain the complex pricing of public cloud infrastructure and service providers in "plain English." This guide is open for anyone to contribute their knowledge to the community. [Vantage](http://vantage.sh/) employees will maintain hosting the guide for everyone and ensure that content is relevant and adheres to style guides.

The Cloud Cost Handbook is organized into two sections: general concepts and per-service pages.

- **General concepts** are meant to cover topics that apply across multiple different infrastructure services.
- **Per-service pages** are meant to give a brief summary of the service, the pricing dimensions of the service, and optionally, a list of cost concepts as it relates to that service.

## Contributing Guidelines

Issues and pull requests (PRs) are welcome for requesting or contributing content. Vantage employees will review all issues and PRs to ensure we're keeping content relevant and up to standard. You're welcome to get in contact with us on our [Slack Community](https://join.slack.com/t/vantagecommunity/shared_invite/zt-1szz6puz7-zRuJ8J4OJIiBFlcTobYZXA) as well where we have a devoted #cloud-cost-handbook channel for discussion as it relates to the handbook.

### Installing Dependencies

This site uses [mkdocs](https://www.mkdocs.org/). Install the following requirements:

```bash
pip install --user mkdocs
pip install --user mkdocs-material
```

### Making and Reviewing Changes

Prior to opening a pull request, please review your changes locally:
1. Create a separate feature branch, based on the `master` branch, and add your changes.
1. From your feature branch, run `mkdocs serve`.
1. Access and review your changes locally at `http://localhost:8000/`.
1. Open a PR and we will review your request as well as suggest any other changes.

### Deploying

Once a PR is merged to the `master` branch, this will trigger a GitHub Actions workflow, which will deploy the site to GitHub Pages. To deploy the site locally, run:

```bash
mkdocs gh-deploy --ignore-version
```

## Keep Up To Date

Feel free to watch/star this repo as we're looking to update the site regularly with additional services and concepts. Vantage also works on the following relevant projects:

- [EC2Instances.info](https://github.com/vantage-sh/ec2instances.info): An open-source tool for comparing EC2 instance prices and configurations.
- [The AWS Cost Leaderboard](https://leaderboard.vantage.sh/): A hosted site of the top AWS cost centers.
- [Vantage](https://vantage.sh/): A cloud cost transparency platform.