Study DOP-C02 artifact repositories, image generation, retention, integrity, and promotion patterns.
Artifacts are the release contract between build and deploy. DOP-C02 wants you to know what should be packaged, where it should live, how it should be versioned, and how to prevent the wrong thing from reaching production.
Artifacts can include:
The exam is usually asking whether those artifacts are managed securely and promoted consistently, not just whether they exist.
| Artifact type | Strongest first fit |
|---|---|
| software packages and dependency feeds | CodeArtifact |
| container images | Amazon ECR |
| general release bundles or static packages | Amazon S3 |
| prebuilt machine images | EC2 Image Builder plus image distribution patterns |