Skip to content

Commit

Permalink
Merge pull request #9 from tanakaryo/add-feature-tf
Browse files Browse the repository at this point in the history
#7 add readme.
  • Loading branch information
tanakaryo authored Jun 20, 2024
2 parents 3a03217 + 37e0857 commit 85d5c11
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
Binary file not shown.
3 changes: 3 additions & 0 deletions infrastructure-as-code/terraform/apps/app1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Application Architecture
### this architecture constructed with one ec2 instance.
![Architecture](./aws_arche1.drawio.png)
19 changes: 19 additions & 0 deletions infrastructure-as-code/terraform/apps/app1/aws_arche1.drawio
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<mxfile host="app.diagrams.net" modified="2024-06-20T06:21:45.271Z" agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" etag="ptxd-Bp0XemrKNqK5L6E" version="24.2.3" type="device">
<diagram name="ページ1" id="2bPJ4O78AZPvUGkzkBep">
<mxGraphModel dx="1350" dy="713" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="hzA0jrtBjJrsL5iH-gcI-2" value="VPC" style="points=[[0,0],[0.25,0],[0.5,0],[0.75,0],[1,0],[1,0.25],[1,0.5],[1,0.75],[1,1],[0.75,1],[0.5,1],[0.25,1],[0,1],[0,0.75],[0,0.5],[0,0.25]];outlineConnect=0;gradientColor=none;html=1;whiteSpace=wrap;fontSize=12;fontStyle=0;container=1;pointerEvents=0;collapsible=0;recursiveResize=0;shape=mxgraph.aws4.group;grIcon=mxgraph.aws4.group_vpc2;strokeColor=#8C4FFF;fillColor=none;verticalAlign=top;align=left;spacingLeft=30;fontColor=#AAB7B8;dashed=0;" vertex="1" parent="1">
<mxGeometry x="150" y="200" width="380" height="320" as="geometry" />
</mxCell>
<mxCell id="hzA0jrtBjJrsL5iH-gcI-4" value="Private subnet" style="points=[[0,0],[0.25,0],[0.5,0],[0.75,0],[1,0],[1,0.25],[1,0.5],[1,0.75],[1,1],[0.75,1],[0.5,1],[0.25,1],[0,1],[0,0.75],[0,0.5],[0,0.25]];outlineConnect=0;gradientColor=none;html=1;whiteSpace=wrap;fontSize=12;fontStyle=0;container=1;pointerEvents=0;collapsible=0;recursiveResize=0;shape=mxgraph.aws4.group;grIcon=mxgraph.aws4.group_security_group;grStroke=0;strokeColor=#00A4A6;fillColor=#E6F6F7;verticalAlign=top;align=left;spacingLeft=30;fontColor=#147EBA;dashed=0;" vertex="1" parent="1">
<mxGeometry x="190" y="250" width="290" height="240" as="geometry" />
</mxCell>
<mxCell id="hzA0jrtBjJrsL5iH-gcI-5" value="Amazon EC2" style="sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#ffffff;fillColor=#232F3E;dashed=0;verticalLabelPosition=middle;verticalAlign=bottom;align=center;html=1;whiteSpace=wrap;fontSize=10;fontStyle=1;spacing=3;shape=mxgraph.aws4.productIcon;prIcon=mxgraph.aws4.ec2;" vertex="1" parent="hzA0jrtBjJrsL5iH-gcI-4">
<mxGeometry x="100" y="70" width="80" height="100" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 85d5c11

Please sign in to comment.