Open leppikallio opened 4 years ago
@leppikallio sorry for the late reply, since we're using the AWS SDK, both these scenarios should be supported already for all the commands that interact with AWS services. The only two that doesn't, are the switch-profile
and whoami
commands, which rely on what's in ~/.aws/credentials
and ~/.aws/config
credential_source = Ec2InstanceMetadata
Could it be possible to have support for that, ie. when running the
lumigo-cli
in ec2 it could get the credentials from the metadata instead of~/.aws/credentials
?Alternatively of course support for infamous
AWS_
environment variables would do the trick as well.