2 個答案
- 最新
- 最多得票
- 最多評論
4
You can modify type, size and provisioned IOPS of an EBS volume using Elastic Volumes feature, but, as specified in the Limitations section of the public documentation, you cannot decrease the volume size.
"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."
已回答 9 個月前
2
Hello.
EBS volumes cannot be reduced in size directly.
Therefore, you will need to create a new small-sized EBS volume and migrate the data, as introduced in the blog below.
https://dev.to/mithlajkn/reduce-ebs-size-of-your-ec2-29p9
相關內容
- 已提問 2 年前
- AWS 官方已更新 2 年前
- AWS 官方已更新 1 年前
- AWS 官方已更新 5 年前