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.