oliverlloyd / jmeter-ec2

Automates running Apache JMeter on Amazon EC2
GNU General Public License v3.0
464 stars 187 forks source link

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

Closed andrewlorien closed 7 years ago

andrewlorien commented 8 years ago

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

oliverlloyd commented 8 years ago

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.

gswallow commented 8 years ago

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

Thanks!