From 158b188782e714c5431c425a4b597dee54ac9017 Mon Sep 17 00:00:00 2001 From: Jayesh Sharma Date: Fri, 22 Apr 2022 18:05:20 +0530 Subject: [PATCH] capitalize aws username (#533) --- docs/book/features/guide-aws-gcp-azure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/features/guide-aws-gcp-azure.md b/docs/book/features/guide-aws-gcp-azure.md index 484418287aa..0c1629c5548 100644 --- a/docs/book/features/guide-aws-gcp-azure.md +++ b/docs/book/features/guide-aws-gcp-azure.md @@ -69,7 +69,7 @@ If you are doing a manual install of the Kubeflow Pipelines, make sure that the * Authenticate your local `docker` CLI with your ECR registry using the following command. Replace the capitalized words with your values. ```powershell - aws ecr get-login-password --region REGION | docker login --username aws --password-stdin ACCOUNT_ID.dkr.ecr.REGION.amazonaws.com + aws ecr get-login-password --region REGION | docker login --username AWS --password-stdin ACCOUNT_ID.dkr.ecr.REGION.amazonaws.com ``` {% endtab %}