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

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

使用 Amazon Organizations 查看组织中账户的详细信息

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

最小权限

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

  • organizations:DescribeAccount

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

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

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

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

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

Amazon CLI & Amazon SDKs
查看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 SDK: