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

使用 Amazon Organizations 注销组织中的成员账户

如果您不再需要组织中的某个成员账户,则可以遵循本主题中的说明从 Amazon Organizations 控制台将其注销。只有当组织处于所有功能模式时,才能使用 Amazon Organizations 控制台注销成员账户。

您还可在以根用户身份登录后,直接在 Amazon Web Services Management Console中从账户页面注销 Amazon Web Services 账户。有关分步说明,请参阅《Amazon 账户管理指南》中的 Close an Amazon Web Services 账户

要注销管理账户,请参阅注销组织的管理账户

注销成员账户

登录到企业的管理账户时,您可以关闭属于企业的成员账户。为此,请完成以下步骤。

重要

在注销会员账户之前,我们强烈建议您查看注意事项并了解注销账户的影响。有关更多信息,请参阅《Amazon 账户管理指南》中的 What you need to know before closing your accountWhat to expect after you close your account

Amazon Management Console
从 Amazon Organizations 控制台注销成员账户
  1. Amazon Web Services 账户 页面上,找到并选择您想要关闭的成员账户的名称。您可以导航 OU 层次结构,或查看没有 OU 结构的账户的平面列表。

  2. 选择页面顶部的账户名称旁边的 Close(关闭)。处于整合账单模式的组织将无法在控制台中看到注销按钮。要在整合账单模式下注销账户,请按照《Amazon 账户管理指南》中 How to close your account 部分的 Standalone account 选项卡说明的步骤进行操作

  3. 选中每个复选框以确认所有必需的账户关闭报表。

  4. 输入成员账户 ID,然后选择注销账户

注意

您注销的任何成员账户将在 Amazon Organizations 控制台中的账户名称旁边显示一个 SUSPENDED 标签,自原始注销日期起最长持续 90 天。90 天后,Amazon Organizations中将不再显示该成员账户。

从“账户”页面注销成员账户

可以选择直接从 Amazon Web Services Management Console中的账户页面注销 Amazon 成员账户。有关分步指南,请按照《Amazon 账户管理指南》中 Close an Amazon Web Services 账户 部分的说明操作。

Amazon CLI & Amazon SDKs
关闭Amazon Web Services 账户

您可以使用以下命令之一关闭 Amazon 账户:

  • Amazon CLI:close-account

    $ aws organizations close-account \ --account-id 123456789012

    如果成功,此命令不会产生任何输出。

  • Amazon SDK:CloseAccount