From 2180784babc4ee2a56aca8720ba5b37c6025a1c2 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 21 Nov 2018 19:49:46 +0000 Subject: [PATCH] Enable ENA support This has been realised in the image some time ago and I am using this in production for some time without any problems. Fixes: T566 Signed-off-by: Michael Tremer --- playbooks/build-ami.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/build-ami.yml b/playbooks/build-ami.yml index 48af109..3dd08b4 100644 --- a/playbooks/build-ami.yml +++ b/playbooks/build-ami.yml @@ -38,6 +38,7 @@ --block-device-mappings '[{"DeviceName":"{{ ami_root_device_name }}","Ebs":{"SnapshotId":"{{ ec2_snap.snapshot_id }}"}}]' --virtualization-type {{ ami_virtualization_type }} --sriov-net-support simple + --ena-support --output json register: ec2_ami -- 2.17.2