From 0aef0375cbdde134d402146f46bc40a25e070910 Mon Sep 17 00:00:00 2001 From: Rick Izzo Date: Wed, 25 Jan 2023 11:27:15 -0500 Subject: [PATCH] Docs: Update BYOC IAM Policy Permissions (#16474) Added codebuild permissions to IAM policy JSON --- docs/source-app/workflows/byoc/aws_cli.rst | 1 + docs/source-app/workflows/byoc/aws_console.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source-app/workflows/byoc/aws_cli.rst b/docs/source-app/workflows/byoc/aws_cli.rst index 772e4c4d75..4bfea35016 100644 --- a/docs/source-app/workflows/byoc/aws_cli.rst +++ b/docs/source-app/workflows/byoc/aws_cli.rst @@ -32,6 +32,7 @@ Create AWS role with AWS CLI "Action": [ "autoscaling:*", "cloudwatch:*", + "codebuild:*", "ec2:*", "ecr:*", "eks:*", diff --git a/docs/source-app/workflows/byoc/aws_console.rst b/docs/source-app/workflows/byoc/aws_console.rst index 90b5f58689..41a1c9d457 100644 --- a/docs/source-app/workflows/byoc/aws_console.rst +++ b/docs/source-app/workflows/byoc/aws_console.rst @@ -44,7 +44,7 @@ The created role will give Lightning AI access (by specifying Ligthning account 1. Click "Create policy" -> A new tab opens to the Create policy page. -2. Click the JSON tab and copy-paste the `contents of this JSON file ` into the JSON workspace. +2. Click the JSON tab and copy-paste the `contents of this JSON file ` into the JSON workspace. .. note: Ignore the warnings generated by AWS.