Skip to main content

Validate Resources

Stable

Type: DEVRAMPS:PREFLIGHT:VALIDATE_RESOURCES

Category: infrastructure

Version: 1.0.0


Description

Validates that all required AWS resources exist before deployment.

Validates that all required AWS resources (ECR repositories, S3 buckets, etc.) have been created by the bootstrap CLI before deployment begins. If any resources are missing, the step fails with a clear error listing all missing resources and instructions to run the bootstrap CLI.

Parameters

This step has no parameters.

Example Usage

# This step is automatically added by DevRamps
- type: DEVRAMPS:PREFLIGHT:VALIDATE_RESOURCES
name: Validate Resources
params: {}