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

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

描述备份

以下过程演示如何显示备份列表。如果需要,您还可以查看特定备份的详细信息。

要显示备份,请使用 Amazon Web Services Management Console
  1. 登录 Amazon Web Services Management Console 并打开 ElastiCache 控制台,网址为 https://console.aws.amazon.com/elasticache/

  2. 从导航窗格中,选择 Backups(备份)。

  3. 要查看特定备份的详细信息,请选择备份名称左侧的复选框。

要显示无服务器备份列表以及(可选)特定备份的详细信息,请使用 describe-serverless-cache-snapshots CLI 操作。

示例

以下操作使用参数 --max-records 列出与您的账户关联的最多 20 个备份。忽略参数 --max-records 最多可列出 50 个备份。

aws elasticache describe-serverless-cache-snapshots --max-records 20

以下操作使用参数 --serverless-cache-name,以仅列出与缓存 my-cache 关联的备份。

aws elasticache describe-serverless-cache-snapshots --serverless-cache-name my-cache

以下操作使用参数 --serverless-cache-snapshot-name 显示备份 my-backup 的详细信息。

aws elasticache describe-serverless-cache-snapshots --serverless-cache-snapshot-name my-backup

有关更多信息,请参阅《命令参考》中的 desc ribe-serverless-cache-snaps hots。 Amazon CLI