Skip to content

Update automode-learn-instances.adoc #1076

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

Merged
merged 2 commits into from
Aug 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion latest/ug/automode/automode-learn-instances.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,14 @@ For more information, see link:ec2/latest/instancetypes/instance-type-names.html

For more information about the Amazon EC2 Instance Metadata Service (IMDS), see link:AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html[Configure the Instance Metadata Service options,type="documentation"] in the _Amazon EC2 User Guide_.


== Considerations

* If the configured ephemeral storage in the NodeClass is smaller than the NVMe local storage for the instance, EKS Auto Mode eliminates the need for manual configuration by automatically taking the following actions:
** Uses a smaller (20 GiB) Amazon EBS data volume to reduce costs.
** Formats and configures the NVMe local storage for ephemeral data use. This includes setting up a RAID 0 array if there are multiple NVMe drives.
* When `ephemeralStorage.size` equals or exceeds the local NVMe capacity, the following actions occur:
** Auto Mode skips the small EBS volume.
** The NVMe drive(s) are exposed directly for your workload.
* Amazon EKS Auto Mode does not support {aws} Fault Injection Service. For more information, see link:resilience-hub/latest/userguide/testing.html["Managing Fault Injection Service experiments",type="documentation"] in the {aws} Resilience Hub User Guide.
* You do not need to install the `Neuron Device Plugin` on EKS Auto Mode nodes.
+
Expand Down