parent
bde781c98b
commit
04cc471585
2 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ class EC2Executor(BuilderExecutor):
|
|||
ec2_conn = self._get_conn()
|
||||
|
||||
ssd_root_ebs = boto.ec2.blockdevicemapping.BlockDeviceType(
|
||||
size=32,
|
||||
size=48,
|
||||
volume_type='gp2',
|
||||
delete_on_termination=True,
|
||||
)
|
||||
|
|
Reference in a new issue