AWS Security ChangesHomeSearch

AWS eks documentation change

Service: eks · 2026-04-22 · Documentation low

File: eks/latest/userguide/node-efa.md

Summary

Fixed a typo: removed an extra period at the end of a sentence.

Security assessment

This is a minor punctuation correction. The sentence is about cluster prerequisites, with no security-related content changed.

Diff

diff --git a/eks/latest/userguide/node-efa.md b/eks/latest/userguide/node-efa.md
index 9fe4e174d..412a1e911 100644
--- a//eks/latest/userguide/node-efa.md
+++ b//eks/latest/userguide/node-efa.md
@@ -33 +33 @@ The following procedure guides you to create an EKS cluster with `eksctl` with n
-  * An existing Amazon EKS cluster. If you don’t have an existing cluster, create one using [Get started with Amazon EKS](./getting-started.html).. Your cluster must be deployed in a VPC that has at least one private subnet with enough available IP addresses to deploy nodes in. The private subnet must have outbound internet access provided by an external device, such as a NAT gateway.
+  * An existing Amazon EKS cluster. If you don’t have an existing cluster, create one using [Get started with Amazon EKS](./getting-started.html). Your cluster must be deployed in a VPC that has at least one private subnet with enough available IP addresses to deploy nodes in. The private subnet must have outbound internet access provided by an external device, such as a NAT gateway.