-
Notifications
You must be signed in to change notification settings - Fork 13
/
ip_list.sh
71 lines (70 loc) · 1.12 KB
/
ip_list.sh
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# public IPs of AWS instances.
ips=(
"34.217.179.85"
"54.188.30.181"
"18.236.132.21"
"34.220.68.162"
"35.89.175.124"
"52.12.19.47"
"34.220.207.26"
"52.26.191.230"
"34.220.231.193"
"54.69.39.213"
"34.214.62.45"
"52.34.137.179"
"35.88.171.184"
"52.33.31.125"
"35.89.154.20"
"35.166.229.198"
"34.220.58.202"
"35.86.133.255"
"34.220.79.197"
"35.89.114.253"
"34.220.150.241"
"52.39.130.209"
"34.214.117.182"
"35.89.234.175"
"34.221.64.220"
"52.13.36.177"
"52.40.247.21"
"52.11.124.4"
"34.219.199.32"
"34.221.71.48"
"35.160.98.244"
"35.88.103.175"
"34.214.244.1"
"54.245.220.240"
"35.87.137.129"
"34.219.218.214"
"54.191.219.249"
"34.210.68.20"
"54.189.239.79"
"54.190.188.54"
"54.191.67.46"
"34.213.89.48"
"54.202.181.69"
"35.86.169.249"
"35.87.149.232"
"52.26.109.102"
"18.236.192.240"
"34.220.22.110"
"54.202.13.24"
"34.216.243.196"
"34.220.120.37"
"54.188.228.194"
"54.200.221.157"
"34.209.166.154"
"34.222.40.151"
"54.188.185.216"
"54.245.19.81"
"54.188.215.91"
"54.185.180.51"
"54.213.32.147"
"34.221.8.145"
"54.190.133.52"
"54.200.219.101"
"34.211.240.209"
)
# private IP of Rank-0 instances.
master_ip="172.31.29.36"
#master_ip="172.31.47.82"