From eeb164e952bba4e62f5d11f6c63e3af286f50b58 Mon Sep 17 00:00:00 2001 From: Geoffrey Cline Date: Thu, 6 Feb 2025 13:28:48 -0600 Subject: [PATCH] Update auto-elb-example.adoc * add callout for ECR pull role --- latest/ug/automode/auto-elb-example.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/latest/ug/automode/auto-elb-example.adoc b/latest/ug/automode/auto-elb-example.adoc index b53658f7b..4b7285b50 100644 --- a/latest/ug/automode/auto-elb-example.adoc +++ b/latest/ug/automode/auto-elb-example.adoc @@ -68,6 +68,8 @@ spec: cpu: "0.5" ---- +NOTE: 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 <>. + **Key components:** - Deploys 5 replicas of the application @@ -243,4 +245,4 @@ If the game doesn't load: - Verify ALB health checks: Check the target group health in {aws} Console -📝 https://github.com/search?q=repo%3Aawsdocs%2Famazon-eks-user-guide+%5B%23auto-elb-example%5D&type=code[Edit this page on GitHub] \ No newline at end of file +📝 https://github.com/search?q=repo%3Aawsdocs%2Famazon-eks-user-guide+%5B%23auto-elb-example%5D&type=code[Edit this page on GitHub]