I have an ELB setup with an interval of 12 seconds and healthy/unhealthy threshold of 2.
Currently my deploy process is:
1) Boot new servers 2) When they are healthy, replace existing EC2 behind ELB with new EC2s.
It seems to work with zero down time. But I cannot find any information on how the ELB exactly does things in particular case. Anyone knows if this is an okay approach for zero-down-time deployment?
Thx.
Henrik