是否可以将EC2卷迁移到Amazon Glacier而无需下载和上传呢? [英] Is it possible to move EC2 volumes to Amazon Glacier without having to download and upload it?

查看:60
本文介绍了是否可以将EC2卷迁移到Amazon Glacier而无需下载和上传呢?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试降低AWS系统的成本。我曾想将一些我很少使用的卷移到Amazon Glacier,但是除了下载该卷并上传到Glacier之外,我在AWS内部找不到任何方法。



我想知道,是否可以自动执行此操作?直接从EC2控制台分配一些EC2卷到冰川吗?



谢谢

解决方案

EBS卷无法复制或迁移到Amazon Glacier。



EBS快照即使存储在Amazon S3中,也无法移动到Amazon Glacier。 / p>

有两种方法可以将数据放入Amazon Glacier:


  1. 放入文件/ data直接进入Amazon Glacier保管库。

  2. 将文件/数据放入Amazon S3,然后使用Amazon S3生命周期将对象移至Amazon Glacier。

您可以使用 aws s3 sync 将文件系统复制到S3,然后将其移至冰川。但是,对于您想要实现的目标,没有神奇的解决方案。


I am trying to reduce costs of my AWS system. I thought of moving some volumes I rarely use to Amazon Glacier, but I don't find any way I can do it inside AWS besides downloading the volume and uploading to Glacier, which sounds terrible.

I am wondering, is it possible to do this automatically? Assign some EC2 volumes to glacier directly from the EC2 console?

Thanks

解决方案

EBS volumes cannot be copied or migrated to Amazon Glacier.

EBS snapshots, even though they are stored in Amazon S3, also cannot be moved to Amazon Glacier.

There are 2 ways to put data into Amazon Glacier:

  1. Put the file/data directly into an Amazon Glacier vault.
  2. Put the file/data in Amazon S3, then use an Amazon S3 lifecycle to move the object(s) to Amazon Glacier.

You could use aws s3 sync to copy your filesystem into S3, then have that moved to Glacier. But there is no magic solution for what you want to achieve.

这篇关于是否可以将EC2卷迁移到Amazon Glacier而无需下载和上传呢?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆