defenseunicorns / delivery-aws-iac

Apache License 2.0
14 stars 5 forks source link

ADR: Hardened EKS AMI #56

Closed ntwkninja closed 4 months ago

ntwkninja commented 1 year ago

Building STIG-compliant amis for EKS

Related Issues: FIPS EKS AMI issue FIPS Bottlerocket issue

Edit: EC2 image builder is inconsistent for things in the user_data and if we're going to do something custom, we may want to consider packer.

Definition of Done:

RothAndrew commented 1 year ago

Is this meant to be a research spike/ADR? Or to actually change which AMI is used by the examples?

Currently:

Notes:

ntwkninja commented 1 year ago

Yes, was intended to be a research spike.

Also, agree @RothAndrew

I think there would be a lot of benefit to standardizing on an aws-supported distroless AMI for EKS (bottlerocket) and allowing users to set the flag mentioned if they prefer a different option.

ntwkninja commented 1 year ago

This PR added bottlerocket node group example