Docs: Update BYOC IAM Policy Permissions (#16474)

Added codebuild permissions to IAM policy JSON
This commit is contained in:
Rick Izzo 2023-01-25 11:27:15 -05:00 committed by GitHub
parent ba7407fb23
commit 0aef0375cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@ Create AWS role with AWS CLI
"Action": [
"autoscaling:*",
"cloudwatch:*",
"codebuild:*",
"ec2:*",
"ecr:*",
"eks:*",

View File

@ -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 <https://gist.github.com/nicolai86/79b9caa5a3557d9d4f8a6e2227e34f2d>` into the JSON workspace.
2. Click the JSON tab and copy-paste the `contents of this JSON file <https://gist.github.com/rlizzo/4f36f64cf66fbe662ea6802f842b0433>` into the JSON workspace.
.. note: Ignore the warnings generated by AWS.