Skip to content

Commit

Permalink
Merge pull request #23 from ugwis/main
Browse files Browse the repository at this point in the history
Add example of PrivateLink
  • Loading branch information
ugwis authored Mar 25, 2024
2 parents 1cb1b88 + 8afe194 commit ebf87ef
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions examples/README.md
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))

0 comments on commit ebf87ef

Please sign in to comment.