You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= Creating an AWS IAM role by using the Cloud Credential Operator utility
7
+
= Creating an AWS IAM role by using the AWS CLI
8
8
9
9
You can use the AWS Command Line Interface to create an IAM role for the AWS Load Balancer Operator. The IAM role is used to interact with subnets and Virtual Private Clouds (VPCs).
10
10
@@ -45,7 +45,7 @@ EOF
45
45
+
46
46
[source,terminal]
47
47
----
48
-
$ aws iam create-role --role-name albo-operator --assume-role-policy-document file://albo-operator-trusted-policy.json
48
+
$ aws iam create-role --role-name albo-operator --assume-role-policy-document file://albo-operator-trust-policy.json
49
49
----
50
50
+
51
51
.Example output
@@ -63,12 +63,12 @@ PRINCIPAL arn:aws:iam:777777777777:oidc-provider/<oidc-provider-id>
0 commit comments