What is the MOST time-efficient and integrated way to achieve this?

1 Comment

  1. Amber
    Author

    I classify that the answer is:
    Create a second Elastic Beanstalk worker tier environment and deploy the application to process the asynchronous tasks there. Send the tasks that should be decoupled from the original Elastic Beanstalk web server environment to the auto-generated Amazon SQS queue by the Elastic Beanstalk worker environment. Place a cron.yaml file within the root of the application source bundle for the worker environment for periodic tasks. Use environment links to link the web server environment with the worker environment.

Leave a Reply

Your email address will not be published. Required fields are marked *

three × 5 =