The Getting Started with Karpenter guide uses CloudFormation to bootstrap the cluster to enable Karpenter to create and manage nodes, as well as to allow Karpenter to respond to interruption events. This document describes the cloudformation.yaml file used in that guide. These descriptions should allow you to understand: What Karpenter is authorized to do with your EKS cluster and AWS resources when using the cloudformation.yaml file What permissions you need to set up if you are adding Karpe...