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.
Based on AWS SDK for Javascript, EBS disk size can be configured using
BlockDeviceMappingsparameter. I'm only interested to setup theBlockDeviceMappings.Ebs.VolumeSizefield. I was thinking if we can add an optional parameterebs-volume-sizewithintegertype which will be passed toBlockDeviceMappings.Ebs.VolumeSizethat will be really helpful.