Skip to content

Commit 44f9a0b

Browse files
committed
OCPBUGS-25816: link to changing IAM account postinstall
1 parent 988b173 commit 44f9a0b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

modules/installation-aws-add-iam-roles.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Instead of allowing the installation program to create IAM instance profiles wit
1414
1515
.Procedure
1616

17-
. Update `compute.platform.aws.iamRole` with an existing role for the control plane machines.
17+
. Update `compute.platform.aws.iamRole` with an existing role for the compute machines.
1818
+
1919
.Sample `install-config.yaml` file with an IAM role for compute instances
2020
[source,yaml]
@@ -26,7 +26,7 @@ compute:
2626
aws:
2727
iamRole: ExampleRole
2828
----
29-
. Update `controlPlane.platform.aws.iamRole` with an existing role for the compute machines.
29+
. Update `controlPlane.platform.aws.iamRole` with an existing role for the control plane machines.
3030
+
3131
.Sample `install-config.yaml` file with an IAM role for control plane instances
3232
[source,yaml]
@@ -39,3 +39,8 @@ controlPlane:
3939
iamRole: ExampleRole
4040
----
4141
. Save the file and reference it when installing the {product-title} cluster.
42+
43+
[NOTE]
44+
====
45+
To change or update an IAM account after the cluster has been installed, see link:https://access.redhat.com/solutions/4284011[RHOCP 4 AWS cloud-credentials access key is expired] (Red{nbsp}Hat Knowledgebase).
46+
====

0 commit comments

Comments
 (0)