Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Error: error modifying EC2 Volume "vol-04e2b1a2d03860650": InvalidParameterValue: New size cannot be smaller than existing size

#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)
 
PREVIOUS NEXT
Tagged: #error #modifying #Volume #New #size #smaller #existing #size
ADD COMMENT
Topic
Name
7+8 =