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
Knife Version: Chef Infra Client: 15.5.15
knife-ec2 (1.0.16)
Scenario:
We have multiple AWS accounts and have it integrated it with chef. However, It seems the plugin cannot read the default AWS region for a specific profile. It's very annoying having to specify the default region on every command.
When I do..
knife ec2 server list --aws-profile mycompany
It returns an EMPTY result but if I do
knife ec2 server list --aws-profile mycompany --region ca-central-1
It returns everything as normal.
It's annoying having to specify a region and now have it read from the AWS config file. I was pretty sure this once worked a long time ago.
Version:
Knife Version: Chef Infra Client: 15.5.15
knife-ec2 (1.0.16)
Scenario:
We have multiple AWS accounts and have it integrated it with chef. However, It seems the plugin cannot read the default AWS region for a specific profile. It's very annoying having to specify the default region on every command.
When I do..
It returns an EMPTY result but if I do
It returns everything as normal.
It's annoying having to specify a region and now have it read from the AWS config file. I was pretty sure this once worked a long time ago.
Steps to Reproduce:
cat ~/.chef/config.rb
cat ~/.aws/credentials
cat ~/.aws/config
The text was updated successfully, but these errors were encountered: