-
### Description
When creating a Fargate Task Definition with CDK the task pulling an env file from S3 fails with this error "ResourceInitializationError: failed to download env files: file download c…
-
### Describe the bug
When I created a Task Definition with the class: new ecs.FargateTaskDefinition, the object is of type cdk.aws_ecs.FargateTaskDefinition.
If I use the function ecs.FargateTa…
-
ECS defines [Service](https://www.elastic.co/guide/en/ecs/current/ecs-service.html) fields. APM defines additional service fields, including:
- `service.environment`
- `service.framework`
- `ser…
-
I am deploying a ECS app that uses an Asset Environment File.
The ECS task is failing to start because the task execution role is not getting access to the CDK asset bucket, where the environment fil…
-
### What is the problem?
ECS Cluster container insights gets disabled, even if the cdk stack settings is set to `true`.
### Reproduction Steps
Created a minimal reproducible example at https:…
-
### Describe the bug
There is no ability to change or modify the healthcheck path or port for each targetgroup it created.
I can only modify the first targetgroup (default).
### Expected Behavior
…
-
### 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…
-
### What is the problem?
If a stack contains a ECS cluster with an ASG capacity provider, deleting the stack will fail due to an apparent circular dependency.
### Reproduction Steps
Minimal s…
-
### Describe the bug
it seems code is not compatible with llama response
### Steps to reproduce
Error logs
```zsh
2024-11-18 12:26:45.377 | DEBUG | ai_hawk.llm.llm_manager:parse_llmresult:38…
-
### What is the problem?
https://github.com/aws-samples/aws-cdk-examples/blob/master/python/ecs/ecs-service-with-advanced-alb-config/app.py
The Python ECS example does not work as expected. The EC…