Skip to content

Commit 5ed68fe

Browse files
authored
Merge pull request #59437 from mletalie/OSDOCS-4882.1
[OSDOCS-4882]:HCP cluster AWS managed policies
2 parents 16c22e4 + d6ef0bf commit 5ed68fe

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed
Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// Module included in the following assemblies:
2-
//
31
// * rosa_hcp/rosa-hcp-sts-creating-a-cluster-quickly.adoc
4-
52
:_content-type: PROCEDURE
63
[id="rosa-sts-creating-account-wide-sts-roles-and-policies_{context}"]
74
= Creating the account-wide STS roles and policies
@@ -14,20 +11,14 @@ Before using the {product-title} (ROSA) CLI, `rosa`, to create {hcp-title-first}
1411
* You have available AWS service quotas.
1512
* You have enabled the ROSA service in the AWS Console.
1613
* You have installed and configured the latest ROSA CLI (`rosa`) on your installation host.
17-
+
18-
[NOTE]
19-
====
20-
To successfully install {hcp-title} clusters, use the latest version of the ROSA CLI (`rosa`).
21-
====
2214
* You have logged in to your Red Hat account by using the ROSA CLI.
2315
2416
.Procedure
2517

26-
. If they do not exist in your AWS account, create the required account-wide STS roles and policies by running the following command:
18+
. If they do not exist in your AWS account, create the required account-wide STS roles and attach the policies by running the following command:
2719
+
2820
[source,terminal]
2921
----
30-
$ rosa create account-roles --force-policy-creation
22+
$ rosa create account-roles --hosted-cp
3123
----
32-
+
33-
The `--force-policy-creation` parameter updates any existing roles and policies that are present. If no roles and policies are present, the command creates these resources instead.
24+
For more information regarding AWS managed IAM policies for ROSA, see link:https://docs.aws.amazon.com/ROSA/latest/userguide/security-iam-awsmanpol.html[AWS managed IAM policies for ROSA].

0 commit comments

Comments
 (0)