1 回答
- 最新
- 投票最多
- 评论最多
0
很遗憾地通知您,EBS 卷不支援缩容的动作。
如果是数据盘(data volume)的话,您可以创建较小的卷,然后在操作系统内透过 rsync/cp 命令,来搬移您的数据到另一个盘上。
但如果是根卷的话,则会建议您另外建一个根卷较小的新实例,重新安装您的应用程序及搬移数据,来取代原本的实例。
[+] Requirements for EBS volume modifications - Amazon EBS: https://docs.aws.amazon.com/ebs/latest/userguide/modify-volume-requirements.html#elastic-volumes-limitations
You can't decrease the size of an EBS volume. However, you can create a smaller volume and then migrate your data to it using an application-level tool such as rsync (Linux instances) or robocopy (Windows instances).
[+] 增加或减少 EBS 卷的容量 | AWS re:Post: https://repost.aws/zh-Hans/knowledge-center/ebs-increase-decrease-volume-size
您只能增加 Amazon EBS 卷的容量。您无法减小 EBS 卷的容量。要使用较小的卷,请创建小卷。然后,使用应用程序级工具将您的数据迁移到小卷。
相关内容
- AWS 官方已更新 2 年前
- AWS 官方已更新 1 年前
- AWS 官方已更新 1 年前
- AWS 官方已更新 2 年前