Mirror Artifacts
Type: DEVRAMPS:ECR_IMAGE:MIRROR
Category: infrastructure
Version: 1.0.0
Description
Copies an ECR Image to the target deployment account.
Mirrors an ECR Image from the CI/CD account to the target deployment account. This ensures artifacts are available in the target environment's ECR repositories before deployment steps execute.
Parameters
Required Parameters
| Parameter | Type | Description |
|---|---|---|
source_image_url | string | |
source_account_id | string | |
source_region | string | |
target_ecr_registry | string | |
target_account_id | string | |
target_region | string |
Example Usage
# This step is automatically added by DevRamps
- type: DEVRAMPS:ARTIFACTS:MIRROR
name: Mirror Artifacts
params: {}