-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Instance-store-backed AMIs #1789
Comments
@stevehipwell this issue is about AMI's that are backed by an instance store (no EBS volume involved): https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-instance-store.html Those are still pretty new and don't have great support in the tooling we use today (and they also have several caveats, such as taking way longer to boot); but they're great in some situations. We'll keep an eye on it. |
I think there is some overlapping terminology at play here as Karpenter refers to NVMe drives as instance store volumes. |
instance store volumes is the correct term - some instances have them as additional *disks that can be mounted, but the root volume is still EBS. or you can create an AMI where the root volume is an instance store volume, not EBS |
What would you like to be added:
The ability to create instance-store-backed AMIs.
Why is this needed:
We want to avoid the cost of EBS root volumes when using storage-optimized instance types for EKS nodes.
The text was updated successfully, but these errors were encountered: