Correct answers - "In-place Deployment & Blue/green Deployment" : The application on each
instance in the deployment group is stopped, the latest application revision is installed, and
the new version of the application is started and validated. You can use a load balancer so that
each instance is deregistered during its deployment and then restored to service after the
deployment is complete. With a blue/green deployment, you provision a new set of instances on
which CodeDeploy installs the latest version of your application. CodeDeploy then reroutes load
balancer traffic from an existing set of instances running the previous version of your
application to the new set of instances running the latest version. After traffic is rerouted to
the new instances, the existing instances can be terminated.
"Cattle Deployment" - This is a good option if you have cattle in a farm
"Classic Deployment" - This option does not exist in CodeDeploy