-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathparams.yaml
45 lines (45 loc) · 1.2 KB
/
params.yaml
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
- parameterkey: AWSAccount
parametervalue: 'Type: String'
type: String
description: Name of the AWS Account
allowedvalues:
- admints-dev
- admints
default: admints-dev
allowedpattern: ""
- parameterkey: AmazonEC2FullAccessARN
parametervalue: 'Type: String'
type: String
description: The ARN of a policy granting 'full access' rights to EC2
allowedvalues: []
default: arn:aws:iam::aws:policy/AmazonEC2FullAccess
allowedpattern: ""
- parameterkey: AmazonRoute53FullAccessARN
parametervalue: 'Type: String'
type: String
description: The ARN of a policy granting 'full access' rights to Route53
allowedvalues: []
default: arn:aws:iam::aws:policy/AmazonRoute53FullAccess
allowedpattern: ""
- parameterkey: AppTierFleetSize
parametervalue: 'Type: Number'
type: Number
description: App Tier Fleet Size
allowedvalues:
- 3
default: 3
allowedpattern: ""
- parameterkey: AppTierInstanceType
parametervalue: 'Type: String'
type: String
description: 'App tier instance type. NOTE: use t2.medium for stack testing only.'
allowedvalues:
- t2.medium
- t2.large
- m4.large
- m4.xlarge
- m4.2xlarge
- m4.4xlarge
- m4.8xlarge
default: m4.large
allowedpattern: ""