Created: 2024-07-29 | Updated: 2024-09-14

VPC

New (v0.3.100)

Table of contents

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

Node Type: vpc

Rendering:

lambda

Code Snippet:

# given
mcd = MultiCloudDiagrams()

# when
vpc_privatelink_service_arn = 'arn:aws:vpc:us-west-1:123456789012:service/vpc/123'
vpc_privatelink_name = 'Virtual Private Network'
metadata = {
    'vpc_name': 'private VPC',
    'cidr': '172.23.20.20/0',
    'subnets': "A,B,C"
}
mcd.add_vertex(node_id=vpc_privatelink_service_arn, node_name=vpc_privatelink_name, node_type='vpc', metadata=metadata)

drawio vpc vertex:

<mxCell id="vertex:vpc:arn:aws:vpc:us-west-1:123456789012:service/vpc/123" parent="1" vertex="1">
    <mxGeometry width="78" height="78" as="geometry"/>
</mxCell>

Advanced for Geeks:

Style:

style="sketch=0;outlineConnect=0;fontColor=#232F3E;fillColor=#8C4FFF;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=left;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.vpc;"
attributevalue
alignleft
aspectfixed
dashed0
fillColor#8C4FFF
fontColor#232F3E
fontSize12
fontStyle0
html1
outlineConnect0
resIconmxgraph.aws4.vpc
shapemxgraph.aws4.resourceIcon
sketch0
strokeColor#ffffff
verticalAligntop
verticalLabelPositionbottom

Vertex size:

attributevalue
width78
height78

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:vpc:arn:aws:vpc:us-west-1:123456789012:service/vpc/123" value="&lt;b&gt;Name&lt;/b&gt;: Virtual Private Network&lt;BR&gt;&lt;b&gt;ARN&lt;/b&gt;: arn:aws:vpc:us-west-1:123456789012:service/vpc/123&lt;BR&gt;-----------&lt;BR&gt;&lt;b&gt;vpc_name&lt;/b&gt;: private VPC&lt;BR&gt;&lt;b&gt;cidr&lt;/b&gt;: 172.23.20.20/0&lt;BR&gt;&lt;b&gt;subnets&lt;/b&gt;: A,B,C" style="sketch=0;outlineConnect=0;fontColor=#232F3E;fillColor=#8C4FFF;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=left;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.vpc;" parent="1" vertex="1">
                    <mxGeometry width="78" height="78" as="geometry"/>
                </mxCell>
            </root>
        </mxGraphModel>
    </diagram>
</mxfile>

drawio file:

Download generated vpc.drawio:

Download