ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

198 / 500

Question 198:

A company has developed a Ruby on Rails content management platform. Currently, OpsWorks has several stacks for dev, staging, and production to deploy and manage the application. Now the company wants to start using Python instead of Ruby and needs a smoother transition without any interruption. The company needs to cut over from the existing Ruby code to the Python code. How should the company manage the new deployment? Choose the correct answer from the options below.

Answer options:

A.Update the existing stack with Python application code and deploy it using the deploy life-cycle action to implement the application code.
B.Create a new stack that contains a new layer with the Python code. To cut over to the new stack, the company should consider using Blue/Green deployment.
C.Create a new stack that contains the Python application code and manage separate deployments of the application via the secondary stack using the deploy lifecycle action to implement the application code.
D.Create a new stack that contains the Python application code and manages separate deployments of the application via the secondary stack.