AWS eks documentation change
Summary
Added architecture compatibility note for docker-2048 image in example
Security assessment
Technical clarification about image architecture with no security implications mentioned
Diff
diff --git a/eks/latest/userguide/auto-elb-example.md b/eks/latest/userguide/auto-elb-example.md index c6d5d36f3..ff342da42 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). +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.