-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from ugwis/main
Add example of PrivateLink
- Loading branch information
Showing
1 changed file
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,21 @@ | ||
# Private instance communicating with the internet through a NAT gateway | ||
# Examples | ||
|
||
## Private instance communicating with the internet through a NAT gateway | ||
|
||
![vpc-natgw.png](vpc-natgw.png) | ||
(generated from [vpc-natgw.yaml](vpc-natgw.yaml) | ||
(generated from [vpc-natgw.yaml](vpc-natgw.yaml)) | ||
|
||
# Load balancing web servers using ALB | ||
## Load balancing web servers using ALB | ||
|
||
![alb-ec2.png](alb-ec2.png) | ||
(generated from [alb-ec2.yaml](alb-ec2.yaml) | ||
(generated from [alb-ec2.yaml](alb-ec2.yaml)) | ||
|
||
## PrivateLink between VPCs | ||
|
||
![privatelink.png](privatelink.png) | ||
(generated from [privatelink.yaml](privatelink.yaml)) | ||
|
||
# Network firewall that inspects communication between VPCs | ||
## Network firewall that inspects communication between VPCs | ||
|
||
![tgw-nwfw.png](tgw-nwfw.png) | ||
(generated from [tgw-nwfw.yaml](tgw-nwfw.yaml) | ||
(generated from [tgw-nwfw.yaml](tgw-nwfw.yaml)) |