costpilot

command module
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

README

CostPilot

CodeFactor

Language

English | 中文

Introduction

CostPilot is an all-in-one cloud cost management platform that applies to applications hosted on all cloud platforms. Developed by Galaxy-Future based on the FinOps discipline, CostPilot helps enterprises cut cloud spending by up to 50%. This platform provides deep insights into your cloud cost, periodic reports that contain both cloud cost data and professional cost optimization suggestions from multiple perspectives, and even state-of-the-art techniques that you can use to efficiently optimize cloud usage.

Getting Started Guide

1. Configuration Requirements
  • To ensure stable operation of the system, we recommend that you use a server with at least 2 CPU cores and 4 GB RAM. For Linux and MacOS systems, CostPilot has already been tested.
  • The AK/SK used in operation needs to have the permission to read the bill (charge) of the corresponding cloud account.
2. Run in Source Code

To run CostPilot in source code, you need to install Git ( Git - Downloads) and Go (version 1.17+ is required) and set your Go workspace first.

  • (1) Download source code

    git clone https://github.com/galaxy-future/costpilot.git

  • (2) Use environment variables. You can analyze only one cloud account at a time if you use this method.
    • Replace 'abc' with your own AK/SK.
         COSTPILOT_PROVIDER=AlibabaCloud COSTPILOT_AK=abc COSTPILOT_SK=abc COSTPILOT_REGION_ID=cn-beijing go run .
    
  • (3) Use a configuration file. You can analyze multiple cloud accounts at a time if you use this method.
    • Edit conf/config.yaml as follows. You can add multiple items in cloud_accounts. Only AlibabaCloud is supported as provider for now.
       cloud_accounts:
         - provider:  # required :AlibabaCloud
           ak:  # required
           sk:  # required
           region_id:  # required
           name:  # not required
    
    • Execute the following make command:
      make build && make run
      
    • After the analysis is complete, visit website/index.html in a browser to view the analysis result.
3. Run in Docker

To run CostPilot in Docker, you need to install Docker first. For more information, see Docker Engine Install.

  • (1) Use environment variables. You can analyze only one cloud account at a time if you use this method.
    • Replace 'abc' with your own AK/SK.
      docker run --env COSTPILOT_PROVIDER=AlibabaCloud --env COSTPILOT_AK=abc --env COSTPILOT_SK=abc --env COSTPILOT_REGION_ID=cn-beijing -p 8504:8504 --name=costpilot galaxyfuture/costpilot
      
  • (2) Use a configuration file. You can analyze multiple cloud accounts at a time if you use this method.
    • Create your own config.yaml file, and then execute the following command. Replace /tmp/config.yaml with the absolute path of your config.yaml file.
      docker run --mount type=bind,source=/tmp/config.yaml,target=/home/tiger/app/conf/config.yaml -p 8504:8504 --name=costpilot galaxyfuture/costpilot
      
4. Sample Result

bill utilization

5. Data Flow Diagram

costpilot-architecture

Code of Conduct

Contributor Convention

Authorization

CostPilot uses Apache License 2.0 licensing agreement for authorization.

Contact Us

Weibo | Zhihu | Bilibili | WeChat Official Account

If you want more information about the service, scan the following QR code to contact us:

image

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL