AWS EKS Bottlerocket Cheat Sheet

Minimal OS for Kubernetes

Last Updated: November 21, 2025

Focus Areas

Focus
Pin Bottlerocket version per pool
Monitor updates via SSM

Commands & Queries

eksctl create cluster --node-ami bottlerocket
Launch cluster
aws ssm send-command --targets
Patch nodes
kubectl get nodes -l eks.amazonaws.com/nodegroup
Verify

Summary

Bottlerocket nodes reduce attack surface for EKS workloads.

💡 Pro Tip: Pair with SSM to patch AMIs and reboot nodes promptly.
← Back to DevOps & Cloud | Browse all categories | View all cheat sheets