AWS eks documentation change
Summary
Fixed typo: 'sufficent' to 'sufficient' in permissions description for Node IAM role
Security assessment
Typo correction with no security implications.
Diff
diff --git a/eks/latest/userguide/auto-elb-example.md b/eks/latest/userguide/auto-elb-example.md index 269f5278c..a501abe0a 100644 --- a//eks/latest/userguide/auto-elb-example.md +++ b//eks/latest/userguide/auto-elb-example.md @@ -77 +77 @@ Create a file named `02-deployment.yaml`: -If you receive an error loading the image `public.ecr.aws/l6m2t8p7/docker-2048:latest`, confirm your Node IAM role has sufficent permissions to pull images from ECR. For more information, see [Node IAM role](./auto-learn-iam.html#auto-learn-node-iam-role). Also, the `docker-2048` image in the example is an `x86_64` image and will not run on other architectures. +If you receive an error loading the image `public.ecr.aws/l6m2t8p7/docker-2048:latest`, confirm your Node IAM role has sufficient permissions to pull images from ECR. For more information, see [Node IAM role](./auto-learn-iam.html#auto-learn-node-iam-role). Also, the `docker-2048` image in the example is an `x86_64` image and will not run on other architectures.