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

Fix issue85 #87

Merged
merged 2 commits into from
Dec 20, 2021
Merged

Fix issue85 #87

merged 2 commits into from
Dec 20, 2021

Conversation

Karl-Keller
Copy link

This addresses use of auto-scaling ODM with the AWS cloud provider. There were 4, docker-machine parameters for the amazonec2 driver that were added to the aws.js config specification including vpc, subnet, iamrole, and zone. Each of these is checked for a value other than an empty string and added to the docker-machine args that are generated. VPC/Subnet are required unless a user has a default VPC/Subnet defined. IAMRole is required to provide ec2 and s3 priv's to the docker-machine instance created as iamrole is not carried forward by the AMI at instance creation. Zone is required in order to build the machine in the same zone as the VPC/Subnet specified.

Copy link
Member

@pierotofy pierotofy left a comment

Choose a reason for hiding this comment

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

Thanks @Karl-Keller !

@pierotofy pierotofy merged commit 11331f4 into OpenDroneMap:master Dec 20, 2021
@Karl-Keller Karl-Keller deleted the fixIssue85 branch December 20, 2021 18:30
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.

2 participants