Created: 2024-01-15 | Updated: 2024-05-17

Elastic Container Registry

New (v0.3.22)

Table of contents

  1. Node Type: ecr
  2. Rendering:
  3. Code Snippet:
  4. drawio ecr vertex:
  5. Advanced for Geeks:
    1. Style:
    2. Vertex size:
    3. Full XML dump:
    4. drawio file:

Node Type: ecr

Rendering:

lambda

Code Snippet:

# given
mcd = MultiCloudDiagrams()

# when
ecr_arn = 'arn:i-1234567890abcdef0'
ecr_name = 'Registry for images'
metadata = {
    "images": 23,
    "ImageId": "ami-0abcdef1234567890",
    "multiarch": 13,
}
mcd.add_vertex(node_id=ecr_arn, node_name=ecr_name, node_type='ecr', metadata=metadata)

drawio ecr vertex:

<mxCell id="vertex:ecr:arn:i-1234567890abcdef0" parent="1" vertex="1">
    <mxGeometry width="69" height="72" as="geometry"/>
</mxCell>

Advanced for Geeks:

Style:

style="outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=left;html=1;shape=mxgraph.aws3.ecr;fillColor=#F58534;gradientColor=none;"
attributevalue
alignleft
dashed0
fillColor#F58534
gradientColornone
html1
outlineConnect0
shapemxgraph.aws3.ecr
verticalAligntop
verticalLabelPositionbottom

Vertex size:

attributevalue
width69
height72

Full XML dump:

<mxfile host="multicloud-diagrams" agent="PIP package multicloud-diagrams. Generate resources in draw.io compatible format for Cloud infrastructure. Copyrights @ Roman Tsypuk 2023. MIT license." type="MultiCloud">
    <diagram id="diagram_1" name="AWS components">
        <mxGraphModel dx="1015" dy="661" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="1">
            <root>
                <mxCell id="0"/>
                <mxCell id="1" parent="0"/>
                <mxCell id="vertex:ecr:arn:i-1234567890abcdef0" value="&lt;b&gt;Name&lt;/b&gt;: Registry for images&lt;BR&gt;&lt;b&gt;ARN&lt;/b&gt;: arn:i-1234567890abcdef0&lt;BR&gt;-----------&lt;BR&gt;&lt;b&gt;images&lt;/b&gt;: 23&lt;BR&gt;&lt;b&gt;ImageId&lt;/b&gt;: ami-0abcdef1234567890&lt;BR&gt;&lt;b&gt;multiarch&lt;/b&gt;: 13" style="outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=left;html=1;shape=mxgraph.aws3.ecr;fillColor=#F58534;gradientColor=none;" parent="1" vertex="1">
                    <mxGeometry width="69" height="72" as="geometry"/>
                </mxCell>
            </root>
        </mxGraphModel>
    </diagram>
</mxfile>

drawio file:

Download generated ecr.drawio:

Download