Questions tagged with Amazon Elastic Container Registry (ECR)

Content language: English

Select up to 5 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

Hello, I have set up the pull through cache, using the new repository template feature, with cross account access. I can pull upstream images just fine, the repository is automatically created with...
1
answers
0
votes
267
views
asked 7 months ago
I use this configuration for cron job to get temporary token from AWS ECR: ``` apiVersion: batch/v1 kind: CronJob metadata: name: {{ .Values.cronjob.name }} spec: ...
0
answers
0
votes
94
views
PeterP
asked 7 months ago
Hello!, I'm trying to implement a lambda function that is triggered after the scan of an image pushed into the ECR is completed. Lambda is supposed to send a scan summary to Slack in the form: `ECR...
2
answers
0
votes
546
views
asked 7 months ago
Hi, With 1.25 cluster setup first time, I am getting weird behaviour that vpc-cni, and kube-proxy were able to pull images from Amazone ECR, but coredns and ebs-csi-driver addons fails to...
1
answers
0
votes
716
views
Krunal
asked 7 months ago
Dear AWS Community, I am currently exploring options for implementing a pull through cache between AWS Elastic Container Registry (ECR) and a local registry. Our goal is to optimize image pulls and...
1
answers
0
votes
483
views
sushrut
asked 8 months ago
We have an EKS cluster and we are deploying cronjobs using fargate. The cronjobs runs every 15 minutes. My NAT gateway costs skyrocketed because every 15 minutes it was an amount of 1GB...
1
answers
0
votes
338
views
ignacio
asked 8 months ago
I am deploying my application on ECS. But i am getting this error while creating a service. It is working fine on my local container but not deploying on ECS ``` FROM python:latest # Set the working...
1
answers
0
votes
482
views
asked 8 months ago
When using aws ecr put-registry-policy --policy-text file://ecr.json, I can only include **"ecr:CreateRepository"** and **"ecr:ReplicateImage"** When attempting to add other policies, an error occurs...
1
answers
0
votes
1132
views
Tony
asked 8 months ago
Hi AWS Team, I want to create an ECR lifecycle policy rule that has the following condition: - Keep at least 1 image if it contains a tag as "main" or "latest" or "master" I tried to put them...
2
answers
0
votes
415
views
Dy Le
asked 8 months ago
I am trained my model using a SageMaker notebook running on us-west-2. The notebook where I trained my model uses tensorflow v2.13.1. I have saved my trained model to S3 and compressed it into a...
1
answers
0
votes
260
views
profile picture
asked 8 months ago
Hi Folks, Due to network security requirements, we have a need to proxy requests to ECR through the following infrastructure Client -> NLB -> EC2 (Nginx Proxy) -> VPCE -> ECR We have the API call...
2
answers
0
votes
599
views
CajunD
asked 8 months ago
I have got a streamlit app, I dockerize it and deploy it locally to test and it works perfectly fine. The dockerfile is as such: https://imgur.com/Zp71oGN - dockerfile I made my cluster on ECS on a...
1
answers
0
votes
786
views
asked 8 months ago