ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 106 - DOP-C02 discussion

Report
Export

A company uses AWS CodeArtifact to centrally store Python packages. The CodeArtifact repository is configured with the following repository policy.

A development team is building a new project in an account that is in an organization in AWS Organizations. The development team wants to use a Python library that has already been stored in the CodeArtifact repository in the organization. The development team uses AWS CodePipeline and AWS CodeBuild to build the new application. The CodeBuild job that the development team uses to build the application is configured to run in a VPC Because of compliance requirements the VPC has no internet connectivity.

The development team creates the VPC endpoints for CodeArtifact and updates the CodeBuild buildspec yaml file. However, the development team cannot download the Python library from the repository.

Which combination of steps should a DevOps engineer take so that the development team can use Code Artifact? (Select TWO.)

A.
Create an Amazon S3 gateway endpoint Update the route tables for the subnets that are running the CodeBuild job.
Answers
A.
Create an Amazon S3 gateway endpoint Update the route tables for the subnets that are running the CodeBuild job.
B.
Update the repository policy's Principal statement to include the ARN of the role that the CodeBuild project uses.
Answers
B.
Update the repository policy's Principal statement to include the ARN of the role that the CodeBuild project uses.
C.
Share the CodeArtifact repository with the organization by using AWS Resource Access Manager (AWS RAM).
Answers
C.
Share the CodeArtifact repository with the organization by using AWS Resource Access Manager (AWS RAM).
D.
Update the role that the CodeBuild project uses so that the role has sufficient permissions to use the CodeArtifact repository.
Answers
D.
Update the role that the CodeBuild project uses so that the role has sufficient permissions to use the CodeArtifact repository.
E.
Specify the account that hosts the repository as the delegated administrator for CodeArtifact in the organization.
Answers
E.
Specify the account that hosts the repository as the delegated administrator for CodeArtifact in the organization.
Suggested answer: A, D

Explanation:

'AWS CodeArtifact operates in multiple Availability Zones and stores artifact data and metadata in Amazon S3 and Amazon DynamoDB. Your encrypted data is redundantly stored across multiple facilities and multiple devices in each facility, making it highly available and highly durable.' https://aws.amazon.com/codeartifact/features/ With no internet connectivity, a gateway endpoint becomes necessary to access S3.

asked 16/09/2024
Trevor O'Brien
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first