riptano / ComboAMI

The AMI takes a set of input parameters via the EC2 user-data to install, RAID, ring, and launch a DataStax Enterprise/Community cluster.
69 stars 59 forks source link

Support Paravirt AMI's in sa-east-1 #83

Closed mlococo closed 9 years ago

mlococo commented 9 years ago

Packer 0.7.5 runs are currently failing with the following error:

==> Some builds didn't complete successfully and had errors: --> sa-east-1-1204-pv: Error registering AMI: Invalid or unaccessible kernel id in ami manifest: 1950528584 (InvalidManifest) --> sa-east-1-1404-pv: Error registering AMI: Invalid or unaccessible kernel id in ami manifest: 1950528584 (InvalidManifest)

5 other regions had this error, but didn't reproduce the issue on a second run. sa-east-1 got it multiple times.

As a workaround until someone figures out what's up, use the HVM images in this region or launch in a different region with pv.

mlococo commented 9 years ago

Worked fine for the 2.6.1 build, must have been flaky AWS api's during the 2.6.0 build.