You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2020. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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!
The text was updated successfully, but these errors were encountered: