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?