My builds require more than the 8gb default ebs size. Until the EBS volume size is configurable, is there a workaround?
Create your own AMI with specified size.
Having to create an AMI only to deal with this issue seems like an overkill. Can't we sort this from within the plugin?
Check Block device mapping option in Advanced, here you can define the mapping of block devices.
/dev/sdd=:120
But this can't be used with ephemeral devices enabled option.
Tomasz Krzeminski thanks, that solved my problem