Skip to content
Merged
Show file tree
Hide file tree
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: 4 additions & 0 deletions latest/ug/automode/auto-change.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ To receive notifications of all source file changes to this specific documentati
https://github.com/awsdocs/amazon-eks-user-guide/commits/mainline/latest/ug/automode/auto-change.adoc.atom
----

== October 23, 2025

*Feature:* Users with clusters in US regions can now request to use FIPS compatible AMIs by specifying `spec.advancedSecurity.fips` in their NodeClass definition.

== October 1, 2025

*Feature:* EKS Auto Mode now supports deploying nodes to {aws} Local Zones. For more information, see <<auto-local-zone>>.
Expand Down
6 changes: 5 additions & 1 deletion latest/ug/automode/create-node-class.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,11 @@ spec:
# Domains to exclude, put all VPC endpoints here
- .internal
- .eks.amazonaws.com


advancedSecurity:
# Optional, US regions only: Specifying `fips: true` will cause nodes in the nodeclass to run FIPS compatible AMIs.
fips: false

# Optional: Custom certificate bundles.
certificateBundles:
- name: "custom-cert"
Expand Down