Open flibbertigibbet opened 9 years ago
I think majorkirby is returning a line of Packer error output here:
This could be a scenario where Packer wasn't able to successfully complete an AWS API request and failed, which led majorkirby to mark it as a failure.
The corresponding AWS RequestExpired error says "The request reached the service more than 15 minutes after the date stamp on the request or more than 15 minutes after the request expiration date (such as for pre-signed URLs), or the date stamp on the request is more than 15 minutes in the future."
Maybe the timestamped cleanup requests are being generated before the build happens, but not sent until the build finishes?
Building just the CAC OpenTripPlanner server AMI with full data, packer completes the ansible run, but the command fails with the error:
The AMI does not get built, and the packer instance stays up.