mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 06:46:36 +01:00
docs/aws-iam: improving the concepts for Account root user and IAM user
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
# IAM User
|
# IAM User
|
||||||
|
|
||||||
In a new AWS account, you are provided with a root user. This account is based on the email address which created
|
When you first create an Amazon Web Services (AWS) account, you begin with a single sign-in identity that has complete access to all AWS services and resources in the account. This identity is called the [AWS account *root user*][aws-account-root-user]. You can sign in as the root user using the email address and password that you used to create the account.
|
||||||
the account. This is a highly privileged account and not recommended for usage beyond configuring initial account and
|
|
||||||
|
This is a highly privileged account and not recommended for usage beyond configuring initial account and
|
||||||
billing settings, an initial set of users, and locking it down.
|
billing settings, an initial set of users, and locking it down.
|
||||||
|
|
||||||
Before proceeding with the OpenShift install, you should create a IAM administrative user following the steps
|
Before proceeding with the OpenShift install, you should create a IAM administrative user following the steps
|
||||||
@@ -42,4 +43,5 @@ the installer. This step is your only opportunity to collect those values.
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
[aws-account-root-user]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_root-user.html
|
||||||
[user-create]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html
|
[user-create]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html
|
||||||
|
|||||||
Reference in New Issue
Block a user