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
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.
The text was updated successfully, but these errors were encountered:
@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.The text was updated successfully, but these errors were encountered: