diff --git a/diagrams/aws/management.py b/diagrams/aws/management.py
index 730a68cdd..f67106867 100644
--- a/diagrams/aws/management.py
+++ b/diagrams/aws/management.py
@@ -64,6 +64,10 @@ class CloudwatchEventTimeBased(_Management):
_icon = "cloudwatch-event-time-based.png"
+class CloudwatchLogs(_Management):
+ _icon = "cloudwatch-logs.png"
+
+
class CloudwatchRule(_Management):
_icon = "cloudwatch-rule.png"
diff --git a/docs/nodes/aws.md b/docs/nodes/aws.md
index d842688d2..7abb578a3 100644
--- a/docs/nodes/aws.md
+++ b/docs/nodes/aws.md
@@ -851,6 +851,9 @@ Node classes list of the aws provider.
**diagrams.aws.management.CloudwatchEventTimeBased**
+
+**diagrams.aws.management.CloudwatchLogs**
+
**diagrams.aws.management.CloudwatchRule**
diff --git a/resources/aws/management/cloudwatch-logs.png b/resources/aws/management/cloudwatch-logs.png
new file mode 100644
index 000000000..7368a95d5
Binary files /dev/null and b/resources/aws/management/cloudwatch-logs.png differ
diff --git a/website/static/img/resources/aws/management/cloudwatch-logs.png b/website/static/img/resources/aws/management/cloudwatch-logs.png
new file mode 100644
index 000000000..7368a95d5
Binary files /dev/null and b/website/static/img/resources/aws/management/cloudwatch-logs.png differ