
Answer-first summary for fast verification
Answer: Setup a Worker environment and a cron.yaml file
With Elastic Beanstalk, you can quickly deploy and manage applications in the AWS Cloud without having to learn about the infrastructure that runs those applications. Elastic Beanstalk reduces management complexity without restricting choice or control. You simply upload your application, and Elastic Beanstalk automatically handles the details of capacity provisioning, load balancing, scaling, and application health monitoring.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As part of your video processing application, you need to execute a series of repetitive and scheduled tasks in an asynchronous manner. Considering that your application is deployed on AWS Elastic Beanstalk,
Which type of Elastic Beanstalk environment should you configure to handle these repetitive tasks effectively?
A
Setup a Worker environment and a cron.yaml file
B
Setup a Web Server environment and a cron.yaml file
C
Setup a Web Server environment and a .ebextensions file
D
Setup a Worker environment and a .ebextensions file
No comments yet.