ElasticBeanstalk tools different response to "Unable to find credentials" between 3.0.0 and 3.0.1 #53
Labels
feature-request
A feature should be added or improved.
module/cli-ext
p2
This is a standard priority issue
queued
I'm playing with Elastic Beanstalk for the first time and tried to mistakenly run the deploy command before setting up the AWS credentials.
On
Amazon.ElasticBeanstalk.Tools --version 3.0.0
if you try to run the deploy command immediately after installing:dotnet eb deploy-environment --publish-options "--runtime win-x64"
Then answer the prompts for Application Name, Environment, and Region. You get a message and 3 exceptions:
This is great and informative! But not the same for v 3.0.1.
Doing the same thing command without setting up AWS creds with
Amazon.ElasticBeanstalk.Tools --version 3.0.1
results in this:Which is misleading. You can see in the exception itself that get_IAMSecurityCredentials is a source for the exception, but what happened to the helpful message in 3.0.0?
Unable to find credentials
?I also think an instruction to set up the AWS keys/creds would be welcome in the readme.md
The text was updated successfully, but these errors were encountered: