删除 Neptune 快照 - Amazon Neptune
Amazon Web Services 文档中描述的 Amazon Web Services 服务或功能可能因区域而异。要查看适用于中国区域的差异,请参阅 中国的 Amazon Web Services 服务入门 (PDF)

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

删除 Neptune 快照

您可以使用 ​Amazon Web Services Management Console、Amazon CLI 或 Neptune 管理 API 删除数据库快照:

使用控制台删除

  1. 登录 Amazon 管理控制台并通过以下网址打开 Amazon Neptune 控制台:https://console.aws.amazon.com/neptune/home

  2. 在导航窗格中,选择快照

  3. 选择要删除的数据库快照。

  4. 对于 Actions (操作),选择 Delete Snapshot (删除快照)

  5. 在确认页面上选择 Delete (删除)

使用 Amazon CLI 删除

您还可以使用 Amazon CLI delete_db_cluster_snapshot 命令删除数据库快照,使用 --db-snapshot-identifier 参数标识要删除的快照:

针对 Linux、OS X 或 Unix:

aws neptune delete-db-cluster-snapshot \ --db-snapshot-identifier <name-of-the-snapshot-to-delete>

对于 Windows:

aws neptune delete-db-cluster-snapshot ^ --db-snapshot-identifier <name-of-the-snapshot-to-delete>

使用 Neptune 管理 API 执行删除

您可以使用开发工具包之一,通过调用 DeleteDBClusterSnapshot API 来删除数据库快照,使用 DBSnapshotIdentifier 参数标识要删除的数据库快照。