awspx icon indicating copy to clipboard operation
awspx copied to clipboard

Region Flag required to work with AWS GovCloud

Open ikspozd opened this issue 3 years ago • 0 comments

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

ikspozd avatar Jul 01 '22 19:07 ikspozd