Skip to content

Commit f41c50b

Browse files
authored
Update README.md
1 parent a2480dc commit f41c50b

File tree

1 file changed

+3
-23
lines changed

1 file changed

+3
-23
lines changed

vpc/examples/README.md

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@ Under construction
33
This is a set of related scripts you can use to create and configure VPCs to do anything a traditional network can do.
44

55
Follow 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

2017
Creates two VPCs: one Internet-facing with two subnets (public and private), and another private with a NAT gateway.
2118
Creates 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

0 commit comments

Comments
 (0)