AWS EKS
Integrating AWS ECR
Guide for integrating ale with AWS ECR.
Retrieve AWS ECR URL
In the AWS ECR console, click
Create repository
and copy the ECR URL from the Repository name field. The ECR URL will follow this format:
[AccountID].dkr.ecr.[Region].amazonaws.com
Connect to ale
In the
ale
operations system, go to the Settings tab on the cluster page and clickConnect Container Repository
. In the modal that appears, enter the following values and clickConnect
.
- Repository Provider: AWS Elastic Container Registry
- Access URL:
[ID].dkr.ecr.[region].amazonaws.com
- aws access key ID: Access key
- aws secret access key: Secret access key
- region: Region identifier where ECR is located (e.g., us-east-1)