From 2eaf117cdd78cab0b26ad9a4d8e4ebd6c3ad95a4 Mon Sep 17 00:00:00 2001 From: Stefan Nica Date: Mon, 2 Dec 2024 18:34:15 +0100 Subject: [PATCH] Update docs/book/component-guide/image-builders/aws.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Barış Can Durak <36421093+bcdurak@users.noreply.github.com> --- docs/book/component-guide/image-builders/aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/component-guide/image-builders/aws.md b/docs/book/component-guide/image-builders/aws.md index fb375d99d6..5c67b11aae 100644 --- a/docs/book/component-guide/image-builders/aws.md +++ b/docs/book/component-guide/image-builders/aws.md @@ -83,7 +83,7 @@ The user must take care that the **Service Role** attached to the CodeBuild proj } ``` -* Recommended: grant ZenML access to trigger AWS CodeBuild builds by registering an [AWS Service Connector](../../how-to/infrastructure-deployment/auth-management/aws-service-connector.md) with the proper credentials and permissions, as covered in the [Authentication Methods](aws.md#authentication-methods) section. If not provided, then the AWS credentials will be inferred from the environment where the pipeline is triggered. +* Recommended: Grant ZenML access to trigger AWS CodeBuild builds by registering an [AWS Service Connector](../../how-to/infrastructure-deployment/auth-management/aws-service-connector.md) with the proper credentials and permissions, as covered in the [Authentication Methods](aws.md#authentication-methods) section. If not provided, the AWS credentials will be inferred from the environment where the pipeline is triggered. We can register the image builder and use it in our active stack: