所有 IAM 用户的账户 ID/Alias 是否相同?
Is account ID/Alias the same for all IAM users?
在 AWS 中,所有 IAM 用户的帐户 ID/Alias 是否相同?我的猜测是所有使用根帐户创建的 IAM 用户共享同一个帐户 ID/Alias.
来自Your AWS account identifiers - AWS General Reference:
AWS assigns the following unique identifiers to each AWS account:
AWS account ID
A 12-digit number, such as 123456789012
, that uniquely identifies an AWS account. Many AWS resources include the account ID in their Amazon Resource Names (ARNs). The account ID portion distinguishes resources in one account from the resources in another account. If you are an IAM user, you can sign in to the AWS Management Console using either the account ID or account alias.
在 AWS 中,所有 IAM 用户的帐户 ID/Alias 是否相同?我的猜测是所有使用根帐户创建的 IAM 用户共享同一个帐户 ID/Alias.
来自Your AWS account identifiers - AWS General Reference:
AWS assigns the following unique identifiers to each AWS account:
AWS account ID
A 12-digit number, such as123456789012
, that uniquely identifies an AWS account. Many AWS resources include the account ID in their Amazon Resource Names (ARNs). The account ID portion distinguishes resources in one account from the resources in another account. If you are an IAM user, you can sign in to the AWS Management Console using either the account ID or account alias.