diff --git a/diagrams/aws/management.py b/diagrams/aws/management.py index b04dac8a..932a4be7 100644 --- a/diagrams/aws/management.py +++ b/diagrams/aws/management.py @@ -8,6 +8,14 @@ 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 AutoScaling(_Management): _icon = "auto-scaling.png" @@ -144,6 +152,10 @@ class ServiceCatalog(_Management): _icon = "service-catalog.png" +class SystemsManagerAppConfig(_Management): + _icon = "systems-manager-app-config.png" + + class SystemsManagerAutomation(_Management): _icon = "systems-manager-automation.png" diff --git a/docs/nodes/aws.md b/docs/nodes/aws.md index 599fa17b..53c0dab5 100644 --- a/docs/nodes/aws.md +++ b/docs/nodes/aws.md @@ -800,6 +800,12 @@ Node classes list of the aws provider. ## aws.management +AmazonManagedGrafana +**diagrams.aws.management.AmazonManagedGrafana** + +AmazonManagedPrometheus +**diagrams.aws.management.AmazonManagedPrometheus** + AutoScaling **diagrams.aws.management.AutoScaling** @@ -902,6 +908,9 @@ Node classes list of the aws provider. ServiceCatalog **diagrams.aws.management.ServiceCatalog** +SystemsManagerAppConfig +**diagrams.aws.management.SystemsManagerAppConfig** + SystemsManagerAutomation **diagrams.aws.management.SystemsManagerAutomation** diff --git a/resources/aws/management/amazon-managed-grafana.png b/resources/aws/management/amazon-managed-grafana.png new file mode 100644 index 00000000..ba44d709 Binary files /dev/null and b/resources/aws/management/amazon-managed-grafana.png differ diff --git a/resources/aws/management/amazon-managed-prometheus.png b/resources/aws/management/amazon-managed-prometheus.png new file mode 100644 index 00000000..0cca0377 Binary files /dev/null and b/resources/aws/management/amazon-managed-prometheus.png differ diff --git a/resources/aws/management/systems-manager-app-config.png b/resources/aws/management/systems-manager-app-config.png new file mode 100644 index 00000000..a6087e58 Binary files /dev/null and b/resources/aws/management/systems-manager-app-config.png differ diff --git a/website/static/img/resources/aws/management/amazon-managed-grafana.png b/website/static/img/resources/aws/management/amazon-managed-grafana.png new file mode 100644 index 00000000..ba44d709 Binary files /dev/null and b/website/static/img/resources/aws/management/amazon-managed-grafana.png differ diff --git a/website/static/img/resources/aws/management/amazon-managed-prometheus.png b/website/static/img/resources/aws/management/amazon-managed-prometheus.png new file mode 100644 index 00000000..0cca0377 Binary files /dev/null and b/website/static/img/resources/aws/management/amazon-managed-prometheus.png differ diff --git a/website/static/img/resources/aws/management/systems-manager-app-config.png b/website/static/img/resources/aws/management/systems-manager-app-config.png new file mode 100644 index 00000000..a6087e58 Binary files /dev/null and b/website/static/img/resources/aws/management/systems-manager-app-config.png differ