awslabs / fargatecli

CLI for AWS Fargate
Apache License 2.0
893 stars 114 forks source link

enable region config from profile #70

Closed rsteube closed 5 years ago

rsteube commented 5 years ago

region config in profile is currently overridden by defaultRegion (#15 related)

steps to reproduce: AWS_PROFILE=myprofile AWS_SDK_LOAD_CONFIG=1

region other than defaultRegion set in '~/.aws/config'

PaulMaddox commented 5 years ago

Thanks @rsteube!