oliverlloyd / jmeter-ec2

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

Not authorized for images: [ami-caf501aa] #78

Closed wzhonggo closed 8 years ago

wzhonggo commented 8 years ago

I want do test jmeter test in ec2 and config like this link . I get error Not authorized for images: [ami-caf501aa] when I run count="1" /root/jmeter_aws/jmeter-ec2/jmeter-ec2.sh . I not find this AMI[ami-caf501aa] in aws images . Anyone can help me.

error

ami_not_found

oliverlloyd commented 8 years ago

Thanks. Some of the listed example AMIs were set to Private for some reason. I've set the to Public so that command should work now.

wzhonggo commented 8 years ago

It is can create instance from [ami-caf501aa] . Thank you very much.