diff --git a/diagrams/aws/ml.py b/diagrams/aws/ml.py
index beb454bd..95dd716b 100644
--- a/diagrams/aws/ml.py
+++ b/diagrams/aws/ml.py
@@ -16,6 +16,10 @@ class AugmentedAi(_ML):
_icon = "augmented-ai.png"
+class Bedrock(_ML):
+ _icon = "bedrock.png"
+
+
class Comprehend(_ML):
_icon = "comprehend.png"
diff --git a/docs/nodes/aws.md b/docs/nodes/aws.md
index 7abb578a..95a29e6f 100644
--- a/docs/nodes/aws.md
+++ b/docs/nodes/aws.md
@@ -1073,6 +1073,9 @@ Node classes list of the aws provider.
**diagrams.aws.ml.AugmentedAi**
+
+**diagrams.aws.ml.Bedrock**
+
**diagrams.aws.ml.Comprehend**
diff --git a/resources/aws/ml/bedrock.png b/resources/aws/ml/bedrock.png
new file mode 100644
index 00000000..0f184124
Binary files /dev/null and b/resources/aws/ml/bedrock.png differ
diff --git a/website/static/img/resources/aws/ml/bedrock.png b/website/static/img/resources/aws/ml/bedrock.png
new file mode 100644
index 00000000..0f184124
Binary files /dev/null and b/website/static/img/resources/aws/ml/bedrock.png differ