sebdah/automated-ebs-snapshots

Handle IAM Instance Profile connections properly

sebdah opened this issue · 0 comments

Boto > 2.29.0 does not allow ARN's to be included in the profile_name when connecting to AWS services. We need to let boto handle the connection management itself as that will take care of the IAM Instance Profile connections automatically.

For reference see @danielgtaylors comment in sebdah/dynamic-dynamodb#183 and the resolution in sebdah/dynamic-dynamodb#188