Cloud-Architects / cloudiscovery

The tool to help you discover resources in the cloud environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(AWS) Bug: Running script with region "all"

leandrodamascena opened this issue · comments

When run script with region "all" and there is no default region in ~./aws/config, botocore raise a exception.

python clouddiscovery\__init__.py aws-vpc -v vpc-XXXX -d True -r all

raise NoRegionError()
botocore.exceptions.NoRegionError: You must specify a region.

image