Innablr / revolver

AWS Powercycle Facility
MIT License
2 stars 2 forks source link

Add support for "pretend" matchers which don't actually apply the actions #348

Closed lyricnz closed 2 weeks ago

lyricnz commented 3 weeks ago

Per #347

lyricnz commented 3 weeks ago

With config

          matchers:
            - name: 'aws-ecp-infradev-workload-demo3-nonprod: EC2_ONE'
              filter:
              - accountId: '658730722470'
              - tag: SomeTag|ONE
              - type: ec2
              schedule: '24x7'
              priority: 5
              pretend: true

The following audit actions are created

image