Exam DOP-C02 All QuestionsBrowse all questions from this exam
Question 262

A company has an organization in AWS Organizations for its multi-account environment. A DevOps engineer is developing an AWS CodeArtifact based strategy for application package management across the organization. Each application team at the company has its own account in the organization. Each application team also has limited access to a centralized shared services account.

Each application team needs full access to download, publish, and grant access to its own packages. Some common library packages that the application teams use must also be shared with the entire organization.

Which combination of steps will meet these requirements with the LEAST administrative overhead? (Choose three.)

    Correct Answer: B, C, D

    Creating a domain in the shared services account (B) allows for centralized control and management of common packages with minimal administrative overhead. Granting the organization read access and CreateRepository access ensures easy access and repository creation within this domain. Each application team having its own repository in their account (C) provides the necessary full access to download, publish, and control access to their packages. Finally, setting the shared services account repository as the upstream repository in each application team's repository (D) ensures that all teams can access common packages, efficiently sharing critical resources across the organization.

Discussion
tgvOptions: BCD

---> BCD

TEC1Options: BDE

I will go with BDE

trungtdOptions: BCD

B allows for centralized control and management of common packages, and the organization can easily access and create repositories within this domain. C ensures that each team has full control over their packages D allows all teams to access common packages