Files
Packer-Cn/builder/amazon/common
Daniel Rodgers-Pryor 8a9753032c Allow EC2 fleet packer instances to run in parallel
Without conflicting over the name of the launch template that they create/delete.

Previously, the launch template name was just hard coded to `packer-fleet-launch-template`, but since AWS enforces unique template names within an account, this caused simultaneously running packer instances to hit template-already-exists errors when creating their templates and race-conditions around deleting the template. Now, the template name is randomly generated on each run, so there should be no conflicts.
2019-06-30 16:19:35 +10:00
..
2019-03-04 16:41:31 -08:00
2019-03-04 16:42:33 -08:00
2019-02-27 11:17:08 +01:00
2018-01-24 17:09:15 -08:00
2019-05-03 14:47:09 -07:00