Docs: Update BYOC IAM Policy Permissions (#16474)
Added codebuild permissions to IAM policy JSON
This commit is contained in:
parent
ba7407fb23
commit
0aef0375cb
|
@ -32,6 +32,7 @@ Create AWS role with AWS CLI
|
||||||
"Action": [
|
"Action": [
|
||||||
"autoscaling:*",
|
"autoscaling:*",
|
||||||
"cloudwatch:*",
|
"cloudwatch:*",
|
||||||
|
"codebuild:*",
|
||||||
"ec2:*",
|
"ec2:*",
|
||||||
"ecr:*",
|
"ecr:*",
|
||||||
"eks:*",
|
"eks:*",
|
||||||
|
|
|
@ -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.
|
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.
|
.. note: Ignore the warnings generated by AWS.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue