aws-solutions / automated-security-response-on-aws

Automated Security Response on AWS is an add-on solution that works with AWS Security Hub to provide a ready-to-deploy architecture and a library of automated playbooks. The solution makes it easier for AWS Security Hub customers to resolve common security findings and to improve their security posture in AWS.
https://aws.amazon.com/solutions/implementations/aws-security-hub-automated-response-and-remediation/
Apache License 2.0
394 stars 109 forks source link

EOL for Python 3.8 -- SSM run docs still using runtime 3.8 #198

Closed v0iceless closed 3 weeks ago

v0iceless commented 3 months ago

Is your feature request related to a problem? Please describe.

It is related to a problem coming up. Python 3.8 EOL for support is approaching on October 2024 and all of the SSM playbook run docs (or as far as I can tell all of them), including the one's added on Jun 20, 2024, run scripts that still rely on Python 3.8 runtime.

Describe the feature you'd like

I would like for the SSM run docs to be updated to Python 3.11 (max allowance for govcloud) so that use of this tool and function is still available after the EOL support. AWS documentation states that after Feb 2025, they will no longer support the use of Python 3.8. At the very least, provide an upgrade to a more stable version of python for extended use beyond the Feb 2025 cut off.

AaronSchuetter commented 2 months ago

We have added this to our backlog and will fix this in an update later this year. Thank you.

jrgaray27 commented 3 weeks ago

Python runtimes have been updated to 3.11. Thanks.