diff --git a/classes/07-lambda/lambda_and_docker/index.html b/classes/07-lambda/lambda_and_docker/index.html index f4f44e6..6bea6fa 100644 --- a/classes/07-lambda/lambda_and_docker/index.html +++ b/classes/07-lambda/lambda_and_docker/index.html @@ -905,10 +905,11 @@

Upload Image to ECR

Atention!

Change the <AWS_ACCOUNT_ID> for the <AWS_ACCOUNT_ID> used during classes, for example 123456789012

+

Check if the AWS profile name, set with aws configure, really is mlops. Change if necessary.

-
$ aws ecr get-login-password --region us-east-2 | docker login --username AWS --password-stdin AWS_ACCOUNT_ID.dkr.ecr.us-east-2.amazonaws.com
+
$ aws ecr get-login-password --region us-east-2 --profile mlops | docker login --username AWS --password-stdin AWS_ACCOUNT_ID.dkr.ecr.us-east-2.amazonaws.com
 
diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 2277018..8d17df7 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ