You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
FaisalPathboxAI
changed the title
Unable to Configure EBS Disk Size
[Feature Request] Configure EBS Disk Size
Oct 17, 2024
FaisalPathboxAI
changed the title
[Feature Request] Configure EBS Disk Size
[Feature Request] Add Support to Configure EBS Disk Size
Oct 17, 2024
Based on AWS SDK for Javascript, EBS disk size can be configured using
BlockDeviceMappings
parameter. I'm only interested to setup theBlockDeviceMappings.Ebs.VolumeSize
field. I was thinking if we can add an optional parameterebs-volume-size
withinteger
type which will be passed toBlockDeviceMappings.Ebs.VolumeSize
that will be really helpful.The text was updated successfully, but these errors were encountered: