-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I get the AMI not found error when checking for AMI's. Any clue? Using Jenkins version 1.442
Status Code: 400, AWS Request ID: 8b4d0953-3e43-47f1-a696-aff108f9ea91, AWS Error Code: InvalidAMIID.NotFound, AWS Error Message: The AMI ID 'ami-012b7a44' does not exist
at com.amazonaws.http.HttpClient.handleErrorResponse(HttpClient.java:586)
at com.amazonaws.http.HttpClient.execute(HttpClient.java:282)
at com.amazonaws.http.HttpClient.execute(HttpClient.java:160)
at com.amazonaws.services.ec2.AmazonEC2Client.invoke(AmazonEC2Client.java:5010)
at com.amazonaws.services.ec2.AmazonEC2Client.describeImages(AmazonEC2Client.java:2367)
at jenkins.plugins.ec2slave.EC2ImageSlave$DescriptorImpl.doValidateAmi(EC2ImageSlave.java:158)
I am going to look at the source code tomorrow, but just thought I drop in this here in case if anyone knows about it.
(BTW - The AMI id specified in the stack trace is a public image. So feel free to use the same ID)
Thanks!
Mikkin