Configure an Edge site with an Amazon Elastic Container Registry
This topic is a reference for how to configure your Edge site with an Amazon Elastic Container Registry with IAM Role based authentication for EKS.
This registry is only supported for:
- Edge sites installed on the following Amazon managed Kubernetes clusters:
- EKS
- AWS Fargate using EKS
- Private container image registries.
Use the following command flag when installing your Edge site to authenticate your Edge site with an Amazon managed Kubernetes cluster with an Amazon Elastic Container Registry using an IAM Role based authentication for EKS:
--registry-url <url_for_registry/custom_folder>
| Command flag | Description |
|---|---|
<url_for_registry/custom_folder>
|
The registry URL. Optionally, if you have a custom folder within your registry that you want to pull the Edge images into, add that to the end of the URL. |
./edgecli install --registry-url 812518457384.dkr.ecr.eu-west-1.amazonaws.com/myawsfolder
For more information, go to Amazon's ECR Images with Amazon EKS documentation.