./priv/layers/admin-api.json in stacco-0.1.32 vs ./priv/layers/admin-api.json in stacco-0.1.33
- old
+ new
@@ -192,14 +192,16 @@
"IamInstanceProfile" : {"Ref": "BackendProfile"},
"BlockDeviceMappings": [
{"DeviceName": "/dev/xvdc", "Ebs": {
"SnapshotId": {"Ref": "DockerLibrarySnapshotVar"},
- "VolumeSize": "50"
+ "VolumeSize": "50",
+ "VolumeType" : "gp2"
}},
{"DeviceName": "/dev/xvdd", "Ebs": {
- "VolumeSize": "300"
+ "VolumeSize": "300",
+ "VolumeType" : "gp2"
}}
],
"UserData": {"Fn::Base64": {"Fn::Join": ["", [
"#!/bin/bash\n",