Correct answers - "In-place deployment & Blue/Green" : 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. Blue/green on an EC2/On-Premises compute
platform: The instances in a deployment group (the original environment) are replaced by a
different set of instances (the replacement environment)Blue/green on an AWS Lambda compute
platform: Traffic is shifted from your current serverless environment to one with your updated
Lambda function versions.
"Rolling with additional batches" - A deployment option within Elastic Beanstalk
"Rolling" - A deployment option within Elastic Beanstalk
"Immutable" - A deployment option within Elastic Beanstalk