Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Practical examples and patterns for typical AWS ECR deployment workflows
# Configure AWS credentials aws configure
Add ECR instance
helix add ecr --name staging
helix init ecr
Push to ECR
helix push staging
Deploy to ECS/EKS
# ECS task definition image: 123456789.dkr.ecr.us-west-2.amazonaws.com/my-app:latest
Was this page helpful?