Skip to content

Commit f0c0d41

Browse files
committed
Creates parameter maps for each cfn template
1 parent 599e9c9 commit f0c0d41

4 files changed

+460
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
[
2+
{
3+
"ParameterKey": "AmiId",
4+
"ParameterValue": "__AMIID__"
5+
},
6+
{
7+
"ParameterKey": "AmiDistro",
8+
"ParameterValue": "__AMIDISTRO__"
9+
},
10+
{
11+
"ParameterKey": "AppScriptParams",
12+
"ParameterValue": "__APPSCRIPTPARAMS__"
13+
},
14+
{
15+
"ParameterKey": "AppScriptShell",
16+
"ParameterValue": "__APPSCRIPTSHELL__"
17+
},
18+
{
19+
"ParameterKey": "AppScriptUrl",
20+
"ParameterValue": "__APPSCRIPTURL__"
21+
},
22+
{
23+
"ParameterKey": "AppVolumeDevice",
24+
"ParameterValue": "__APPVOLUMEDEVICE__"
25+
},
26+
{
27+
"ParameterKey": "AppVolumeMountPath",
28+
"ParameterValue": "__APPVOLUMEMOUNTPATH__"
29+
},
30+
{
31+
"ParameterKey": "AppVolumeType",
32+
"ParameterValue": "__APPVOLUMETYPE__"
33+
},
34+
{
35+
"ParameterKey": "AppVolumeSize",
36+
"ParameterValue": "__APPVOLUMESIZE__"
37+
},
38+
{
39+
"ParameterKey": "KeyPairName",
40+
"ParameterValue": "__KEYPAIRNAME__"
41+
},
42+
{
43+
"ParameterKey": "InstanceRole",
44+
"ParameterValue": "__INSTANCEROLE__"
45+
},
46+
{
47+
"ParameterKey": "InstanceType",
48+
"ParameterValue": "__INSTANCETYPE__"
49+
},
50+
{
51+
"ParameterKey": "MinCapacity",
52+
"ParameterValue": "__MINCAPACITY__"
53+
},
54+
{
55+
"ParameterKey": "MaxCapacity",
56+
"ParameterValue": "__MAXCAPACITY__"
57+
},
58+
{
59+
"ParameterKey": "DesiredCapacity",
60+
"ParameterValue": "__DESIREDCAPACITY__"
61+
},
62+
{
63+
"ParameterKey": "NoPublicIp",
64+
"ParameterValue": "__NOPUBLICIP__"
65+
},
66+
{
67+
"ParameterKey": "NoReboot",
68+
"ParameterValue": "__NOREBOOT__"
69+
},
70+
{
71+
"ParameterKey": "NoUpdates",
72+
"ParameterValue": "__NOUPDATES__"
73+
},
74+
{
75+
"ParameterKey": "SecurityGroupIds",
76+
"ParameterValue": "__SECURITYGROUPIDS__"
77+
},
78+
{
79+
"ParameterKey": "SubnetIds",
80+
"ParameterValue": "__SUBNETIDS__"
81+
},
82+
{
83+
"ParameterKey": "PypiIndexUrl",
84+
"ParameterValue": "__PYPIINDEXURL__"
85+
},
86+
{
87+
"ParameterKey": "WatchmakerConfig",
88+
"ParameterValue": "__WATCHMAKERCONFIG__"
89+
},
90+
{
91+
"ParameterKey": "WatchmakerEnvironment",
92+
"ParameterValue": "__WATCHMAKERENVIRONMENT__"
93+
},
94+
{
95+
"ParameterKey": "WatchmakerOuPath",
96+
"ParameterValue": "__WATCHMAKEROUPATH__"
97+
},
98+
{
99+
"ParameterKey": "WatchmakerAdminGroups",
100+
"ParameterValue": "__WATCHMAKERADMINGROUPS__"
101+
},
102+
{
103+
"ParameterKey": "CfnEndpointUrl",
104+
"ParameterValue": "__CFNENDPOINTURL__"
105+
},
106+
{
107+
"ParameterKey": "CfnGetPipUrl",
108+
"ParameterValue": "__CFNGETPIPURL__"
109+
},
110+
{
111+
"ParameterKey": "CfnBootstrapUtilsUrl",
112+
"ParameterValue": "__CFNBOOTSTRAPUTILSURL__"
113+
},
114+
{
115+
"ParameterKey": "ToggleCfnInitUpdate",
116+
"ParameterValue": "__TOGGLECFNINITUPDATE__"
117+
},
118+
{
119+
"ParameterKey": "ToggleNewInstances",
120+
"ParameterValue": "__TOGGLENEWINSTANCES__"
121+
}
122+
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
[
2+
{
3+
"ParameterKey": "AmiId",
4+
"ParameterValue": "__AMIID__"
5+
},
6+
{
7+
"ParameterKey": "AmiDistro",
8+
"ParameterValue": "__AMIDISTRO__"
9+
},
10+
{
11+
"ParameterKey": "AppScriptParams",
12+
"ParameterValue": "__APPSCRIPTPARAMS__"
13+
},
14+
{
15+
"ParameterKey": "AppScriptShell",
16+
"ParameterValue": "__APPSCRIPTSHELL__"
17+
},
18+
{
19+
"ParameterKey": "AppScriptUrl",
20+
"ParameterValue": "__APPSCRIPTURL__"
21+
},
22+
{
23+
"ParameterKey": "AppVolumeDevice",
24+
"ParameterValue": "__APPVOLUMEDEVICE__"
25+
},
26+
{
27+
"ParameterKey": "AppVolumeMountPath",
28+
"ParameterValue": "__APPVOLUMEMOUNTPATH__"
29+
},
30+
{
31+
"ParameterKey": "AppVolumeType",
32+
"ParameterValue": "__APPVOLUMETYPE__"
33+
},
34+
{
35+
"ParameterKey": "AppVolumeSize",
36+
"ParameterValue": "__APPVOLUMESIZE__"
37+
},
38+
{
39+
"ParameterKey": "KeyPairName",
40+
"ParameterValue": "__KEYPAIRNAME__"
41+
},
42+
{
43+
"ParameterKey": "InstanceRole",
44+
"ParameterValue": "__INSTANCEROLE__"
45+
},
46+
{
47+
"ParameterKey": "InstanceType",
48+
"ParameterValue": "__INSTANCETYPE__"
49+
},
50+
{
51+
"ParameterKey": "NoPublicIp",
52+
"ParameterValue": "__NOPUBLICIP__"
53+
},
54+
{
55+
"ParameterKey": "NoReboot",
56+
"ParameterValue": "__NOREBOOT__"
57+
},
58+
{
59+
"ParameterKey": "NoUpdates",
60+
"ParameterValue": "__NOUPDATES__"
61+
},
62+
{
63+
"ParameterKey": "PrivateIp",
64+
"ParameterValue": "__PRIVATEIP__"
65+
},
66+
{
67+
"ParameterKey": "SecurityGroupIds",
68+
"ParameterValue": "__SECURITYGROUPIDS__"
69+
},
70+
{
71+
"ParameterKey": "SubnetId",
72+
"ParameterValue": "__SUBNETID__"
73+
},
74+
{
75+
"ParameterKey": "PypiIndexUrl",
76+
"ParameterValue": "__PYPIINDEXURL__"
77+
},
78+
{
79+
"ParameterKey": "WatchmakerAdminGroups",
80+
"ParameterValue": "__WATCHMAKERADMINGROUPS__"
81+
},
82+
{
83+
"ParameterKey": "WatchmakerComputerName",
84+
"ParameterValue": "__COMPUTERNAME__"
85+
},
86+
{
87+
"ParameterKey": "WatchmakerConfig",
88+
"ParameterValue": "__WATCHMAKERCONFIG__"
89+
},
90+
{
91+
"ParameterKey": "WatchmakerEnvironment",
92+
"ParameterValue": "__WATCHMAKERENVIRONMENT__"
93+
},
94+
{
95+
"ParameterKey": "WatchmakerOuPath",
96+
"ParameterValue": "__WATCHMAKEROUPATH__"
97+
},
98+
{
99+
"ParameterKey": "CfnBootstrapUtilsUrl",
100+
"ParameterValue": "__CFNBOOTSTRAPUTILSURL__"
101+
},
102+
{
103+
"ParameterKey": "CfnEndpointUrl",
104+
"ParameterValue": "__CFNENDPOINTURL__"
105+
},
106+
{
107+
"ParameterKey": "CfnGetPipUrl",
108+
"ParameterValue": "__CFNGETPIPURL__"
109+
},
110+
{
111+
"ParameterKey": "ToggleCfnInitUpdate",
112+
"ParameterValue": "__TOGGLECFNINITUPDATE__"
113+
}
114+
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
[
2+
{
3+
"ParameterKey": "AmiId",
4+
"ParameterValue": "__AMIID__"
5+
},
6+
{
7+
"ParameterKey": "AppScriptParams",
8+
"ParameterValue": "__APPSCRIPTPARAMS__"
9+
},
10+
{
11+
"ParameterKey": "AppScriptShell",
12+
"ParameterValue": "__APPSCRIPTSHELL__"
13+
},
14+
{
15+
"ParameterKey": "AppScriptUrl",
16+
"ParameterValue": "__APPSCRIPTURL__"
17+
},
18+
{
19+
"ParameterKey": "AppVolumeDevice",
20+
"ParameterValue": "__APPVOLUMEDEVICE__"
21+
},
22+
{
23+
"ParameterKey": "AppVolumeType",
24+
"ParameterValue": "__APPVOLUMETYPE__"
25+
},
26+
{
27+
"ParameterKey": "AppVolumeSize",
28+
"ParameterValue": "__APPVOLUMESIZE__"
29+
},
30+
{
31+
"ParameterKey": "KeyPairName",
32+
"ParameterValue": "__KEYPAIRNAME__"
33+
},
34+
{
35+
"ParameterKey": "InstanceRole",
36+
"ParameterValue": "__INSTANCEROLE__"
37+
},
38+
{
39+
"ParameterKey": "InstanceType",
40+
"ParameterValue": "__INSTANCETYPE__"
41+
},
42+
{
43+
"ParameterKey": "MinCapacity",
44+
"ParameterValue": "__MINCAPACITY__"
45+
},
46+
{
47+
"ParameterKey": "MaxCapacity",
48+
"ParameterValue": "__MAXCAPACITY__"
49+
},
50+
{
51+
"ParameterKey": "DesiredCapacity",
52+
"ParameterValue": "__DESIREDCAPACITY__"
53+
},
54+
{
55+
"ParameterKey": "NoPublicIp",
56+
"ParameterValue": "__NOPUBLICIP__"
57+
},
58+
{
59+
"ParameterKey": "NoReboot",
60+
"ParameterValue": "__NOREBOOT__"
61+
},
62+
{
63+
"ParameterKey": "SecurityGroupIds",
64+
"ParameterValue": "__SECURITYGROUPIDS__"
65+
},
66+
{
67+
"ParameterKey": "SubnetIds",
68+
"ParameterValue": "__SUBNETIDS__"
69+
},
70+
{
71+
"ParameterKey": "PypiIndexUrl",
72+
"ParameterValue": "__PYPIINDEXURL__"
73+
},
74+
{
75+
"ParameterKey": "PythonInstaller",
76+
"ParameterValue": "__PYTHONINSTALLER__"
77+
},
78+
{
79+
"ParameterKey": "WatchmakerAdminGroups",
80+
"ParameterValue": "__WATCHMAKERADMINGROUPS__"
81+
},
82+
{
83+
"ParameterKey": "WatchmakerBootstrapper",
84+
"ParameterValue": "__WATCHMAKERBOOTSTRAPPER__"
85+
},
86+
{
87+
"ParameterKey": "WatchmakerConfig",
88+
"ParameterValue": "__WATCHMAKERCONFIG__"
89+
},
90+
{
91+
"ParameterKey": "WatchmakerEnvironment",
92+
"ParameterValue": "__WATCHMAKERENVIRONMENT__"
93+
},
94+
{
95+
"ParameterKey": "WatchmakerOuPath",
96+
"ParameterValue": "__WATCHMAKEROUPATH__"
97+
},
98+
{
99+
"ParameterKey": "CfnEndpointUrl",
100+
"ParameterValue": "__CFNENDPOINTURL__"
101+
},
102+
{
103+
"ParameterKey": "ToggleCfnInitUpdate",
104+
"ParameterValue": "__TOGGLECFNINITUPDATE__"
105+
},
106+
{
107+
"ParameterKey": "ToggleNewInstances",
108+
"ParameterValue": "__TOGGLENEWINSTANCES__"
109+
}
110+
]

0 commit comments

Comments
 (0)