Skip to content

vantage-sh/finops-as-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FinOps as Code: Demos and Tutorials

Header image

What Is FinOps as Code?

This repository contains tutorials and demos for implementing FinOps as Code in your organization.

FinOps as Code is the integration of financial operations (FinOps) principles with modern cloud-native practices. FinOps as Code encourages practitioners to manage cloud costs and optimize spending patterns in a programmatic and automated manner.

Like its close cousin, Infrastructure as Code, FinOps as Code supports automation scripts and cloud-native technologies so that organizations can implement FinOps practices directly into their software development lifecycle.

About This Repository

This repository contains API Python tutorials (within the /python directory) and Terraform tutorials (within the /terraform directory). Each demo contains a README with any prerequisites or requirements.

To use the demos provided here, create a local clone of this repo.

Vantage API Authentication

Each demo requires access to the Vantage API. Follow the steps in the Vantage API documentation on how to create a user authentication token.

Contributing

If there are additional tutorials or demos you want to see here, create a tutorial request via the Issues section of this repo.

Additional Resources