ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

35 / 474

Question 35:

A developer working on an AWS CodeBuild project wants to override a build command as part of a build run to test a change. The developer has access to run the builds but does not have access to the code and to edit the CodeBuild project.
What process should the Developer use to override the build command?

Answer options:

A.Update the buildspec.yml configuration file that is part of the source code and run a new build.
B.Update the command in the Build Commands section during the build run in the AWS console.
C.Run the start build AWS CLI command with buildspecOverride property set to the new buildspec.yml file.
D.Update the buildspec property in the StartBuild API to override the build command during build run.