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
It would be nice if the us-gov-west-1 and us-gov-east-1 regions were supported.
When running a query against a gov region:
$ aws-list-all query --directory aws_inventory --region us-gov-west-1 --service ec2 -v -v
Increasing the open connection limit "nofile" from 256 to 6000.
Building set of queries to execute...
...done. Executing queries...
...done
Expected results would be queries running against the region instead of no queries ran.
The text was updated successfully, but these errors were encountered:
Hi @gregwalters , thanks for the report! Currently, aws_list_all is not "partition-aware", so get_available_regions defalts to the "aws" partition, see the code at
This is going to be interesting, as I do not have access to any other partition rather than "aws". I'd very much like to put in the code, but it would be most useful if someone could test it afterwards. @gregwalters , would you be up for that?
It would be nice if the us-gov-west-1 and us-gov-east-1 regions were supported.
When running a query against a gov region:
Expected results would be queries running against the region instead of no queries ran.
The text was updated successfully, but these errors were encountered: