Topic 1 Question 485
A developer must cache dependent artifacts from Maven Central, a public package repository, as part of an application’s build pipeline. The build pipeline has an AWS CodeArtifact repository where artifacts of the build are published. The developer needs a solution that requires minimum changes to the build pipeline.
Which solution meets these requirements?
Modify the existing CodeAriifact repository to associate an upstream repository with the public package repository.
Create a new CodeAtfact repository that has an external connection to the public package repository.
Create a new CodeAifact domain that contains a new repository that has an external connection to the public package repository.
Modify the CodeAnifact repository resource policy to allow artifacts to be fetched from the public package repository.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: A
Básicamente, solo tienes que modificar el repositorio actual para agregar Maven Central como repositorio "upstream", lo que minimiza los cambios en la pipeline.
👍 1italiancloud20252025/02/17
シャッフルモード