tylerbenson / vyllage

https://www.vyllage.com
4 stars 0 forks source link

Setup Amazon's app instances #1107

Open UnspeakableHorror opened 8 years ago

UnspeakableHorror commented 8 years ago

https://github.com/natebenson/vyllage/blob/master/scripts/deploy/stop.sh#L3-L6

If this instance is in the ELB and healty: Increase auto scale count (Wait for new instance to be running) Query ELB API to verify a new instance is running before continuing

tylerbenson commented 8 years ago

Be careful what kind of testing you do...

UnspeakableHorror commented 8 years ago

I'm still not sure how I'm going to test this...

tylerbenson commented 8 years ago

Use the AWS cli for querying instances against production, but not for modifying anything?

tylerbenson commented 8 years ago

Basically a best effort kind of thing. If you hit any roadblocks I'll take over.

UnspeakableHorror commented 8 years ago

Ok.