aws-ecs-patterns: ApplicationLoadBalancedFargateService not generating health check #29832
Labels
@aws-cdk/aws-ecs-patterns
Related to ecs-patterns library
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p2
Describe the bug
The current implementation of the
ApplicationLoadBalancedFargateService
is not generating the health checks definition for the service in CloudFormation.Example code that produces the Issue:
Generated CloudFormation output:
Expected Behavior
That the defined health check in CDK code is generated in the CloudFormation output and deployed to AWS.
Current Behavior
No health check is generated, nor deployed.
Reproduction Steps
ApplicationLoadBalancedFargateService
from provided example with healthCheck set.cdk synth
cdk.out
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.137.0 (build bb90b4c)
Framework Version
No response
Node.js Version
v20.12.1
OS
macOS 14.4.1 (23E224)
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: