
Ultimate access to all questions.
You are engaged in a project with over 100 Java dependencies. During each build process executed by AWS CodeBuild, these dependencies need to be resolved from external Ivy repositories, resulting in significant delays. To address this, your manager is seeking a way to expedite the build process within AWS CodeBuild.
Which of the following approaches will assist you in achieving this goal with minimal effort?
A
Cache dependencies on S3
B
Reduce the number of dependencies
C
Use Instance Store type of EC2 instances to facilitate internal dependency cache
D
Ship all the dependencies as part of the source code