-
Notifications
You must be signed in to change notification settings - Fork 25
/
stack_parameters_marketplace.json.example
54 lines (54 loc) · 1.36 KB
/
stack_parameters_marketplace.json.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[
{
"ParameterKey": "VPC",
"ParameterValue": "vpc-41d45124"
},
{
"ParameterKey": "ServerSubnets",
"ParameterValue": "subnet-7424b611,subnet-7fd06308,subnet-4dc71114"
},
{
"ParameterKey": "InboundClientCidr",
"ParameterValue": "0.0.0.0/0"
},
{
"ParameterKey": "InboundAdminCidr",
"ParameterValue": "0.0.0.0/0"
},
{
"ParameterKey": "KeyName",
"ParameterValue": "id_rsa"
},
{
"ParameterKey": "ContactEmail",
"ParameterValue": "[email protected]"
},
{
"ParameterKey": "ContactDept",
"ParameterValue": "Cool Automation Team"
},
{
"ParameterKey": "ChefAutomateAdminPassword",
"ParameterValue": "SuperSecurePassword"
},
{
"ParameterKey": "ChefSSLCertificateARN",
"ParameterValue": "arn:aws:acm:us-west-2:446539779517:certificate/60f573b3-f8ed-48d9-a6d1-e89f79da2e8f"
},
{
"ParameterKey": "AutomateSSLCertificateARN",
"ParameterValue": "arn:aws:acm:us-west-2:446539779517:certificate/60f573b3-f8ed-48d9-a6d1-e89f79da2e8f"
},
{
"ParameterKey": "SupermarketSSLCertificateARN",
"ParameterValue": "arn:aws:acm:us-west-2:446539779517:certificate/60f573b3-f8ed-48d9-a6d1-e89f79da2e8f"
},
{
"ParameterKey": "ChefDBPassword",
"ParameterValue": "SuperSecurePassword"
},
{
"ParameterKey": "Route53HostedZone",
"ParameterValue": "chef.mycompany.com"
}
]