diff --git a/diagrams/aws/devtools.py b/diagrams/aws/devtools.py
index d6458e5a..968d53c9 100644
--- a/diagrams/aws/devtools.py
+++ b/diagrams/aws/devtools.py
@@ -20,6 +20,10 @@ class Cloud9(_Devtools):
_icon = "cloud9.png"
+class Cloudshell(_Devtools):
+ _icon = "cloudshell.png"
+
+
class Codeartifact(_Devtools):
_icon = "codeartifact.png"
diff --git a/docs/nodes/aws.md b/docs/nodes/aws.md
index 4c1ec943..05ca5b5e 100644
--- a/docs/nodes/aws.md
+++ b/docs/nodes/aws.md
@@ -398,6 +398,9 @@ Node classes list of the aws provider.
**diagrams.aws.devtools.Cloud9**
+
+**diagrams.aws.devtools.Cloudshell**
+
**diagrams.aws.devtools.Codeartifact**
diff --git a/resources/aws/devtools/cloudshell.png b/resources/aws/devtools/cloudshell.png
new file mode 100644
index 00000000..fe36338d
Binary files /dev/null and b/resources/aws/devtools/cloudshell.png differ
diff --git a/website/static/img/resources/aws/devtools/cloudshell.png b/website/static/img/resources/aws/devtools/cloudshell.png
new file mode 100644
index 00000000..fe36338d
Binary files /dev/null and b/website/static/img/resources/aws/devtools/cloudshell.png differ