awslabs / fargatecli

CLI for AWS Fargate
Apache License 2.0
894 stars 115 forks source link

default region cannot be changed #95

Closed nishanbrown closed 4 years ago

nishanbrown commented 4 years ago

Getting error with default region when using anything else other than us-east-1: fargate task run dev-webapp --cluster dev --region us-west-2 [!] Invalid region: us-west-2 [valid regions: us-east-1]

Tried export the default region: export AWS_DEFAULT_REGION=us-west-2

Also tried adding us-west-2 as a default region in AWS configuration and still got the same error.

PaulMaddox commented 4 years ago

Fixed in v0.3.2