Giter Club home page Giter Club logo

aws-org-billing's Introduction

AWS Cost Management Scripts (Work in Progress and Testing)

This repository contains three Python functions that interact with the AWS Cost Management Service to retrieve and report billing information:

  • get_list_of_accounts: Retrieves a paginated list of AWS accounts using the IAM service and returns them as Account objects (assuming you have an Account class defined).
  • aws_billing: Fetches AWS billing cost data for a specified period, grouped by linked account, and prints a table summarizing the results.
  • aws_billing_service: Similar to aws_billing.py, but also groups the data by service within each linked account.

Installation

python3 -m venv .vevn

. .venv/bin/activate

python3 -m pip install -r requirements

Execution

Ensure you have an environment variable named AWS_PROFILE set before running the following command.

python3 aws_billing/aws_billing.py

Contributing

Contributing

License

License

aws-org-billing's People

Contributors

rhabed avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.