File tree Expand file tree Collapse file tree 1 file changed +3
-23
lines changed Expand file tree Collapse file tree 1 file changed +3
-23
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,9 @@ Under construction
33This is a set of related scripts you can use to create and configure VPCs to do anything a traditional network can do.
44
55Follow the scripts in the following order:
6- [ lab-setup.ps1] ( lab-setup.ps1 )
7- [ vpc-creation.ps1] ( vpc-creation.ps1 )
8- [ vpc-peering.ps1] ( vpc-peering.ps1 )
9- [ vpn.ps1] ( vpn.ps1 )
10- [ cloudhub.ps1] ( cloudhub.ps1 )
11- [ ipv6.ps1] ( ipv6.ps1 )
6+ [ lab-setup.ps1] ( ../lab-setup.ps1 )
7+ [ vpc-creation.ps1] ( ../lab/m2/vpc-creation.ps1 )
8+
129
1310## [ lab-setup.ps1] ( lab-setup.ps1 )
1411
@@ -19,20 +16,3 @@ Sets AWS region to us-east-1.
1916
2017Creates two VPCs: one Internet-facing with two subnets (public and private), and another private with a NAT gateway.
2118Creates route tables, routes, security groups, and instances.
22-
23- ## [ vpc-peering.ps1] ( vpc-peering.ps1 )
24-
25- Peers the preceding two VPCs together.
26- Creates routes and security groups to control access between VPCs.
27-
28- ## [ vpn.ps1] ( vpn.ps1 )
29-
30- Creates VPN connections to non-AWS sites
31-
32- ## [ cloudhub.ps1] ( cloudhub.ps1 )
33-
34- Connects two non-AWS sites via an AWS transit VPC
35-
36- ## [ ipv6.ps1] ( ipv6.ps1 )
37-
38- Adds IPv6 addressing to the preceding architecture
You can’t perform that action at this time.
0 commit comments