awslabs / aws-config-rules

[Node, Python, Java] Repository of sample Custom Rules for AWS Config.
http://aws.amazon.com/config/
Creative Commons Zero v1.0 Universal
1.58k stars 851 forks source link

Update in Rule EC2_SECURITY_GROUP_NOT_USED #405

Open lucasrf1984 opened 1 year ago

lucasrf1984 commented 1 year ago

Hi,

I would like to report a required update to get the rule EC2_SECURITY_GROUP_NOT_USED created. I've noticed that the parameters.json is set to python3.6 and this is a runtime no longer supported for lambda. I recommend you to update the file to python3.7 which i tested and works.

If you need any other details, please let me know.