WithSecureLabs / awspx

A graph-based tool for visualizing effective access and resource relationships in AWS environments.
GNU General Public License v3.0
905 stars 102 forks source link

Region Flag required to work with AWS GovCloud #58

Open ikspozd opened 2 years ago

ikspozd commented 2 years ago

Hello,

I noticed that creating a new profile and adding the access key, secret key, region and output format is not enough to get awspx to work in AWS GovCloud. You actually have to enter the region flag to get it to work. This looks like a bug because this is not required if ingesting data from AWS Public cloud.

How it works with AWS Public Cloud:

awspx ingest --profile Bob

How it works with AWS GovCloud:

awspx ingest --profile Bob --region us-gov-west-1