-
Notifications
You must be signed in to change notification settings - Fork 2
/
dev-us-east-1.yml
104 lines (100 loc) · 3.04 KB
/
dev-us-east-1.yml
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# Deployment wide parameters
global:
region: us-east-1
release: development
sync_base: ../derekslab
sync_dirs: [
'./'
]
sync_exclude: [
'.swp',
'.git',
'.chef',
'/chef/',
'.pyc',
'cloudtrail'
]
lambda_dirs: [
''
]
sync_dest_bucket: derekslab-us-east-1
tags:
MyKey1: MyValue1
Project: Alt-Lab
Environment: Dev
Release : development
parameters:
MacroEnvironment: Dev
Project: DereksLab
CloudToolsBucket: derekslab-us-east-1
CloudFormationBucket: derekslab-us-east-1/development/cloudformation
BootstrapBucket: derekslab-us-east-1/development/bootstrap
ConfigBucket: derekslab-us-east-1/development/chef
SSLCertId: ""
CommonBootstrapFile: common.sh
PrivateDomain: derekslab.internal
PublicDomain: 'codingforthecloud.com'
InternalHostedZone: Z3MVMWORI6ZAGW
Network:
release: development
stack_name: Dev-Network
sync_base: ../derekslab/
sync_dirs: [
''
]
lambda_dirs: [
''
]
tags:
SomeTag: SomeValue
Project: Alt-Lab
Environment: Dev
Release : development
sync_dest_bucket: derekslab-us-east-1
template_bucket: derekslab-us-east-1
template: cloudformation/Network/Top.json
parameters:
VirtualPrivateGateway: ''
VPNCIDR: "10.0.0.0/8"
#BastionSSHFrom: "50.241.213.107/32"
#BastionSSHFrom: "98.209.19.241/32"
BastionSSHFrom: "0.0.0.0/0"
VPN:
stack_name: VPN21
region: us-east-1
# New feature full template url if path doesnt fit the below
full_template_url: https://s3.amazonaws.com/derekslab-us-east-1/development/cloudformation/VPN/Environment.json
# Template url is constructed automatically based on region and
# the following template_bucket/release/template ( full_template_url overrides )
template_bucket: derekslab-us-east-1
release: development
template: cloudformation/VPN/Environment.json
parameters:
PublicHostedZone: Z3CDVQNRBTTSPP
CommonAMI: ami-1f899a75
CommonInstanceType: m3.medium
PrivateIp: 10.0.197.196
lookup_parameters:
VPC: { Stack: Network, OutputKey: VPC }
VPCCIDR: { Stack: Network, OutputKey: VPCCIDR }
PublicSubnets: { Stack: Network, OutputKey: PublicSubnets }
PrivateSubnets: { Stack: Network, OutputKey: PrivateSubnets }
RDSSubnetGroup: { Stack: Network, OutputKey: RDSSubnetGroup }
ElastiCacheSubnetGroup: { Stack: Network, OutputKey: ElastiCacheSubnetGroup }
MyVPN:
release: development
stack_name: VPN3
template_bucket: derekslab-us-east-1
template: cloudformation/VPN/Environment.json
parameters:
PublicHostedZone: Z3CDVQNRBTTSPP
CommonAMI: ami-2edcce44
CommonInstanceType: m3.medium
PrivateIp: 10.0.197.193
lookup_parameters:
VPC: { Stack: Network, OutputKey: VPC }
VPCCIDR: { Stack: Network, OutputKey: VPCCIDR }
PublicSubnets: { Stack: Network, OutputKey: PublicSubnets }
PrivateSubnets: { Stack: Network, OutputKey: PrivateSubnets }
RDSSubnetGroup: { Stack: Network, OutputKey: RDSSubnetGroup }
ElastiCacheSubnetGroup: { Stack: Network, OutputKey: ElastiCacheSubnetGroup }