Fix different regions and ami in all.example and all.network

This commit is contained in:
phahulin 2018-02-08 18:33:59 +03:00
parent 3de7255492
commit 70d57eb868
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ secret_key: "INSERT SECRET HERE"
awskeypair_name: "keypairname"
image: "ami-0b383171"
region: "us-west-2"
region: "us-east-1"
vpc_subnet_id: "subnet-ID-number"
NODE_FULLNAME: "INSERT NODENAME"

View File

@ -18,7 +18,7 @@ ntpservers:
- "server 3.us.pool.ntp.org"
image: "ami-0b383171"
region: "us-west-2"
region: "us-east-1"
NODE_PWD: "node.pwd" # don't change this one
NODE_SOURCE_DEB: "https://deb.nodesource.com/node_8.x"