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

Ec2 termination protection #361

Open gamaleld opened 3 years ago

gamaleld commented 3 years ago

I confirm these files are made available under CC0 1.0 Universal (https://creativecommons.org/publicdomain/zero/1.0/legalcode)

Issue #, if available:

Description of changes: This PR contains a custom to check if EC2 termination protection is enabled on an EC2 instance. The Rule is COMPLIANT if an EC2 instance has termination protection enabled. The rule is NON_COMPLIANT if termination protection is disabled.