mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
Updating ARN text for HCP docs
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
e3585b063b
commit
cc1e75c8ae
@@ -14,10 +14,16 @@ Before creating a hosted cluster on {aws-first}, you must create an {aws-short}
|
||||
+
|
||||
[source,terminal]
|
||||
----
|
||||
$ aws sts get-caller-identity --query "Arn"
|
||||
$ aws sts get-caller-identity --query "Arn" --output text
|
||||
----
|
||||
+
|
||||
Note the ARN of your user to use in the next step.
|
||||
.Example output
|
||||
[source,terminal]
|
||||
----
|
||||
arn:aws:iam::1234567890:user/<aws_username>
|
||||
----
|
||||
+
|
||||
Use this output as the value for `<arn>` in the next step.
|
||||
|
||||
. Create a JSON file named `trust-relationship.json` that contains the trust relationship configuration for your role. See the following example:
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user