This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/Documents/meetup/git_repo/dp-infra ⑂ DATA-1403_add_vpc + $ ipcalc 10.198.0.0/16 -s 8190 8190 8190 8190 8190 32 32 32 32 32 | |
Address: 10.198.0.0 00001010.11000110. 00000000.00000000 | |
Netmask: 255.255.0.0 = 16 11111111.11111111. 00000000.00000000 | |
Wildcard: 0.0.255.255 00000000.00000000. 11111111.11111111 | |
=> | |
Network: 10.198.0.0/16 00001010.11000110. 00000000.00000000 | |
HostMin: 10.198.0.1 00001010.11000110. 00000000.00000001 | |
HostMax: 10.198.255.254 00001010.11000110. 11111111.11111110 | |
Broadcast: 10.198.255.255 00001010.11000110. 11111111.11111111 | |
Hosts/Net: 65534 Class A, Private Internet |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/.travis.yml b/.travis.yml | |
index 6a01597..fa5b456 100644 | |
--- a/.travis.yml | |
+++ b/.travis.yml | |
@@ -24,7 +24,8 @@ env: | |
before_install: | |
- mkdir -p $(pwd)/aws | |
- mkdir -p $(pwd)/pip | |
- - pip install --upgrade awscli | |
+ - pip install awscli==1.16.209 |
OlderNewer