Begin writing exercise 1.

This commit is contained in:
2023-12-18 21:43:16 +13:00
parent 372524a6de
commit e0765a831f
2 changed files with 107 additions and 11 deletions

View File

@ -0,0 +1,73 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><!-- Generated by graphviz version 2.40.1 (20161225.0304)
--><!-- Title: %0 Pages: 1 --><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="565pt" height="592pt" viewBox="0.00 0.00 564.91 592.00">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 588)">
<title>%0</title>
<polygon fill="#ffffff" stroke="transparent" points="-4,4 -4,-588 560.9146,-588 560.9146,4 -4,4"/>
<g id="clust1" class="cluster">
<title>cluster_vpc</title>
<polygon fill="none" stroke="#000000" points="109.1276,-8 109.1276,-576 548.9146,-576 548.9146,-8 109.1276,-8"/>
<text text-anchor="middle" x="329.0211" y="-559.4" font-family="Times,serif" font-size="14.00" fill="#000000">Amazon VPC</text>
</g>
<g id="clust2" class="cluster">
<title>cluster_public</title>
<polygon fill="none" stroke="#0000ff" stroke-dasharray="5,2" points="117.1276,-25 117.1276,-534 277.5213,-534 277.5213,-25 117.1276,-25"/>
<text text-anchor="middle" x="197.3245" y="-517.4" font-family="Times,serif" font-size="14.00" fill="#000000">Low Side</text>
</g>
<g id="clust3" class="cluster">
<title>cluster_private</title>
<polygon fill="none" stroke="#ff0000" stroke-dasharray="5,2" points="375.1749,-16 375.1749,-543 540.9146,-543 540.9146,-16 375.1749,-16"/>
<text text-anchor="middle" x="458.0448" y="-526.4" font-family="Times,serif" font-size="14.00" fill="#000000">High Side</text>
</g>
<!-- pub_subnet1 -->
<g id="node1" class="node">
<title>pub_subnet1</title>
<ellipse fill="none" stroke="#000000" cx="197.3245" cy="-105" rx="72.3942" ry="72.3942"/>
<text text-anchor="middle" x="197.3245" y="-100.8" font-family="Times,serif" font-size="14.00" fill="#000000">Public Subnet 1</text>
</g>
<!-- priv_subnet1 -->
<g id="node4" class="node">
<title>priv_subnet1</title>
<ellipse fill="none" stroke="#000000" cx="458.0448" cy="-99" rx="74.74" ry="74.74"/>
<text text-anchor="middle" x="458.0448" y="-94.8" font-family="Times,serif" font-size="14.00" fill="#000000">Private Subnet 1</text>
</g>
<!-- pub_subnet1&#45;&gt;priv_subnet1 -->
<!-- pub_subnet2 -->
<g id="node2" class="node">
<title>pub_subnet2</title>
<ellipse fill="none" stroke="#000000" cx="197.3245" cy="-267" rx="72.3942" ry="72.3942"/>
<text text-anchor="middle" x="197.3245" y="-262.8" font-family="Times,serif" font-size="14.00" fill="#000000">Public Subnet 2</text>
</g>
<!-- priv_subnet2 -->
<g id="node5" class="node">
<title>priv_subnet2</title>
<ellipse fill="none" stroke="#000000" cx="458.0448" cy="-267" rx="74.74" ry="74.74"/>
<text text-anchor="middle" x="458.0448" y="-262.8" font-family="Times,serif" font-size="14.00" fill="#000000">Private Subnet 2</text>
</g>
<!-- pub_subnet2&#45;&gt;priv_subnet2 -->
<!-- pub_subnet3 -->
<g id="node3" class="node">
<title>pub_subnet3</title>
<ellipse fill="none" stroke="#000000" cx="197.3245" cy="-429" rx="72.3942" ry="72.3942"/>
<text text-anchor="middle" x="197.3245" y="-424.8" font-family="Times,serif" font-size="14.00" fill="#000000">Public Subnet 3</text>
</g>
<!-- priv_subnet3 -->
<g id="node6" class="node">
<title>priv_subnet3</title>
<ellipse fill="none" stroke="#000000" cx="458.0448" cy="-435" rx="74.74" ry="74.74"/>
<text text-anchor="middle" x="458.0448" y="-430.8" font-family="Times,serif" font-size="14.00" fill="#000000">Private Subnet 3</text>
</g>
<!-- pub_subnet3&#45;&gt;priv_subnet3 -->
<!-- Internet -->
<g id="node7" class="node">
<title>Internet</title>
<ellipse fill="none" stroke="#000000" cx="41.0638" cy="-267" rx="41.1277" ry="41.1277"/>
<text text-anchor="middle" x="41.0638" y="-262.8" font-family="Times,serif" font-size="14.00" fill="#000000">Internet</text>
</g>
<!-- Internet&#45;&gt;pub_subnet2 -->
<g id="edge4" class="edge">
<title>Internet-&gt;pub_subnet2</title>
<path fill="none" stroke="#000000" d="M82.5285,-267C92.4969,-267 103.4951,-267 114.6174,-267"/>
<polygon fill="#000000" stroke="#000000" points="107.1278,-270.5004 117.1276,-267 107.1275,-263.5004 107.1278,-270.5004"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.0 KiB