檢視組織中帳號的詳細資訊 AWS Organizations - AWS Organizations

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

檢視組織中帳號的詳細資訊 AWS Organizations

當您登入組織的管理帳戶時 AWS Organizations 控制台,您可以查看有關您的帳戶的詳細信息。

最低許可

若要檢視的詳細資訊 AWS 帳戶,您必須具有下列權限:

  • organizations:DescribeAccount

  • organizations:DescribeOrganization – 僅在使用 Organizations 主控台時才需要

  • organizations:ListAccounts – 僅在使用 Organizations 主控台時才需要

AWS Management Console
若要檢視的詳細資訊 AWS 帳戶
  1. 登入 AWS Organizations 控制台。您必須以IAM使用者身分登入、擔任IAM角色,或以 root 使用者身分登入 (不建議) 在組織的管理帳戶中。

  2. 導覽至 。AWS 帳戶頁面,然後選擇要檢查的帳戶名稱(而不是單選按鈕)的名稱。如果您所需的帳戶是 OU 的子項,您可能需要選擇三角形圖示 Gray cloud icon representing cloud computing or storage services. ,以將其展開並查看其子項。重複此步驟,直到找到帳戶為止。

    Account details (帳戶詳細資訊) 方塊會顯示帳戶的相關資訊。

AWS CLI & AWS SDKs
若要檢視的詳細資訊 AWS 帳戶

您可以使用下列命令來檢視帳戶的詳細資訊:

  • AWS 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" } }
  • AWS SDKs: