contrib/automation/hgautomation/aws.py
changeset 43016 92c8bae84e7a
parent 43013 3aa227feffbe
child 43017 6952d42f9158
equal deleted inserted replaced
43015:dffa9d3c2491 43016:92c8bae84e7a
   845         'BlockDeviceMappings': [
   845         'BlockDeviceMappings': [
   846             {
   846             {
   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             },
   854         ],
   854         ],
   855         'EbsOptimized': True,
   855         'EbsOptimized': True,