Skip to content

Commit

Permalink
Merge pull request #101 from nswalters/vpc_endpoint
Browse files Browse the repository at this point in the history
Add AWS VPC Endpoint asset
  • Loading branch information
mingrammer authored Apr 17, 2020
2 parents cff498e + bb98452 commit e51a726
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/aws/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ class ElasticLoadBalancing(_Network):
_icon = "elastic-load-balancing.png"


class Endpoint(_Network):
_icon = "endpoint.png"


class GlobalAccelerator(_Network):
_icon = "global-accelerator.png"

Expand Down
1 change: 1 addition & 0 deletions docs/nodes/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Node classes list of aws provider.
- **diagrams.aws.network.Cloudfront**, **CF** (alias)
- **diagrams.aws.network.DirectConnect**
- **diagrams.aws.network.ElasticLoadBalancing**, **ELB** (alias)
- **diagrams.aws.network.Endpoint**
- **diagrams.aws.network.GlobalAccelerator**, **GAX** (alias)
- **diagrams.aws.network.InternetGateway**
- **diagrams.aws.network.NATGateway**
Expand Down
Binary file added resources/aws/network/endpoint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e51a726

Please sign in to comment.