-
Notifications
You must be signed in to change notification settings - Fork 8
/
vpc-v2.config.yaml
85 lines (76 loc) · 1.2 KB
/
vpc-v2.config.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
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
max_availability_zones: 3
az_mapping: false
subnet_multiplyer: 4
vpc_cidr: 10.0.0.0/16
subnet_mask: 24
subnet_parameters: false
subnets:
public:
name: Public
type: public
enable: true
compute:
name: Compute
type: private
enable: true
persistence:
name: Persistence
type: private
enable: true
cache:
name: Cache
type: private
enable: true
acl_rules:
-
acl: public
number: 100
from: 80
ips:
- public
-
acl: public
number: 150
from: 443
ips:
- public
-
acl: public
number: 200
from: 1024
to: 65535
ips:
- public
-
acl: private
number: 100
protocol: -1
ips:
- public
-
acl: private
egress: true
number: 100
protocol: -1
ips:
- public
-
acl: public
number: 100
egress: true
protocol: -1
ips:
- public
dns_format: ${EnvironmentName}.${DnsDomain}
enable_transit_vpc: true
enable_dhcp: true
enable_internet_gateway: true
create_hosted_zone: true
manage_ns_records: false
endpoint_subnets: Compute
ip_blocks:
public:
- 0.0.0.0/0
nat_iam_policies:
eni-attach:
action: ec2:AttachNetworkInterface