Question 335:
The company runs a complex customer system and consists of 10 different software components. All backed up by RDS. You adopted Opswork to simplify the management and deployment of that application and created a stack and layers for each component.
Answer options:
A.Assign a custom recipe to each layer that replaces the underlying AMI. Use OpsWorks life-cycle events to incrementally execute this custom recipe and update the instances with the new AMI. B.Specify the latest AMI in the custom AMI at the stack level. Terminate instances of the stack and let OpsWork launch new instances with the new AMI. C.Identify all EC2 instances of your OpsWork stack, stop each instance, replace the AMI ID property with the latest AMI ID, and restart the instance. To avoid downtime, make sure no more than one instance is stopped at the same time. D.Create a new stack and layers with identical configuration, add instances with the latest AMI specified as a custom AMI to the new layers, switch DNS to the new stack, and tear down the old stack. E.Add new instances with the latest AMI as a custom AMI to all OpsWork layers of your stack and terminate the old ones.