cdk-ecs-service-extensions
cdk-ecs-service-extensions copied to clipboard
Hi, I noticed that the HttpLoadBalancerExtension only support non-secure, port 80 HTTP. It would be great if prior to dropping the alpha designation we could have it also support HTTPS....
Wanted to have the ability to specify a circuit breaker like the original FargateService/Ec2Service to rollback failed deployments faster than what is now several hours, if not cancelled manually. ```ts...
### Description When deploying a service using the AppMesh extension, the Envoy container logs the following error: ``` gRPC config stream closed: 7 ``` This issue is similar to the...
Hey I've been using `AssignPublicIpExtension` for one of my stacks with no issues. After some time I needed another stack which is nearly identical to the previous one however now...
The **HttpLoadBalancerExtension** sets the ALB `internetFacing` flag to true. Looking at the code, it appears that the framework does not provide an option to turn that off. Not sure if...
Hi, I have the following CDK ``` const httpLoadBalancerExtension = new HttpLoadBalancerExtension(); serviceDescription.add(httpLoadBalancerExtension); new cloudfront.Distribution(this, id + 'Distribution', { defaultBehavior: { origin: new origins.LoadBalancerV2Origin(httpLoadBalancerExtension.loadBalancer), ..... ``` I want to create...
Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.52.0 to 2.80.0. Release notes Sourced from aws-cdk-lib's releases. v2.80.0 ⚠ BREAKING CHANGES eks: A masters role is no longer provisioned by default. Use the mastersRole property...
Hello! I hope you are doing well! We are a security research team. Our tool automatically detected a vulnerability in this repository. We want to disclose it responsibly. GitHub has...
Hi. I'm not sure this is the right place, but I'm trying to run a pre-made docker image. There is a well known permissions issue with it as described in...