Multiple Choice
A DevOps team wants to be able to work on the same source code repository. The team has the following requirements for their development workflow and repository access controls: Only team members can clone the repository and create new branches. A production-ready code state should be isolated from any untested code changes. Code changes should be approved by another team member before merging to the production-ready master branch. All code change approvals must have an audit record. New team members can quickly modify code. Which combination of actions will these requirements? (Choose three.)
A) Check out the master branch and develop new features locally on a feature branch to keep the production-ready code isolated. Ask team members to review the changes before committing the changes locally.
B) Create an AWS CodeCommit repository and an IAM group with permissions to read/write changes to the repository. Add new team members to this group.
C) Create an AWS CodeCommit repository and an IAM role with permissions to read/write changes to the repository. Attach this IAM role to a single IAM user. Ensure each member of the team uses this IAM user. Provide new team members the credentials to this IAM user.
D) Create a local feature branch from the master branch for new features. Commit the new code and push the changes to the feature branch in the repository.
E) Create a pull request so other team members can review the code changes. Implement any suggestions, pull any additional changes from the master branch, and push to the feature branch again. Merge the master branch with the feature branch.
F) Create a pull request so other team members can review the code changes. Implement any suggestions, pull any additional changes from the master branch, resolve any conflicts, and push to the feature branch again. Merge the feature branch with the master branch.
Correct Answer:

Verified
Correct Answer:
Verified
Q155: By default, Amazon CloudTrail logs _ actions
Q156: A DevOps Engineer must ensure all IAM
Q157: An e-commerce company is running a web
Q158: When specifying more than one conditional requirements
Q159: Your company needs to automate 3 layers
Q161: Which of these is not an instrinsic
Q162: A company requires that its internally facing
Q163: Your application uses Amazon SQS and Auto
Q164: A DevOps Engineer is deploying an Amazon
Q165: Which statement is true about configuring proxy