Skip to content
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

Update new services for AWS #1026

Merged
merged 5 commits into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions diagrams/aws/analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ class ManagedStreamingForKafka(_Analytics):
_icon = "managed-streaming-for-kafka.png"


class Opensearch(_Analytics):
_icon = "opensearch.png"


tvqphuoc01 marked this conversation as resolved.
Show resolved Hide resolved
class Quicksight(_Analytics):
_icon = "quicksight.png"

Expand Down
4 changes: 4 additions & 0 deletions diagrams/aws/devtools.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ class Cloud9(_Devtools):
_icon = "cloud9.png"


class Codeartifact(_Devtools):
_icon = "codeartifact.png"


tvqphuoc01 marked this conversation as resolved.
Show resolved Hide resolved
class Codebuild(_Devtools):
_icon = "codebuild.png"

Expand Down
24 changes: 24 additions & 0 deletions diagrams/aws/management.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ class _Management(_AWS):
_icon_dir = "resources/aws/management"


class AmazonManagedGrafana(_Management):
_icon = "amazon-managed-grafana.png"


class AmazonManagedPrometheus(_Management):
_icon = "amazon-managed-prometheus.png"


class AmazonManagedWorkflowsApacheAirflow(_Management):
_icon = "amazon-managed-workflows-apache-airflow.png"


class AutoScaling(_Management):
_icon = "auto-scaling.png"

Expand Down Expand Up @@ -72,6 +84,10 @@ class ControlTower(_Management):
_icon = "control-tower.png"


class DevopsGuru(_Management):
_icon = "devops-guru.png"

tvqphuoc01 marked this conversation as resolved.
Show resolved Hide resolved

class LicenseManager(_Management):
_icon = "license-manager.png"

Expand Down Expand Up @@ -140,10 +156,18 @@ class PersonalHealthDashboard(_Management):
_icon = "personal-health-dashboard.png"


class Proton(_Management):
_icon = "proton.png"


class ServiceCatalog(_Management):
_icon = "service-catalog.png"


class SystemsManagerAppConfig(_Management):
_icon = "systems-manager-app-config.png"


class SystemsManagerAutomation(_Management):
_icon = "systems-manager-automation.png"

Expand Down
4 changes: 4 additions & 0 deletions diagrams/aws/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ class NATGateway(_Network):
_icon = "nat-gateway.png"


class NetworkFirewall(_Network):
_icon = "network-firewall.png"


class NetworkingAndContentDelivery(_Network):
_icon = "networking-and-content-delivery.png"

Expand Down
1 change: 1 addition & 0 deletions diagrams/c4/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
A set of nodes and edges to visualize software architecture using the C4 model.
"""

import html
import textwrap
from diagrams import Cluster, Node, Edge
Expand Down
27 changes: 27 additions & 0 deletions docs/nodes/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ Node classes list of the aws provider.
<img width="30" src="/img/resources/aws/analytics/managed-streaming-for-kafka.png" alt="ManagedStreamingForKafka" style="float: left; padding-right: 5px;" >
**diagrams.aws.analytics.ManagedStreamingForKafka**

<img width="30" src="/img/resources/aws/analytics/opensearch.png" alt="Opensearch" style="float: left; padding-right: 5px;" >
**diagrams.aws.analytics.Opensearch**

<img width="30" src="/img/resources/aws/analytics/quicksight.png" alt="Quicksight" style="float: left; padding-right: 5px;" >
**diagrams.aws.analytics.Quicksight**

Expand Down Expand Up @@ -389,6 +392,9 @@ Node classes list of the aws provider.
<img width="30" src="/img/resources/aws/devtools/cloud9.png" alt="Cloud9" style="float: left; padding-right: 5px;" >
**diagrams.aws.devtools.Cloud9**

<img width="30" src="/img/resources/aws/devtools/codeartifact.png" alt="Codeartifact" style="float: left; padding-right: 5px;" >
**diagrams.aws.devtools.Codeartifact**

<img width="30" src="/img/resources/aws/devtools/codebuild.png" alt="Codebuild" style="float: left; padding-right: 5px;" >
**diagrams.aws.devtools.Codebuild**

Expand Down Expand Up @@ -800,6 +806,15 @@ Node classes list of the aws provider.
## aws.management


<img width="30" src="/img/resources/aws/management/amazon-managed-grafana.png" alt="AmazonManagedGrafana" style="float: left; padding-right: 5px;" >
**diagrams.aws.management.AmazonManagedGrafana**

<img width="30" src="/img/resources/aws/management/amazon-managed-prometheus.png" alt="AmazonManagedPrometheus" style="float: left; padding-right: 5px;" >
**diagrams.aws.management.AmazonManagedPrometheus**

<img width="30" src="/img/resources/aws/management/amazon-managed-workflows-apache-airflow.png" alt="AmazonManagedWorkflowsApacheAirflow" style="float: left; padding-right: 5px;" >
**diagrams.aws.management.AmazonManagedWorkflowsApacheAirflow**

<img width="30" src="/img/resources/aws/management/auto-scaling.png" alt="AutoScaling" style="float: left; padding-right: 5px;" >
**diagrams.aws.management.AutoScaling**

Expand Down Expand Up @@ -848,6 +863,9 @@ Node classes list of the aws provider.
<img width="30" src="/img/resources/aws/management/control-tower.png" alt="ControlTower" style="float: left; padding-right: 5px;" >
**diagrams.aws.management.ControlTower**

<img width="30" src="/img/resources/aws/management/devops-guru.png" alt="DevopsGuru" style="float: left; padding-right: 5px;" >
**diagrams.aws.management.DevopsGuru**

<img width="30" src="/img/resources/aws/management/license-manager.png" alt="LicenseManager" style="float: left; padding-right: 5px;" >
**diagrams.aws.management.LicenseManager**

Expand Down Expand Up @@ -899,9 +917,15 @@ Node classes list of the aws provider.
<img width="30" src="/img/resources/aws/management/personal-health-dashboard.png" alt="PersonalHealthDashboard" style="float: left; padding-right: 5px;" >
**diagrams.aws.management.PersonalHealthDashboard**

<img width="30" src="/img/resources/aws/management/proton.png" alt="Proton" style="float: left; padding-right: 5px;" >
**diagrams.aws.management.Proton**

<img width="30" src="/img/resources/aws/management/service-catalog.png" alt="ServiceCatalog" style="float: left; padding-right: 5px;" >
**diagrams.aws.management.ServiceCatalog**

<img width="30" src="/img/resources/aws/management/systems-manager-app-config.png" alt="SystemsManagerAppConfig" style="float: left; padding-right: 5px;" >
**diagrams.aws.management.SystemsManagerAppConfig**

<img width="30" src="/img/resources/aws/management/systems-manager-automation.png" alt="SystemsManagerAutomation" style="float: left; padding-right: 5px;" >
**diagrams.aws.management.SystemsManagerAutomation**

Expand Down Expand Up @@ -1205,6 +1229,9 @@ Node classes list of the aws provider.
<img width="30" src="/img/resources/aws/network/nat-gateway.png" alt="NATGateway" style="float: left; padding-right: 5px;" >
**diagrams.aws.network.NATGateway**

<img width="30" src="/img/resources/aws/network/network-firewall.png" alt="NetworkFirewall" style="float: left; padding-right: 5px;" >
**diagrams.aws.network.NetworkFirewall**

<img width="30" src="/img/resources/aws/network/networking-and-content-delivery.png" alt="NetworkingAndContentDelivery" style="float: left; padding-right: 5px;" >
**diagrams.aws.network.NetworkingAndContentDelivery**

Expand Down
Binary file added resources/aws/analytics/opensearch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/aws/devtools/codeartifact.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/aws/management/devops-guru.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/aws/management/proton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/aws/network/network-firewall.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading