AWS: Custom Config Rule
-- Explain Custom config with an example? -- Custom config rules in AWS Config allow you to define your own rules to evaluate the configuration settings of your AWS resources. These rules help ensure that your resources are compliant with your organization's requirements and best practices. A custom config rule is created using AWS Lambda functions that evaluate the resource configurations and return a compliance status. { "ConfigRuleName": "Sumodh c Sabu", "Description": "Checks if S3 buckets have server-side encryption enabled.", "InputParameters": {}, "Scope": { "ComplianceResourceTypes": [ "AWS::S3::Bucket" ] }, "Source": { "Owner": "CUSTOM_LAMBDA", "SourceIdentifier": <<arn name>> } } -- In this example , the custom config rule is named "Sumodh c Sabu" and its purpose is to verify if S3 buckets have se