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.
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?
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.
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!