amazon-archives / cost-optimization-ec2-right-sizing

The EC2 Right Sizing solution has reached the end of its useful life. Right-sizing functionality is available as a native feature of AWS Compute Optimizer. Details here: https://aws.amazon.com/compute-optimizer/. The solution will be removed the AWS Solutions library and archived on GitHub. Archived solutions will continue to be available on GitHub; however, the AWS Solutions Team has no further plans to update or provide technical support for the solution.
Apache License 2.0
88 stars 45 forks source link

No output when using region ap-southeast-1 #16

Open danusarf opened 5 years ago

danusarf commented 5 years ago

Hi!

I am trying to run this script to check my instances right sizing in the region ap-southeast-1. However, the script seems to skip those regions. I believe it was caused by callgw.py.

if ls_single_region <> 'ap-southeast-1':

I tried to remove this condition, and it is working as expected.

May I know why is that condition necessary in the first place?

Thanks!