Configure AWS CLI
Ensure you have the necessary permissions to create and push to the ECR
repository. Using Helix with ECR will NOT work unless you have the necessary
permissions via the AWS CLI.AWS CLI Documentation
Deploy to ECR
1
Add ECR instance
If you donβt have a project setup, you can do so with
helix init ecr
.2
Push to ECR
- Create ECR repository if needed
- Authenticate Docker with ECR
- Tag and push the image
3
Deploy to ECS/EKS
Use the pushed image in your container orchestration: