Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

error in increment-cluster-instances.py #196

Open
jicowan opened this issue May 14, 2017 · 1 comment
Open

error in increment-cluster-instances.py #196

jicowan opened this issue May 14, 2017 · 1 comment

Comments

@jicowan
Copy link

jicowan commented May 14, 2017

Line 53 is missing variable for subnetId. The line should be:

command = ["ec2", "run-instances", "--image-id", amiId, "--instance-type", instanceType, "--user-data", userData, "--iam-instance-profile", "Name=\"%s\"" % instanceProfile, "--security-group-ids", securityGroup, "--key-name", keyName, "--subnet-id", subnetId]
@narehayrapetyan
Copy link
Contributor

@jicowan thanks for reporting it

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

No branches or pull requests

2 participants