-
Currently, there's an inconsistency between the image paths for the EBS CSI driver in different registries:
- KCR: registry.k8s.io/`provider-aws`/aws-ebs-csi-driver
- ECR: public.ecr.aws/`ebs-csi-…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help…
-
### What happened?
Changing `eks.Cluster.authenticationMode` from the default value of `CONFIG_MAP` to `API` throws an error. (Also note that the default value is not noted in the docs: https://www.p…
-
### Describe the bug
When using aws-cdk with other tools (e.g. serverless in a monorepo), using a docker deployment artifact that uses ECR to upload, the aws-cdk stays signed in with the created role…
-
In specific scenarios, a user may wish to override the `code` property used when instantiating the SingletonFunction for this Construct. ECRDeploymentProps should hence be changed to allow this.
##…
-
### Describe the feature
We are using the aws.ecr resource in a policy that looks for ECR repos that have not been used in X number of months. It would be nice if we could then use Custodian to delet…
-
### Summary
AWS ECR scans are being used to scan containers in AWS. The results sometimes vary between scans. Solutions include:
- [ ] update our workflow to run the scans in ECR through GA (publish…
-
### What were you trying to accomplish?
As part of administering an EKS Cluster in AWS GovCloud, us-gov-west-1, I upgraded the cluster version (from v1.26 -> v1.27). As per the documentat…
-
https://github.com/awslabs/amazon-ecr-credential-helper
It seems like a massive improvement over the classic:
```sh
aws ecr get-login-password --region=foo | \
docker login --username AWS --…
-
### What happened?
`Pulumi.DockerBuild.Image` shows an error on `pulumi preview` when the ECR repository has not yet been created, but it does create the repository at the same time the docker build …