-
### Describe the bug
The example code provided in https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_stepfunctions_tasks/EcsEc2LaunchTarget.html is not functional. Although adding a default as…
-
We create a secure string parameter in SSM and pass it down to an ECS service via a TaskDefinition (inside a ContainerDefinition) as Secret.
However, the version of the secure string seems to be igno…
-
⚠️ This is a **placeholder** for our request and will be updated as we progress with the implementation. 🚧
### Description
We are working on adding ECS group by fields to the alerting document s…
-
### Describe the bug
I have this C# code that is defining Auto-Scaling group for ECS cluster with Amazon Image:
```C#
_cluster.AddAsgCapacityProvider(new AsgCapacityProvider(this, "asg-provider",…
-
### Describe the bug
The runtime platform on the pattern top level is getting ignored when set, for example as LINUX ARM64.
```
const scheduledTask = new ecsPatterns.ScheduledFargateTask(this, 'S…
-
### Describe the bug
In ECS services using an EC2 capacity provider strategy, an instance profile supplied to the launch template used in the auto scaling group places a condition on the `ecs:Poll` a…
-
**Affected module**
Ingestion Framework
**Describe the bug**
While ingesting data models from Qlik sense only data models created via Data Manager are ingested not those created via load scripts.…
-
### Describe the bug
When specifying EKS task in batch module like this:
```
container_definition = batch.EksContainerDefinition(
self,
f"foo",
image=ecs.Co…
-
Hey @Rich-Harris, congrats for this (pre-)release, excited to see you explore the space of declarative 3D further! 🚀
I have also been doing that a bit over the last year or two. Though I am not a …
-
### Describe the bug
When doing a hotswap deployment of an ECS instance, the following error was thrown:
```
Could not perform a hotswap deployment, because the CloudFormation template could not …