Stay up to date with the latest from the Knowledge Center. See all new and updated Knowledge Center articles published in the last month and re:Post’s top contributors.
All Content tagged with Amazon Elastic Container Registry (ECR)
Fully managed container registry offering high-performance hosting, so you can reliably deploy application images and artifacts anywhere
Content language: English
Select tags to filter
Sort by most recent
281 results
Hello AWS Community,
I'm experiencing issues with the ECS agent on my EC2 instance. The agent fails to start properly, and when I check the logs, I see multiple errors related to IAM role permissions...
https://mvnrepository.com/artifact/com.itextpdf/itextpdf/5.5.13.4 - this doesn't indicate vulnerability.
The reference is from the pom.xml file "META-INF/maven/com.itextpdf/itextpdf/pom.xml" inside o...
Hi, I created a SOCI index for an image that is in the ECR repository and then pushed it to this repository. Now, I see the image and the SOCI index in the repository, and I even see the digest of the...
We noticed a typo in our custom registry alias and wish to change it. The field in the console UI is greyed out (Public registry > Settings > Edit), and there doesn't seem to be a CLI method to make/r...
We are using ECR enhanced scanning to scan for security vulnerabilities in our containers. Since about a week it reports vulnerabilities of package versions that are not installed in our container.
F...
When setting up AWS ECR cross account replication with KMS, I would expect that the target account (account b) service role "AWSServiceRoleForECRReplication" would need permissions granted to the sour...
Hello, after the latest changes to the inspector, scans of our containers show active vulnerabilities for packages we have updated a long time ago. For example,
```
word-wrap
```
I have installed bot...
I am testing one of my greengrass components as a docker image but keep running "no basic auth credentials" when the docker run command executes in my recipe file. I followed the guide here as closely...
I am working on the Cloud Quest Solutions Architect. Currently I am stuck on Container Services portion. When I attempt to create a using the below command I am unable to connect due to not being a TT...
Hello ,
We use ECR to host our Helm Charts.
While push helm chart to a ECR repo with <project-name>/<chart-name>, we used to get the error of
Cmd :
helm push ./charts/argo-cd-7.8.2.tgz oci://<...
I want to deploy a lambda function that call OpenAI, do some processing for text and return result.
```
def openaipreprocessing(text):
# call OpenAI api
return vector
def save_res...