ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

167 / 465

Question 167:

One full-stack engineer is developing an application to process images and videos from a highly scaled website. The incoming web traffic is very unbalanced and unstable during the day. When the web traffic rises up, it may require a maximum of 10 m4.xlarge EC2 instances. However, the requirement may drop down to 1 m4.xlarge instance. The processing for the application takes time, resulting in the delay of web application response. He prefers to deploy the App in Elastic Beanstalk. Which option should the engineer choose?

Answer options:

A.Deploy the application in one Elastic Beanstalk web server environment. Make sure that the environment uses a load-balancing, autoscaling configuration. Therefore, it can auto-scale depending on the traffic level.
B.Deploy the application in one Elastic Beanstalk worker environment. Create an SQS queue and an SQS daemon in EC2 to handling with the queue messages. Make sure that the environment uses a load-balancing and autoscaling configuration.
C.Create one Elastic Beanstalk worker environment and deploy the application in the new environment. Make sure that the application performs the short-running task in response to the POST from SQS daemon. Uses an auto-scaling configuration for the environment.
D.Create an Elastic Beanstalk web server environment and add the application bundle to it. Make sure that the environment uses an autoscaling configuration with a maximum at 10 and a minimum at 1.