ECS Cluster ASG drain hook uses python 3.6 runtime which will not be supported by AWS soon. #20194
Unanswered
baraksalomon
asked this question in
Q&A
Replies: 1 comment
-
This appears that a newer version of CDK (I checked with 2.65) fixes this by using Python 3.9 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
The Lambda created as part of the drain hook for ECS ASG uses python 3.6 runtime:
https://github.com/aws/aws-cdk/blob/v1.154.0/packages/@aws-cdk/aws-ecs/lib/drain-hook/instance-drain-hook.ts
is there a plan to change it to a supported python runtime version?
Thanks,
Barak.
Beta Was this translation helpful? Give feedback.
All reactions