cloudandthings / terraform-aws-clickops-notifier

Get notified when actions are taken in the AWS Console.
https://registry.terraform.io/modules/cloudandthings/clickops-notifier/aws/latest
MIT License
209 stars 17 forks source link

Allow for sink-ing of events to S3 / Firehose #39

Closed baolsen closed 1 year ago

baolsen commented 1 year ago

It would be useful to have a record of clickOps activities that is stored somewhere.

Our use case is that sometimes we want to enable clicking in the console as a backup/break-glass/emergency access for specific accounts on specific days / times. Eg during a mission-critical application launch or some other sensitive period.

We then want to disable clicking, but still have a stored record of what happened. We can then review the record and undo the changes, or possibly codify them in future, if they were necessary to fix some sort of production emergency issue.