-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add AWS resources #381
Add AWS resources #381
Conversation
4078deb
to
8db916c
Compare
docs/nodes/aws.md
Outdated
- **diagrams.aws.network.ElbApplicationLoadBalancer** | ||
- **diagrams.aws.network.ElbClassicLoadBalancer** | ||
- **diagrams.aws.network.ElbNetworkLoadBalancer** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps removing the "Elb" prefix might be more user-friendly. 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about alias these nodes?
This adds a lot of value.. @mingrammer - Thoughts? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks awesome! I have some suggestions.
It would be good to add aliases for some nodes.
AMI
for EC2Ami
ALB
for ElbApplicationLoadBalancer
ELB
for ElbClassLoadBalancer
NLB
for ElbNetworkLoadBalancer
@semnil @wolfspyre Sorry for the late review :( I left a review comment. |
0216e51
to
d054783
Compare
@mingrammer Thank you for your review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you.
I'm using the results of this wonderful project a lot. Thank you. 😄
Add AWS resources (from the AWS architecture icons).
I may have added too many at once. 😅
If the file names aren't right, I'll fix it!
Closes #272