No output when using region ap-southeast-1
danusarf opened this issue · 0 comments
danusarf commented
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!