This Tool is get the Rightsizing Recommendations from Cost Explorer for your AWS Account / Organization.
Version | Author |
---|---|
1.0 | David Krohn Linkedin - Blog |
python rightsizing-recommendation.py --top RECOMMENDATIONRESULTS --bc BENEFITSCONSIDERED --rt RECOMMENDATIONTARGET --p AWSPROFILE
- 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
-
Creating virtual env:
python3 -m venv rightsizingrecommendations
-
Activate virtual env:
source rightsizingrecommendations/bin/activate