Skip to content

Commit 4dd0043

Browse files
committed
added tools to ping the AWS servers
1 parent 7838769 commit 4dd0043

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

building/pingAWS0

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
# This bash script pings a remote AWS machine
4+
5+
ping $AWS0_IP

building/pingAWS1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
# This bash script pings a remote AWS machine
4+
5+
ping $AWS1_IP

building/pingAWS2

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
# This bash script pings a remote AWS machine
4+
5+
ping $AWS2_IP

0 commit comments

Comments
 (0)