ecs: Bottlerocket support for AsgCapacityProvider #29432
Labels
@aws-cdk/aws-ecs
Related to Amazon Elastic Container
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the bug
I have this C# code that is defining Auto-Scaling group for ECS cluster with Amazon Image:
Security Group defines all requested connections. Role is defining everything that the ECS instance needs to work. Once the instance is created by ASG, is automtically registered with the ECS cluster and it's working. It is there, task is deployed, I can connect to the instance.
However if I change the
MachineImage
tonew BottleRocketImage()
as described in cdk docs, the registration of new EC2 instace stops working.Expected Behavior
Bottlerocket instances should automatically register to the ECS cluster.
Current Behavior
Bottlerocket instance is created by ASG, but is not registered with the ECS cluster.
Reproduction Steps
Create a new ECS cluster with ASG as described above and select Bottlerocket as Machine Image.
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.131.0
Framework Version
No response
Node.js Version
20.10.0
OS
Fedora 39
Language
.NET
Language Version
.NET 8
Other information
No response
The text was updated successfully, but these errors were encountered: