##// END OF EJS Templates
automation: increase size of Linux AMI build volume...
Gregory Szorc -
r43286:92c8bae8 default
parent child Browse files
Show More
@@ -847,7 +847,7 b' def ensure_linux_dev_ami(c: AWSConnectio'
847 'DeviceName': image.block_device_mappings[0]['DeviceName'],
847 'DeviceName': image.block_device_mappings[0]['DeviceName'],
848 'Ebs': {
848 'Ebs': {
849 'DeleteOnTermination': True,
849 'DeleteOnTermination': True,
850 'VolumeSize': 8,
850 'VolumeSize': 10,
851 'VolumeType': 'gp2',
851 'VolumeType': 'gp2',
852 },
852 },
853 },
853 },
General Comments 0
You need to be logged in to leave comments. Login now