Commit graph

1730 commits

Author SHA1 Message Date
James Hale
41ed682213 Reduce VPC CIDR size to /16 (#341) 2017-04-02 15:48:44 -04:00
Josh Meisels
0a20018e21 Add new Azure regions and allow user to select VM size (#332)
* Update Azure Region List

Included several additional regions in the Azure list.

In a future version we may want to ask users to choose a continent, then present region options since this list is getting long.

* Add VM size selection

Added prompt for user to choose VM size. Useful because the default size is not available in all regions, and there are cheaper sizes.

* Handle vm_size choice in "Create an Instance" step

Use the variable passed in that the user chose for vm_size.

* Differentiate Basic A0 and Standard A0

* Remove vm_size D1 since it's being deprecated

* Fix syntax issue - missing semicolons

* Remove note to self comment

* Remove changes to let user select VM size

Removing my previous additions that let the user select their Azure VM size.

* Hard code VM size to cheapest size

Remove my usage of a variable for VM size. Update to use the Basic_A0, which is the cheapest size of VM.
2017-04-02 12:34:09 -04:00
Josh Meisels
d37c6b72c5 Add new Azure regions and allow user to select VM size (#332)
* Update Azure Region List

Included several additional regions in the Azure list.

In a future version we may want to ask users to choose a continent, then present region options since this list is getting long.

* Add VM size selection

Added prompt for user to choose VM size. Useful because the default size is not available in all regions, and there are cheaper sizes.

* Handle vm_size choice in "Create an Instance" step

Use the variable passed in that the user chose for vm_size.

* Differentiate Basic A0 and Standard A0

* Remove vm_size D1 since it's being deprecated

* Fix syntax issue - missing semicolons

* Remove note to self comment

* Remove changes to let user select VM size

Removing my previous additions that let the user select their Azure VM size.

* Hard code VM size to cheapest size

Remove my usage of a variable for VM size. Update to use the Basic_A0, which is the cheapest size of VM.
2017-04-02 12:34:09 -04:00
Matt Mankins
9313561617 Change EC2 VPC CIDR blocks to uncommon non-routable addresses (#335) 2017-04-02 00:53:53 -04:00
Matt Mankins
b8d2dc68bb Change EC2 VPC CIDR blocks to uncommon non-routable addresses (#335) 2017-04-02 00:53:53 -04:00
Dan Guido
162660b814 Update README.md 2017-04-01 15:33:24 -04:00
Dan Guido
1b3a3a886d Update README.md 2017-04-01 15:33:24 -04:00
Dan Guido
c733633f4b Update README.md 2017-04-01 15:32:57 -04:00
Dan Guido
7851cc06ef Update README.md 2017-04-01 15:32:57 -04:00
Dan Guido
5c175463ae referral code 2017-04-01 15:31:22 -04:00
Dan Guido
f1cfade2f2 referral code 2017-04-01 15:31:22 -04:00
Josh Meisels
0b2cd1021f Fixed typo (#333)
Windows manual steps `-AuthenticationTransformConstants SHA25612 8` had a space that causes this command to fail. Should be `-AuthenticationTransformConstants SHA256128`
2017-04-01 15:29:12 -04:00
Josh Meisels
2b0c9c38e2 Fixed typo (#333)
Windows manual steps `-AuthenticationTransformConstants SHA25612 8` had a space that causes this command to fail. Should be `-AuthenticationTransformConstants SHA256128`
2017-04-01 15:29:12 -04:00
Dan Guido
12abcc86c6 donations 2017-04-01 15:17:26 -04:00
Dan Guido
ede472cd36 donations 2017-04-01 15:17:26 -04:00
Dan Guido
c0ab63540b Update TROUBLESHOOTING.md 2017-04-01 14:36:32 -04:00
Dan Guido
ceca178eff Update TROUBLESHOOTING.md 2017-04-01 14:36:32 -04:00
Dan Guido
93c24f998b add note about Apple client support 2017-04-01 14:35:30 -04:00
Dan Guido
ab22e9aee9 add note about Apple client support 2017-04-01 14:35:30 -04:00
Dan Guido
1c51b643e4 Update TROUBLESHOOTING.md 2017-04-01 14:26:35 -04:00
Dan Guido
4b140bc5ed Update TROUBLESHOOTING.md 2017-04-01 14:26:35 -04:00
Dan Guido
6083e53568 Update TROUBLESHOOTING.md 2017-04-01 14:12:23 -04:00
Dan Guido
c24d51b87b Update TROUBLESHOOTING.md 2017-04-01 14:12:23 -04:00
Dan Guido
30d8ce7bb2 add info about reconfiguring the apple profile 2017-04-01 14:11:01 -04:00
Dan Guido
eeae3ad34e add info about reconfiguring the apple profile 2017-04-01 14:11:01 -04:00
Dan Guido
fc3db103f9 add referral link 2017-04-01 13:49:27 -04:00
Dan Guido
946314ee26 add referral link 2017-04-01 13:49:27 -04:00
Josh Watson
ff860f879d Change EC2 VPC CIDR blocks to non-routable addresses. (#330)
The previous address ranges were actually routable addresses, which caused some concern for some people because it looked suspicious in tracert. The new CIDR blocks are non-routable addresses, which resolves this concern.
2017-04-01 00:20:08 -04:00
Josh Watson
84a3b5f675 Change EC2 VPC CIDR blocks to non-routable addresses. (#330)
The previous address ranges were actually routable addresses, which caused some concern for some people because it looked suspicious in tracert. The new CIDR blocks are non-routable addresses, which resolves this concern.
2017-04-01 00:20:08 -04:00
brad2014
a1d40743ef Minor name and documentation edits (#327) 2017-04-01 00:19:10 -04:00
brad2014
09e5d87c7b Minor name and documentation edits (#327) 2017-04-01 00:19:10 -04:00
Casey Lang
f6faef9824 Check for creation of private key during its generation (#322)
This task was previously checking for the public key even though it is
in place to generate the private key. A simple switch to the `creates`
arg resolves the issue.
2017-03-31 13:25:39 -04:00
Casey Lang
9b76282a37 Check for creation of private key during its generation (#322)
This task was previously checking for the public key even though it is
in place to generate the private key. A simple switch to the `creates`
arg resolves the issue.
2017-03-31 13:25:39 -04:00
jeremy avnet / @brainsik
d4f7c454b1 Add GCE Western US zones (#319) 2017-03-31 13:25:22 -04:00
jeremy avnet / @brainsik
bb55985ab4 Add GCE Western US zones (#319) 2017-03-31 13:25:22 -04:00
Dan Guido
d0e4b851e3 Update TROUBLESHOOTING.md 2017-03-30 15:53:30 -04:00
Dan Guido
e729119b24 Update TROUBLESHOOTING.md 2017-03-30 15:53:30 -04:00
Dan Guido
33a12f1f62 Update TROUBLESHOOTING.md 2017-03-30 15:52:34 -04:00
Dan Guido
ea40249adf Update TROUBLESHOOTING.md 2017-03-30 15:52:34 -04:00
Dan Guido
38d720240f Update TROUBLESHOOTING.md 2017-03-30 15:52:01 -04:00
Dan Guido
c081913566 Update TROUBLESHOOTING.md 2017-03-30 15:52:01 -04:00
Marcos Ojeda
f5c98adee5 add 'back on patreon' shields.io button (#303) 2017-03-29 00:26:05 -04:00
Marcos Ojeda
c656a61069 add 'back on patreon' shields.io button (#303) 2017-03-29 00:26:05 -04:00
Mike Lee Williams
40a8fc0cb6 Clarify python instructions (#302)
- Be explicit about python2 requirement
- Remove `sudo` requirement on macOS
- Use `python -m pip` and `python -m virtualenv` to ensure expected python interpreter is running pip/virtualenv
- Tidy formatting
2017-03-29 00:06:06 -04:00
Mike Lee Williams
2b295e501c Clarify python instructions (#302)
- Be explicit about python2 requirement
- Remove `sudo` requirement on macOS
- Use `python -m pip` and `python -m virtualenv` to ensure expected python interpreter is running pip/virtualenv
- Tidy formatting
2017-03-29 00:06:06 -04:00
Dan Guido
b405e17045 add donate via Flattr and PayPal 2017-03-28 22:18:44 -04:00
Dan Guido
c4f1188434 add donate via Flattr and PayPal 2017-03-28 22:18:44 -04:00
James Hale
afda81fa33 Fix name tag key (#282) 2017-03-28 21:18:33 -04:00
James Hale
3b3fb601ef Fix name tag key (#282) 2017-03-28 21:18:33 -04:00
Will Biddy
8d077eef7c Fixing spelling. (#297) 2017-03-28 21:05:34 -04:00