Based on AWS SDK for Javascript, EBS disk size can be configured using BlockDeviceMappings
parameter. I'm only interested to setup the BlockDeviceMappings.Ebs.VolumeSize
field. I was thinking if we can add an optional parameter ebs-volume-size
with integer
type which will be passed to BlockDeviceMappings.Ebs.VolumeSize
that will be really helpful.