-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtest.yaml
37 lines (37 loc) · 1.06 KB
/
test.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
Parameters:
AWSAccount:
AllowedValues:
- admints-dev
- admints
Default: admints-dev
Description: Name of the AWS Account
Type: String
AmazonEC2FullAccessARN:
Default: arn:aws:iam::aws:policy/AmazonEC2FullAccess
Description: The ARN of a policy granting 'full access' rights to EC2
Type: String
AmazonRoute53FullAccessARN:
Default: arn:aws:iam::aws:policy/AmazonRoute53FullAccess
Description: The ARN of a policy granting 'full access' rights to Route53
Type: String
AppTierFleetSize:
AllowedValues:
- 3
ConstraintDescription: Must be a valid value.
Default: 3
Description: App Tier Fleet Size
Type: Number
AppTierInstanceType:
AllowedValues:
- t2.medium
- t2.large
- m4.large
- m4.xlarge
- m4.2xlarge
- m4.4xlarge
- m4.8xlarge
ConstraintDescription: 'Must be a valid EC2 instance type. NOTE: use t2.medium
for stack testing only.'
Default: m4.large
Description: 'App tier instance type. NOTE: use t2.medium for stack testing only.'
Type: String