diff --git a/diagrams/aws/management.py b/diagrams/aws/management.py
index 932a4be7..82ab7b9b 100644
--- a/diagrams/aws/management.py
+++ b/diagrams/aws/management.py
@@ -16,6 +16,10 @@ 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"
diff --git a/docs/nodes/aws.md b/docs/nodes/aws.md
index 53c0dab5..1196ef66 100644
--- a/docs/nodes/aws.md
+++ b/docs/nodes/aws.md
@@ -806,6 +806,9 @@ Node classes list of the aws provider.
**diagrams.aws.management.AmazonManagedPrometheus**
+
+**diagrams.aws.management.AmazonManagedWorkflowsApacheAirflow**
+
**diagrams.aws.management.AutoScaling**
diff --git a/resources/aws/management/amazon-managed-workflows-apache-airflow.png b/resources/aws/management/amazon-managed-workflows-apache-airflow.png
new file mode 100644
index 00000000..1b584247
Binary files /dev/null and b/resources/aws/management/amazon-managed-workflows-apache-airflow.png differ
diff --git a/website/static/img/resources/aws/management/amazon-managed-workflows-apache-airflow.png b/website/static/img/resources/aws/management/amazon-managed-workflows-apache-airflow.png
new file mode 100644
index 00000000..1b584247
Binary files /dev/null and b/website/static/img/resources/aws/management/amazon-managed-workflows-apache-airflow.png differ