-
### 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…
-
Submitted By: jerek.shoemaker
Topic: App Setup
Team: Tier 1 Support
Hey team, I'm working on setting up an application in Argo and and am currently setting up github actions to build our container …
-
### Problem
In order to use private Docker images hosted with AWS ECR, one has to [generate](https://docs.aws.amazon.com/AmazonECR/latest/userguide/registry_auth.html) a temporarily password using `a…
-
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 bug
I have been trying to get this working with amazon ecr but somehow it doesn't use the helper with ecr.
my docker-compose.yml
```yaml
version: "3"
services:
watchtower…
-
The following can be used as inspiration.
```
# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
FROM public.ecr.aws/docker/library/node:20.9.0-slim as builder
ARG AWS_…
-
When I run the `cd scripts/ecs/appsignals/ && ./setup-ecs-demo.sh --operation=delete --region=ap-southeast-1` command on cloud9 after building the images, it fails with `sed: can't read s|"config-serv…
-
### 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…
-
Would it be possible for you to include documentation that explains how to upload the docker image to [ECR](https://docs.aws.amazon.com/AmazonECR/latest/userguide/what-is-ecr.html?pg=ln&sec=hs)?
Al…
-
### Issue description
We have a monorepo that uses serverless and aws cdk together. After a aws cdk deployment of an docker based asset, the docker registry login credentials are not removed. When do…