Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit 2ae7f38

Browse files
Update to include and strictly use NAT Gateways as a best practice for high-availability.
Note: This update modifies the parameters of the template by removing unused ones.
1 parent 3de54f0 commit 2ae7f38

11 files changed

+17
-634
lines changed

ci/aws-vpc-3az-complete.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111
"ParameterKey": "CreatePrivateSubnets",
1212
"ParameterValue": "true"
1313
},
14-
{
15-
"ParameterKey": "KeyPairName",
16-
"ParameterValue": "$[alfred_getkeypair]"
17-
},
18-
{
19-
"ParameterKey": "NATInstanceType",
20-
"ParameterValue": "t2.small"
21-
},
2214
{
2315
"ParameterKey": "NumberOfAZs",
2416
"ParameterValue": "3"

ci/aws-vpc-3az-public.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111
"ParameterKey": "CreatePrivateSubnets",
1212
"ParameterValue": "false"
1313
},
14-
{
15-
"ParameterKey": "KeyPairName",
16-
"ParameterValue": "$[alfred_getkeypair]"
17-
},
18-
{
19-
"ParameterKey": "NATInstanceType",
20-
"ParameterValue": "t2.small"
21-
},
2214
{
2315
"ParameterKey": "NumberOfAZs",
2416
"ParameterValue": "3"

ci/aws-vpc-3az.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111
"ParameterKey": "CreatePrivateSubnets",
1212
"ParameterValue": "true"
1313
},
14-
{
15-
"ParameterKey": "KeyPairName",
16-
"ParameterValue": "$[alfred_getkeypair]"
17-
},
18-
{
19-
"ParameterKey": "NATInstanceType",
20-
"ParameterValue": "t2.small"
21-
},
2214
{
2315
"ParameterKey": "NumberOfAZs",
2416
"ParameterValue": "3"

ci/aws-vpc-4az-complete.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111
"ParameterKey": "CreatePrivateSubnets",
1212
"ParameterValue": "true"
1313
},
14-
{
15-
"ParameterKey": "KeyPairName",
16-
"ParameterValue": "$[alfred_getkeypair]"
17-
},
18-
{
19-
"ParameterKey": "NATInstanceType",
20-
"ParameterValue": "t2.small"
21-
},
2214
{
2315
"ParameterKey": "NumberOfAZs",
2416
"ParameterValue": "4"

ci/aws-vpc-4az-public.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111
"ParameterKey": "CreatePrivateSubnets",
1212
"ParameterValue": "false"
1313
},
14-
{
15-
"ParameterKey": "KeyPairName",
16-
"ParameterValue": "$[alfred_getkeypair]"
17-
},
18-
{
19-
"ParameterKey": "NATInstanceType",
20-
"ParameterValue": "t2.small"
21-
},
2214
{
2315
"ParameterKey": "NumberOfAZs",
2416
"ParameterValue": "4"

ci/aws-vpc-4az.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111
"ParameterKey": "CreatePrivateSubnets",
1212
"ParameterValue": "true"
1313
},
14-
{
15-
"ParameterKey": "KeyPairName",
16-
"ParameterValue": "$[alfred_getkeypair]"
17-
},
18-
{
19-
"ParameterKey": "NATInstanceType",
20-
"ParameterValue": "t2.small"
21-
},
2214
{
2315
"ParameterKey": "NumberOfAZs",
2416
"ParameterValue": "4"

ci/aws-vpc-complete.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111
"ParameterKey": "CreatePrivateSubnets",
1212
"ParameterValue": "true"
1313
},
14-
{
15-
"ParameterKey": "KeyPairName",
16-
"ParameterValue": "$[alfred_getkeypair]"
17-
},
18-
{
19-
"ParameterKey": "NATInstanceType",
20-
"ParameterValue": "t2.small"
21-
},
2214
{
2315
"ParameterKey": "NumberOfAZs",
2416
"ParameterValue": "2"

ci/aws-vpc-dedicated.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111
"ParameterKey": "CreatePrivateSubnets",
1212
"ParameterValue": "false"
1313
},
14-
{
15-
"ParameterKey": "KeyPairName",
16-
"ParameterValue": "$[alfred_getkeypair]"
17-
},
18-
{
19-
"ParameterKey": "NATInstanceType",
20-
"ParameterValue": "t2.small"
21-
},
2214
{
2315
"ParameterKey": "NumberOfAZs",
2416
"ParameterValue": "2"

ci/aws-vpc-defaults.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111
"ParameterKey": "CreatePrivateSubnets",
1212
"ParameterValue": "true"
1313
},
14-
{
15-
"ParameterKey": "KeyPairName",
16-
"ParameterValue": "$[alfred_getkeypair]"
17-
},
18-
{
19-
"ParameterKey": "NATInstanceType",
20-
"ParameterValue": "t2.small"
21-
},
2214
{
2315
"ParameterKey": "NumberOfAZs",
2416
"ParameterValue": "2"

ci/aws-vpc-public.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111
"ParameterKey": "CreatePrivateSubnets",
1212
"ParameterValue": "false"
1313
},
14-
{
15-
"ParameterKey": "KeyPairName",
16-
"ParameterValue": "$[alfred_getkeypair]"
17-
},
18-
{
19-
"ParameterKey": "NATInstanceType",
20-
"ParameterValue": "t2.small"
21-
},
2214
{
2315
"ParameterKey": "NumberOfAZs",
2416
"ParameterValue": "2"

0 commit comments

Comments
 (0)