Commit Graph

3 Commits

Author SHA1 Message Date
tomalok
052cab8914
Fix nvme-ebs-links (issue #44) (#45)
* EBS may prepend '/dev/' in front of the EBS alias, adjust the sanity sed to account for this.
* Attempt to get a sane EBS alias up to 50x, sleep 1/10s in between (max duration ~5 secs).
* Log when we add/fail-to-add/remove EBS alias symlinks.
2019-03-03 21:57:28 -08:00
Jake Buchholz
d92bbfc7c9 fix nvme-ebs-links
Ensure that the EBS volume alias matches what we expect it to be.
Should fix issue #40.
2019-02-23 20:24:32 -08:00
tomalok
4680ecd85e
Add add_svcs, fix nvme, add eu-north-1 (#34)
* Allow additional services on the AMI's runlevels

I'm using this with my AMIs to add haveged to the boot runlevel to boost the amount of initial entropy on smaller instance types, so sshd can start in under 6s instead of over 2m.

add_svcs:
  boot:
    - haveged

* fix race condition with nvme-ebs /dev linking
* copy nvme stuff to build target in one operation
* add eu-north-1 region
2019-01-26 13:32:54 -08:00