[Django]-AWS Elastic Beanstalk Django – What happens first when deploying to EB, pip install -r requirements.txt or commands in configuration file

5👍

Documentation mentions that the Packages section is processed first.

The order in which these are processed are as follows:

  1. Packages

  2. Files

  3. Commands

  4. Services

  5. Container Commands

👤tuomur

Leave a comment