Skip to content

Commit

Permalink
udpate to add inspection stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 10, 2025
1 parent ef66f67 commit 2d58da6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions aws/documentation/transit-gateway/lab-dmz.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ which we will need another /16. Ideally, it would be aggregatable to the "DMZ"
1. 2.0/23 dmz-tgw-test
1. 8.0/22 dmz-tgw-endpoints
1. 12.0/22 (free)
1. 16.0/21 (free)
1. 16.0/21 dmz-tgw-inspection
1. 24.0/21 (free)
1. Shared VPCs are in us-gov-east-1 10.132.0.0/15 and us-gov-west-1 10.134.0.0/15
1. 0.0/20 dmz-services
1. 16.0/20 dmz-common
Expand Down Expand Up @@ -162,14 +163,16 @@ which we will need another /16. Ideally, it would be aggregatable to the "DMZ"

## TGW Route Tables

Just as in the AWS internal configuration, we will have a TGW route table for each environment, and another one for the the VPN per environment:
Just as in the AWS internal configuration, we will have a TGW route table for each environment, and another one for the the VPN per environment. We will also have
a TGW route table for the inspection VPC and another one for cross-boundary (internal to dmz) routes.

1. dmz-tgw-common
1. dmz-tgw-test
1. dmz-tgw-inspection
1. vpn-dmz-tgw-common
1. vpn-dmz-tgw-test

VPN connectivity will be established to each of these.
VPN connectivity will be established to each of the vpn route tables.

We will allocate new [tunnel collection numbers](tunnel-numbers.md#values-tunnel-collection) and new [environments](tunnel-numbers.md#values-environment) for the DMZ.
These will be used for the new tunnel numbers.
Expand Down Expand Up @@ -199,3 +202,6 @@ testing of this setup may involve using TGW peering among all 4 TGWs and specifi

* 1.0.0 -- 2025-01-30
- copy from dmz.md

* 1.0.1 -- 2025-02-10
- update to add inspection stuff

0 comments on commit 2d58da6

Please sign in to comment.