./priv/layers/admin-api.json in stacco-0.1.36 vs ./priv/layers/admin-api.json in stacco-0.1.37
- old
+ new
@@ -189,22 +189,9 @@
"KeyName": {"Ref": "IAMKeypairNameVar"},
"SecurityGroups": [{"Ref": "BackendSecurityGroup"}],
"IamInstanceProfile" : {"Ref": "BackendProfile"},
- "BlockDeviceMappings": [
- {"DeviceName": "/dev/xvdc", "Ebs": {
- "SnapshotId": {"Ref": "DockerLibrarySnapshotVar"},
- "VolumeSize": "50",
- "VolumeType" : "gp2"
- }},
-
- {"DeviceName": "/dev/xvdd", "Ebs": {
- "VolumeSize": "300",
- "VolumeType" : "gp2"
- }}
- ],
-
"UserData": {"Fn::Base64": {"Fn::Join": ["", [
"#!/bin/bash\n",
"export AWS_REGION='", {"Ref": "AWS::Region"}, "'\n",
"export AWS_STACK_NAME='", {"Ref": "AWS::StackName"}, "'\n",
"export AWS_INSTANCE_LOGICAL_NAME='BackendLaunchConfiguration'\n",