diff --git a/diagrams/aws/management.py b/diagrams/aws/management.py
index f6710686..3de22625 100644
--- a/diagrams/aws/management.py
+++ b/diagrams/aws/management.py
@@ -236,6 +236,10 @@ class TrustedAdvisor(_Management):
_icon = "trusted-advisor.png"
+class UserNotifications(_Management):
+ _icon = "user-notifications.png"
+
+
class WellArchitectedTool(_Management):
_icon = "well-architected-tool.png"
diff --git a/docs/nodes/aws.md b/docs/nodes/aws.md
index 05ca5b5e..66cb5ffa 100644
--- a/docs/nodes/aws.md
+++ b/docs/nodes/aws.md
@@ -1001,6 +1001,9 @@ Node classes list of the aws provider.
**diagrams.aws.management.TrustedAdvisor**
+
+**diagrams.aws.management.UserNotifications**
+
**diagrams.aws.management.WellArchitectedTool**
diff --git a/resources/aws/management/user-notifications.png b/resources/aws/management/user-notifications.png
new file mode 100644
index 00000000..fb4511f3
Binary files /dev/null and b/resources/aws/management/user-notifications.png differ
diff --git a/website/static/img/resources/aws/management/user-notifications.png b/website/static/img/resources/aws/management/user-notifications.png
new file mode 100644
index 00000000..fb4511f3
Binary files /dev/null and b/website/static/img/resources/aws/management/user-notifications.png differ