equal
deleted
inserted
replaced
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, |