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

[FEATURE] Make ec2 module working in all the regions #122

Merged
merged 2 commits into from
Nov 16, 2022

Conversation

dipiazzg
Copy link
Collaborator

Some of the regions are not available for aws module boto.ec2. If the region definitely exists, you may need to upgrade boto or extend with endpoints_path
Specifying ec2_url into ec2 invocation fixes the issue

citrocity
citrocity previously approved these changes Nov 15, 2022

# Some of the regions are not available for aws module boto.ec2. If the region definitely exists, you may need to upgrade boto or extend with endpoints_path
# Adding the below to ec2 invocation fixes the issue
aws_endpoint_url: https://ec2.{{region}}.amazonaws.com
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion - add it under the cluster_vars heirarchy? i.e. cluster_vars.aws_endpoint_url

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in 7e67153, thanks for the suggestion 👍

@dipiazzg dipiazzg merged commit 01d85f8 into master Nov 16, 2022
@dipiazzg dipiazzg deleted the add-aws-endpoint-url branch November 16, 2022 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants