awslabs / amazon-eks-ami

Packer configuration for building a custom EKS AMI
https://awslabs.github.io/amazon-eks-ami/
MIT No Attribution
2.38k stars 1.12k forks source link

Tag AMI's with ena_support #1828

Closed cartermckinnon closed 1 month ago

cartermckinnon commented 1 month ago

Description of changes:

Enables ENA by default on instances launched with the AMIs. We already have the ena kernel module installed, and the base Amazon Linux AMIs have this enabled -- we just haven't been propagating the attribute to our AMI's.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

cartermckinnon commented 1 month ago

/ci

github-actions[bot] commented 1 month ago

@cartermckinnon roger that! I've dispatched a workflow. 👍

github-actions[bot] commented 1 month ago

@cartermckinnon the workflow that you requested has completed. 🎉

AMI variantBuildTest
1.21 / al2success ✅success ✅
1.22 / al2success ✅success ✅
1.23 / al2success ✅success ✅
1.23 / al2023success ✅failure ❌
1.24 / al2success ✅success ✅
1.24 / al2023success ✅success ✅
1.25 / al2success ✅success ✅
1.25 / al2023success ✅success ✅
1.26 / al2success ✅success ✅
1.26 / al2023success ✅success ✅
1.27 / al2success ✅success ✅
1.27 / al2023success ✅success ✅
1.28 / al2success ✅success ✅
1.28 / al2023success ✅success ✅
1.29 / al2success ✅success ✅
1.29 / al2023success ✅success ✅
1.30 / al2success ✅success ✅
1.30 / al2023success ✅success ✅

cartermckinnon commented 1 month ago

This isn't actually needed, our AMI's already inherit this property. You just need to launch a Nitro instance and things work as expected.