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

A company is migrating from its on-premises data center to AWS. The company currently uses a custom on-premises Cl/CD pipeline solution to build and package software.

The company wants its software packages and dependent public repositories to be available in AWS CodeArtifact to facilitate the creation of application-specific pipelines.

Which combination of steps should the company take to update the CI/CD pipeline solution and to configure CodeArtifact with the LEAST operational overhead? (Choose two.)

Answer options

Correct answer: B, D

Explanation

Option B is correct because creating an IAM role with a trust anchor simplifies access for the on-premises CI/CD pipeline to publish packages to CodeArtifact directly. Option D is also correct as it allows for the setup of external connections with minimal effort. Options A, C, and E introduce unnecessary complexity and do not align with the goal of minimizing operational overhead.