AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 155

A company is using AWS CodePipeline to deploy an application. According to a new guideline, a member of the company's security team must sign off on any application changes before the changes are deployed into production. The approval must be recorded and retained.

Which combination of actions will meet these requirements? (Choose two.)

Answer options

Correct answer: C, E

Explanation

The correct actions are C and E. Creating an AWS CloudTrail trail allows for logging of API calls, which meets the requirement of recording the approval process. Implementing a manual approval action in CodePipeline ensures that a security team member can approve changes before deployment, fulfilling the approval requirement. The other options either do not provide the necessary logging or do not include a method for obtaining approval from the security team.