changed to using availability zone 1b for production because I couldn't launch medium c1 in 1c a while back

pull/46/head
Raymond Yee 2018-01-23 13:40:03 -08:00
parent 87394720aa
commit e1ad2913ac
1 changed files with 3 additions and 1 deletions

4
vagrant/Vagrantfile vendored
View File

@ -286,7 +286,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
aws.instance_type="c1.medium"
aws.region = "us-east-1"
aws.availability_zone = "us-east-1c"
#aws.availability_zone = "us-east-1c"
# 2017.12.15 -- for some reason 1c doesn't hava the capacity
aws.availability_zone = "us-east-1b"
# aws.ami = "ami-d8132bb0"
# 2017.03.17
# Trusty 14.04