Correct answer - "Bundle the dependencies in the source code during the last stage of CodeBuild"
: This will allow the code bundle to be deployed to Elastic Beanstalk to have both the
dependencies and the code, hence speeding up the deployment time to Elastic Beanstalk
Incorrect:
"Bundle the dependencies in the source code in CodeCommit" - This is not best practice and could
make the CodeCommit repository huge.
"Store the dependencies in S3" - S3 can be used as a storage location for your source code, logs,
and other artifacts that are created when you use Elastic Beanstalk however there is still a
time issue to retrieve the files.
"Create a custom platform for Elastic Beanstalk" - This is a more advanced feature that may
require you to have more complexity than you need