1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

fix command output

This commit is contained in:
mletalie
2024-01-23 10:37:07 -05:00
committed by openshift-cherrypick-robot
parent d63cf2da07
commit 81d507eb9a
2 changed files with 3 additions and 10 deletions

View File

@@ -58,20 +58,13 @@ The ROSA service evaluates regions in the following priority order:
+
[source,terminal]
----
$ aws sts get-caller-identity
$ aws sts get-caller-identity --output text
----
+
.Example output
[source,terminal]
----
---------------------------------------------------------------------------------
| GetCallerIdentity |
+-------------------------------------------------------------------------------+
|+-----------------------------------+-----------------------+-----------------+|
|| Account | Arn | UserID ||
|+-----------------------------------+-----------------------+-----------------+|
|| <account_name> | arn:aws:iam<string>:user:name | <userID> ||
|+-----------------------------------+-----------------------+-----------------+|
<aws_account_id> arn:aws:iam::<aws_account_id>:user/<username> <aws_user_id>
----
+
After completing these steps, install ROSA.

View File

@@ -50,7 +50,7 @@ You can alternatively use the `AWS_DEFAULT_REGION` environment variable to set t
+
[source,terminal]
----
$ aws sts get-caller-identity
$ aws sts get-caller-identity --output text
----
+
.Example output