Software Alternatives & Reviews

Use custom rules to validate your compliance

AWS Lambda AWS Config
  1. Automatic, event-driven compute service
    Pricing:
    • Open Source
    You can build a custom config rules in 2 ways, using AWS Lambda and CloudFormation Guard. Lambda gives you a lot of flexibility, but it also brings complexity of maintaining. CloudFormation Guard is a bit more lightweight in that regard. Yes, you still need to maintain the logic to determine when your resource is compliant or not. But you need to do this in both cases, thus my go to preference is CloudFormation Guard.

    #Cloud Computing #Cloud Hosting #Backend As A Service 244 social mentions

  2. Cloud Monitoring
    Pricing:
    • Open Source
    AWS has a lot of controls built in, but what if you need more? AWS Config allows you to create your own rules. These rules can then inspect your resources and determine if they are compliant. This is useful when you want to enforce certain configuration settings. Giving you an overview of how compliant your workloads are.

    #Cloud Infrastructure #Monitoring Tools #Cloud Monitoring 17 social mentions

Discuss: Use custom rules to validate your compliance

Log in or Post with