High Availability and DR Flashcards

1
Q

What is a pilot light DR scenario?

A

A minimal always on environment running in the cloud

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a blue/green deployment and what AWS service uses it by default? How does this differ from an in place deployment? What must a blue/green deployment be run on conjunction with? (hint: Registration)

A

CodeBuild: In a blue/green deployment AWS Codebuild creates new instances and deploys the application on those. This must be done in conjunction with an ELB (any form of ELB). Old instances are deregistered with the ELB and new instances are registered.
An in place deployment deploys the application on to existing instances by stopping the application on each instance, deploying it and restarting.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly