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
@davrodfer The underlying AWS SDK should handle that for you. For instance, if you're using this on an EC2 instance, the permissions can be based on the role(s) assigned to the EC2 instance. For that to work, you just omit setting any aws credentials and the AWS SDK will attempt to resolve that for you (either ENV variables or IAM role).
How to use ec2 role as authentication credentials? Is it possible with this library?
The text was updated successfully, but these errors were encountered: