(Choose 1 answer)
An organization is moving its on-premises resources to the cloud. Source code will be moved to AWS CodeCommit and AWS CodeBuild will be used for compiling the source code using Apache Maven as a build tool. The organization wants the build environment should allow for scaling and running builds in parallel.Which of the following options should the organization choose for their requirement?
A. Choose a high-performance instance type for your CodeBuild instances
B. CodeBuild scales automatically, the organization does not have to do anything for scaling or for parallel builds
C. Enable CodeBuild Auto Scaling
D. Run CodeBuild in an Auto Scaling group
E27