Skip to content

Commit 34d463a

Browse files
committed
Changed EBS to ephemeral storage, to hopefully remove confusion
Signed-off-by: Ken Cochrane <[email protected]>
1 parent e6e924b commit 34d463a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

aws/cloudformation/docker_for_aws.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
"Default" : "20",
4545
"MinValue" : "20",
4646
"MaxValue" : "1024",
47-
"Description" : "Size of Workers's EBS volume in GiB"
47+
"Description" : "Size of Workers's ephemeral storage volume in GiB"
4848
},
4949
"WorkerDiskType" : {
5050
"Type" : "String",
5151
"Default" : "standard",
5252
"AllowedValues" : ["standard", "gp2"],
53-
"Description" : "Worker EBS volume type"
53+
"Description" : "Worker ephemeral storage volume type"
5454
},
5555
"ManagerSize" : {
5656
"Type" : "Number",
@@ -69,13 +69,13 @@
6969
"Default" : "20",
7070
"MinValue" : "20",
7171
"MaxValue" : "1024",
72-
"Description" : "Size of Manager's EBS volume in GiB"
72+
"Description" : "Size of Manager's ephemeral storage volume in GiB"
7373
},
7474
"ManagerDiskType" : {
7575
"Type" : "String",
7676
"Default" : "standard",
7777
"AllowedValues" : ["standard", "gp2"],
78-
"Description" : "Manager EBS volume type"
78+
"Description" : "Manager ephemeral storage volume type"
7979
}
8080

8181
},
@@ -106,10 +106,10 @@
106106
"ManagerInstanceType" : { "default" : "Swarm manager instance type?" },
107107
"KeyName" : { "default" : "Which SSH key to use?" },
108108
"EnableSystemPrune": {"default" : "Enable daily resource cleanup?"},
109-
"WorkerDiskSize" : { "default" : "Worker ELB size?" },
110-
"WorkerDiskType" : { "default" : "Worker EBS volume type" },
111-
"ManagerDiskSize" : { "default" : "Manager EBS size?" },
112-
"ManagerDiskType" : { "default" : "Manager EBS volume type" }
109+
"WorkerDiskSize" : { "default" : "Worker ephemeral storage volume size?" },
110+
"WorkerDiskType" : { "default" : "Worker ephemeral storage volume type" },
111+
"ManagerDiskSize" : { "default" : "Manager ephemeral storage volume size?" },
112+
"ManagerDiskType" : { "default" : "Manager ephemeral storage volume type" }
113113
}
114114
}
115115
},

0 commit comments

Comments
 (0)