Show More
@@ -970,7 +970,7 b' def temporary_linux_dev_instances(c: AWS' | |||||
970 | 'DeviceName': image.block_device_mappings[0]['DeviceName'], |
|
970 | 'DeviceName': image.block_device_mappings[0]['DeviceName'], | |
971 | 'Ebs': { |
|
971 | 'Ebs': { | |
972 | 'DeleteOnTermination': True, |
|
972 | 'DeleteOnTermination': True, | |
973 |
'VolumeSize': |
|
973 | 'VolumeSize': 12, | |
974 | 'VolumeType': 'gp2', |
|
974 | 'VolumeType': 'gp2', | |
975 | }, |
|
975 | }, | |
976 | } |
|
976 | } |
General Comments 0
You need to be logged in to leave comments.
Login now