You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
All the above command are working!
The text was updated successfully, but these errors were encountered: