📌  相关文章
📜  错误:修改 EC2 卷“vol-04e2b1a2d03860650”时出错:InvalidParameterValue:新大小不能小于现有大小 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:17.164000             🧑  作者: Mango

代码示例1
#You will face this issue while creating ec2 instance using terraform 
#Reason: Maybe you are try to reduce the size of the storge compare to previous defined
Solve:volume_size = 30 (Increase previous defined one volume_size 40)