ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

35 / 500

Question 35:

Your team is building up some microservice applications using Java. As part of the CI/CD pipeline, AWS CodeBuild is in charge of the build phase and provides Artifacts that are stored in S3. To better manage the build commands, the team manages several buildspec files rather than directly inserts build commands when the build runs. About the usage of buildspec files, which description is INCORRECT?

Answer options:

A.Users can override the default build spec file name such as buildspec_test.yml.
B.The source code can be combined along with the build spec file 
C.There should be only one build spec file for a given build project.
D.Build spec files must be expressed in JSON format.