Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any region name is working !!! #29

Open
jewelnuruddin opened this issue Apr 24, 2017 · 0 comments
Open

Any region name is working !!! #29

jewelnuruddin opened this issue Apr 24, 2017 · 0 comments

Comments

@jewelnuruddin
Copy link

jewelnuruddin commented Apr 24, 2017

AWS documents also said that most of the commands will fail if we do not specify region but S3 and IAM will work without specify region.

ref: http://docs.aws.amazon.com/powershell/latest/userguide/pstools-installing-specifying-region.html

I found that mian cannot read region info from ~/.aws/config or credentials file... is this known bug?

also found that if I define --region in command line with any region it works......is this known bug ?

for example

$miam -a -p profile1 --region ap-northeast-1  ---> is work

$miam -a -p profile1 --region hello  ---> is also work


$miam -a -p profile2 --region us-west-2  ---> is work

$miam -a -p profile2 --region hello-west  ---> is also work

All the above command are working!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant