awslabs/amazon-eks-ami

Custom AMI Build

IgorKurylo opened this issue · 1 comments

I have a general question regarding building custom AMIs. In my exploration, I've noticed that the source_ami_filter_name is set to al2023-ami-minimal-2023.*-kernel-6.1*. However, I need to create some custom AMIs based on al2023-ami-2023.*.
These custom AMIs are developed by our Cloud Platform team, incorporating a significant number of elements for CIS hardening.

My query pertains to whether it's feasible to build custom EKS AMIs based on al2023-ami-2023.*, or if this approach isn't suitable for EKS.

You may run into some trivial issues if a package we try to install in our build scripts is already present, etc.; but yes in general that will work fine.