Skip to content

Commit a47be51

Browse files
authored
Merge pull request #1145 from fletcherw/fips
feat: document nodeclass FIPS support
2 parents 78583fa + aa07020 commit a47be51

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

latest/ug/automode/auto-change.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ To receive notifications of all source file changes to this specific documentati
1414
https://github.com/awsdocs/amazon-eks-user-guide/commits/mainline/latest/ug/automode/auto-change.adoc.atom
1515
----
1616

17+
== October 23, 2025
18+
19+
*Feature:* Users with clusters in US regions can now request to use FIPS compatible AMIs by specifying `spec.advancedSecurity.fips` in their NodeClass definition.
20+
1721
== October 1, 2025
1822

1923
*Feature:* EKS Auto Mode now supports deploying nodes to {aws} Local Zones. For more information, see <<auto-local-zone>>.

latest/ug/automode/create-node-class.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,11 @@ spec:
199199
# Domains to exclude, put all VPC endpoints here
200200
- .internal
201201
- .eks.amazonaws.com
202-
202+
203+
advancedSecurity:
204+
# Optional, US regions only: Specifying `fips: true` will cause nodes in the nodeclass to run FIPS compatible AMIs.
205+
fips: false
206+
203207
# Optional: Custom certificate bundles.
204208
certificateBundles:
205209
- name: "custom-cert"

0 commit comments

Comments
 (0)