Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use ARN as profile_name when connecting using boto #4

Merged
merged 1 commit into from
Jun 25, 2014

Conversation

cjgu
Copy link
Contributor

@cjgu cjgu commented Jun 24, 2014

Using latest boto I got

boto.provider.ProfileNotFoundError: Profile "arn:aws:iam::xxx:instance-profile/xxx not" found!

As per @danielgtaylor's comment here sebdah/dynamic-dynamodb#183 (comment) I patched aws-ec2-assign-elastic-ip to not send the ARN as profile name when using instance metadata to connect to AWS through boto.

Also bumped the requirement on boto to latest version as this behavior was allowed (unintentionally in boto <2.29.x).

@sebdah sebdah merged commit fabc966 into sebdah:master Jun 25, 2014
@sebdah
Copy link
Owner

sebdah commented Jun 25, 2014

Thanks @cjgu for the PR. I have merged it and released 0.2.1 to PyPI now.

@sebdah sebdah added this to the 0.2.x milestone Jun 25, 2014
@sebdah sebdah self-assigned this Jun 25, 2014
@cjgu
Copy link
Contributor Author

cjgu commented Jun 25, 2014

Thanks for a quick release!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants