Topic 1 Question 262
3 つ選択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?
Create a domain in each application team's account. Grant each application team's account full read access and write access to the application team's domain.
Create a domain in the shared services account. Grant the organization read access and CreateRepository access.
Create a repository in each application team’s account. Grant each application team’s account full read access and write access to its own repository.
Create a repository in the shared services account. Grant the organization read access to the repository in the shared services account Set the repository as the upstream repository in each application team's repository.
For teams that require shared packages, create resource-based policies that allow read access to the repository from other application teams' accounts.
Set the other application teams' repositories as upstream repositories.
ユーザの投票
コメント(5)
- 正解だと思う選択肢: 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
👍 4trungtd2024/07/14 - 正解だと思う選択肢: BCD
---> BCD
👍 4tgv2024/07/16 - 正解だと思う選択肢: BCD
B: Establish a centralized domain in the shared services account and provide organizational access to common libraries. D: Create a repository for common libraries in the shared services account, allow organization-wide read access, and configure upstream repositories. C: Create individual repositories in each team’s account and grant full access to manage their own packages.
👍 4jamesf2024/07/31
シャッフルモード