/rightsizing-recommendation

Optimizing your cost with Rightsizing Recommendations - This tool will print the Rightsizing Recommendations from your AWS Account / Organization

Primary LanguagePython

Table of contents

General info

This Tool is get the Rightsizing Recommendations from Cost Explorer for your AWS Account / Organization.

Example

Tool info:

Version Author
1.0 David Krohn
Linkedin - Blog

Usage

  • python rightsizing-recommendation.py --top RECOMMENDATIONRESULTS --bc BENEFITSCONSIDERED --rt RECOMMENDATIONTARGET --p AWSPROFILE

INFO

  • RECOMMENDATIONRESULTS Define how much recommendations results you want to get.
  • BENEFITSCONSIDERED The option to consider RI or Savings Plans discount benefits in your savings calculation. Allowed values: t | f.
  • RECOMMENDATIONTARGET The option to see recommendations within the same instance family, or recommendations for instances across other families. Allowed values: SAME_INSTANCE_FAMILY | CROSS_INSTANCE_FAMILY

How to use the tool with virtual env:

  1. Creating virtual env: python3 -m venv rightsizingrecommendations

  2. Activate virtual env: source rightsizingrecommendations/bin/activate