1
0
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:
Laura Hinson
2024-10-18 16:53:01 -04:00
committed by openshift-cherrypick-robot
parent e3585b063b
commit cc1e75c8ae

View File

@@ -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:
+