amazon-eks-ami
amazon-eks-ami copied to clipboard
Packer configuration for building a custom EKS AMI
When running KubeBench for EKS cluster,I am getting below issue in Kubebench report. `Ensure that the --read-only-port argument is set to 0` `Based on section 4.2.4 of the CIS Kubernetes...
**What happened**: When `AWS_ACCESS_KEY_ID` is not defined, script [install-worker.sh](https://github.com/awslabs/amazon-eks-ami/blob/master/scripts/install-worker.sh) fails with `AWS_ACCESS_KEY_ID: unbound variable` error. **What you expected to happen**: Binaries should be fetched from `s3` using `wget`, if `AWS_ACCESS_KEY_ID`...
**What would you like to be added**: I'd like to see improved documentation on what the `eks-worker-al2.json` file should contain. **Why is this needed**: As a first time user it...
**What would you like to be added**: Add the `nvidia-bug-report.sh` script to the EKS Log Collect Script, check and run it when on GPU nodes. **Why is this needed**: If...
**What happened**: We have several EKS clusters which autoscale throughout the day - they handle burst workloads, and in a given day the underlying ASG-s may scale down to 0...
**Issue #, if available:** Fixes #954 and supersedes #1097 if merged. **Description of changes:** Avoid maintaining a static mapping of GPU names to maximum clock speed values as suggested in...
**Issue #, if available:** **Description of changes:** It was recently realized that containerd's native import merging strategy is not one that behaves as most users would like. This is because...
**What happened**: Certain applications experience immediate OOM kills on AL2023 due to what I expect is a change in NOFILE's or Ulimit parameters on the AMI when compared to AL2...
**Issue #, if available:** **Description of changes:** Taking inspiration from this merged PR: https://github.com/awslabs/amazon-eks-ami/pull/1687 It seems like explicitly adding the iptables rules expected (that are the defaults on Amazon Linux...
Adds CHANGELOG.md entry for release [v20240424](https://github.com/awslabs/amazon-eks-ami/releases/tag/v20240424).