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:
committed by
openshift-cherrypick-robot
parent
d63cf2da07
commit
81d507eb9a
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user