ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

138 / 465

Question 138:

A web-startup runs its very successful social news application on Amazon EC2 with an Elastic Load Balancer, an Auto-Scaling group of Java/Tomcat application-servers, and DynamoDB as a data store. The main web application best runs on m2 x large instances since it is highly memory-bound. Each new deployment requires the semi-automated creation and testing of a new AMI for the application servers which takes quite a while and is therefore only done once per week. Recently, a new chat feature has been implemented in Node.js and waits to be integrated into the architecture. The first tests show that the new component is CPU bound. Since the company has some experience with using Chef, they decided to streamline the deployment process and use AWS OpsWorks as an application lifecycle tool to simplify the application`s management and reduce the deployment cycles. What configuration in AWS OpsWorks is required to manage the application integrated with the new chat module in the most cost-efficient and flexible way?

Answer options:

A.Create one AWS OpsWorks stack, create one AWS OpsWorks layer, and create one custom recipe.
B.Create one AWS OpsWorks stack, create two AWS OpsWorks layers, and create one custom recipe.
C.Create two AWS OpsWorks stacks, create two AWS OpsWorks layers, and create one custom recipe.
D.Create two AWS OpsWorks stacks, create two AWS OpsWorks layers, and create two custom recipes.