diff --git a/diagrams/aws/compute.py b/diagrams/aws/compute.py index 2dc85cd9..019c754d 100644 --- a/diagrams/aws/compute.py +++ b/diagrams/aws/compute.py @@ -20,6 +20,10 @@ class Batch(_Compute): _icon = "batch.png" +class Bottlerocket(_Compute): + _icon = "bottlerocket.png" + + class ComputeOptimizer(_Compute): _icon = "compute-optimizer.png" diff --git a/docs/nodes/aws.md b/docs/nodes/aws.md index 3b04ba56..e8ab2549 100644 --- a/docs/nodes/aws.md +++ b/docs/nodes/aws.md @@ -146,6 +146,9 @@ Node classes list of the aws provider. Batch **diagrams.aws.compute.Batch** +Bottlerocket +**diagrams.aws.compute.Bottlerocket** + ComputeOptimizer **diagrams.aws.compute.ComputeOptimizer** diff --git a/resources/aws/compute/bottlerocket.png b/resources/aws/compute/bottlerocket.png new file mode 100644 index 00000000..1552e5fc Binary files /dev/null and b/resources/aws/compute/bottlerocket.png differ diff --git a/website/static/img/resources/aws/compute/bottlerocket.png b/website/static/img/resources/aws/compute/bottlerocket.png new file mode 100644 index 00000000..1552e5fc Binary files /dev/null and b/website/static/img/resources/aws/compute/bottlerocket.png differ