-
### Describe the bug
When I run my cdk deploy of https://github.com/aws-samples/aws-cdk-examples/blob/main/python/ecs/ecs-service-with-advanced-alb-config/app.py I get the following error:
```
6:08…
-
We are `aws-fluent-bit` to route the logs from our main container to Datadog. I was recently troubleshooting an issue where the ECS Fargate task was exiting due to one of its essential containers exi…
-
### What happened?
While testing `aws_ecs_service` resource with Uptest, I observe constant update loop which leads to failing test.
Part of provider logs which represents an issue:
```
…
-
**Current behaviour**
Auto Instrumentation in the tracing tag isn't setting the `_dd.base_service` which leads to un-necessary service creation in the APM services page, ideally these services should…
-
### 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 the com…
-
Destroy gets stuck on resource `aws_ecs_service` on Fargate until you manually `stop all` the tasks.
### Terraform Version
Terraform v0.11.3
+ provider.aws v1.9.0
+ provider.template v1.0.0
#…
varas updated
3 months ago
-
### Welcome!
- [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any.
- [X] Yes, I've searched similar issues on the [Traefik community f…
-
### Terraform Core Version
1.9.2
### AWS Provider Version
5.48.0
### Affected Resource(s)
aws_ecs_service
### Expected Behavior
Expected to be able to successfully create the service.
### Actu…
-
when running CDK deploy step 81
ComfyUIStack | 81/101 | 1:33:48 AM | CREATE_COMPLETE | AWS::ElasticLoadBalancingV2::ListenerRule | ComfyUIALB/Listener/AuthenticateRuleRule (ComfyUIALBList…
-
I have a project where I use `awsx.ecs.EC2Service` to configure an AWS ECS Service, a task definition is created from this service.
Now I made a change to sst state from AWS Console by removing the…