-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMonitor-Html.html
More file actions
30 lines (27 loc) · 872 Bytes
/
Monitor-Html.html
File metadata and controls
30 lines (27 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<html>
<head>
<title>AWS CodeDeploy Monitor for Marcus</title>
<meta http-equiv="refresh" content="20";>
</head>
<body>
<h1>AWS CodeDeploy Marcus Monitor Self-Healing</h1>
<div>
<div>
ELB (Public Perspective)<br />
<iframe src="http://LinuxWebELB-1234456546.us-east-2.elb.amazonaws.com/"></iframe>
</div>
<div style="float:left; width:30%;">
Instance 1<br />
<iframe id="iframe1" src="http://13.59.254.125"></iframe>
</div>
<div style="float:left; width:30%;">
Instance 2<br />
<iframe id="iframe2" src="http://18.221.242.23"></iframe>
</div>
<div style="float:left; width:30%;">
Instance 3<br />
<iframe id="iframe3" src="http://18.221.225.71"></iframe>
</div>
</div>
</body>
</htma>