DVA-C02 · Question #592
DVA-C02 Question #592: Real Exam Question with Answer & Explanation
The correct answer is D: Set up Amazon S3 caching for the CodeBuild project.. CodeBuild supports S3 caching to store intermediate build artifacts and dependencies. This reduces the time required to download dependencies during subsequent builds, effectively lowering costs and improving build performance. By using S3 caching, developers can optimize costs w
Question
A company runs an AWS CodeBuild project on medium-sized Amazon EC2 instances. The company wants to cost optimize the project and reduce the provisioning time. Which solution will meet these requirements?
Options
- AConfigure the project to run on a CodeBuild reserved capacity fleet.
- BSelect AWS Lambda as the compute mode for the CodeBuild project.
- CConfigure the project to run on a CodeBuild on-demand fleet.
- DSet up Amazon S3 caching for the CodeBuild project.
Explanation
CodeBuild supports S3 caching to store intermediate build artifacts and dependencies. This reduces the time required to download dependencies during subsequent builds, effectively lowering costs and improving build performance. By using S3 caching, developers can optimize costs without changing the compute type or adding
Community Discussion
No community discussion yet for this question.