Question 401:
A third-party software firm is performing deployment for a new application for your firm. A Linux user from this vendor firm needs access permission to execute dependencies before the build phase. Which of the following can be specified to grant the least privilege to the user?
Answer options:
A.Specify run-as for each command in the env block. B.Specify run-as at the top of build command of phases block. C.Specify run-as at the top of the buildspec file. D.Specify run-as at the top of pre_build command of phases block.