You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: for support questions, please first reference our documentation, then use Stackoverflow. This repository's issues are intended for feature requests and bug reports.
I'm submitting a ...
🪲 bug report
🚀 feature request
📚 construct library gap
☎️ security issue or vulnerability => Please see policy
❓ support request => Please see note at the top of this template.
What is the expected behavior (or behavior of feature suggested)?
Either pass it as an attribute or do it via LoadBalancer.add_target or AutoscalingGroup.attach_to_classic_lb methods
What is the motivation / use case for changing the behavior or adding this feature?
ELB health check type is recommended solution and caught as fault tolerance error by AWS Trusted advisor.
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. associated pull-request, stackoverflow, gitter, etc)
The text was updated successfully, but these errors were encountered:
Note: for support questions, please first reference our documentation, then use Stackoverflow. This repository's issues are intended for feature requests and bug reports.
I'm submitting a ...
What is the current behavior?
If the current behavior is a 🪲bug🪲: Please provide the steps to reproduce
Autoscaling group construct: https://docs.aws.amazon.com/cdk/api/latest/python/aws_cdk.aws_autoscaling/AutoScalingGroup.html
should have a way to set health-check type. Currently defaults to EC2
What is the expected behavior (or behavior of feature suggested)?
Either pass it as an attribute or do it via LoadBalancer.add_target or AutoscalingGroup.attach_to_classic_lb methods
What is the motivation / use case for changing the behavior or adding this feature?
ELB health check type is recommended solution and caught as fault tolerance error by AWS Trusted advisor.
Please tell us about your environment:
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. associated pull-request, stackoverflow, gitter, etc)
The text was updated successfully, but these errors were encountered: