oliverlloyd/jmeter-ec2

--associate-public-ip-address does not accept "true"

andrewlorien opened this issue · 2 comments

The first time i ran the script it did not create an instance, and returned

Unknown options: "true"
Amazon did not supply any instances, exiting

This was because the script has (in the subnet section)
--associate-public-ip-address \"true\"
instead of just
--associate-public-ip-address

Yup, this looks like a hangover from the EC2-VPC days that is causing issues now we're using the latest cli tools. I'll strip out the boolean in a bit.

Thanks for the report.

I'm blocked because of this problem. Could you do that sooner rather than later?

Thanks!