通过以下方式查看组织中某个账户的详细信息 Amazon Organizations - Amazon Organizations
Amazon Web Services 文档中描述的 Amazon Web Services 服务或功能可能因区域而异。要查看适用于中国区域的差异,请参阅 中国的 Amazon Web Services 服务入门 (PDF)

本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。

通过以下方式查看组织中某个账户的详细信息 Amazon Organizations

当你登录组织的管理账户时 Amazon Organizations 控制台,您可以查看有关您的账户的详细信息。

最小权限

查看 a 的详细信息 Amazon Web Services 账户,您必须拥有以下权限:

  • organizations:DescribeAccount

  • organizations:DescribeOrganization – 仅当使用 Organizations 控制台时才需要

  • organizations:ListAccounts – 仅当使用 Organizations 控制台时才需要

Amazon Web Services Management Console
要查看 a 的详细信息 Amazon Web Services 账户
  1. 登录 。Amazon Organizations 控制台。您必须在组织的管理账户中以IAM用户身份登录、代入IAM角色或以 root 用户身份登录(不推荐)。

  2. 导航到 Amazon Web Services 账户页面,然后选择要检查的帐户名称(不是单选按钮)。如果您需要的账户是 OU 的子级,则可能需要选择 OU 旁边的三角形图标 Gray cloud icon representing cloud computing or storage services. ,以展开 OU 并查看其子级。重复操作,直到找到账户。

    Account details (账户详细信息) 框显示有关该账户的信息。

Amazon CLI & Amazon SDKs
要查看 a 的详细信息 Amazon Web Services 账户

您可以使用以下命令查看账户的详细信息:

  • Amazon CLI:

    这两个命令为响应中包含的每个账户返回相同的详细信息。

    以下示例说明如何检索有关指定账户的详细信息。

    $ aws organizations describe-account --account-id 123456789012 { "Account": { "Id": "123456789012", "Arn": "arn:aws:organizations::123456789012:account/o-aa111bb222/123456789012", "Email": "admin@example.com", "Name": "Example.com Organization's Management Account", "Status": "ACTIVE", "JoinedMethod": "INVITED", "JoinedTimestamp": "2020-11-20T09:04:20.346000-08:00" } }
  • Amazon SDKs: