Questions tagged [amazon-ecr]

Amazon ECR stands for "Amazon Elastic Container Registry". It is a part of Amazon Web Services (AWS) and is a managed Docker container registry that stores and manages Docker container images.

Amazon Elastic Container Registry (ECR) is a fully managed container registry that makes it easy for developers to store, manage, and deploy container images. Amazon ECR eliminates the need to operate your own container registry or worry about scaling the underlying infrastructure. Amazon ECR hosts your images in a highly available and scalable architecture, allowing you to reliably deploy containers for your applications. Integration with AWS Identity and Access Management (IAM) provides resource-level control of each repository.

For more details about the product, click here. To get started with Amazon ECR, please see the User Guide.

888 questions
-2
votes
1 answer

Using Terraform to deploy a lambda where the image can be retrieved from 1 of 2 ECR's

To Devs, I am looking to deploy a lambda with an image from 1 of 2 possible ECR's. First check ECR-1 and if it has an image hook up the lambda to that. If ECR-1 is empty then use the image from ECR-2. What is the best way to do this? Thanks, Marc
user1154422
  • 548
  • 8
  • 22
-2
votes
1 answer

configure awscli and ecr login for kubernetes cluster on bare metal

I have done a kubernetes bare metal deployment. In which I have to go to every worker-node and configure awscli and ECR login. Can we have solution using kubernetes where we can get the aws configure for all the worker node and login ecr .
Charvee Punia
  • 423
  • 1
  • 6
  • 17
1 2 3
59
60