feat: use SSD with high throughput (#218)
This commit is contained in:
@@ -128,6 +128,15 @@ class AWSProvider(Provider):
|
||||
"DeviceIndex": 0,
|
||||
"Groups": security_groups
|
||||
}
|
||||
],
|
||||
"BlockDeviceMappings": [
|
||||
{
|
||||
"DeviceName": "/dev/sda1",
|
||||
"Ebs": {
|
||||
'VolumeType': 'io2',
|
||||
'Iops': 16000,
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user