Configure an Edge site with an Amazon Elastic Container Registry
This topic explores 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.
To install your Edge site with container images stored within a Amazon managed Kubernetes cluster with an Amazon Elastic Container Registry using an IAM Role based authentication for EKS method, add the following flag to the installation command:
--registry-url <url_for_registry>
Show me an example
./edgecli install --registry-url 812518457384.dkr.ecr.eu-west-1.amazonaws.com
For more more information, go to Amazon's ECR Images with Amazon EKS documentation.