Michael D Pechner - Akasa
Michael D Pechner - Akasa
For lambda, I know it has not change often at all, but instead of looking for 'DeleteFunction20150331' and 'TagResource20170331v2' why not just test for starts with "DeleteFunction" and "TagResource" Looking...
https://github.com/aws-samples/amazon-cloudwatch-auto-alarms/pull/39 Description of changes: src/cw_auto_alarms.py Took the following constants: default_period = '5m' default_evaluation_periods = '1' default_statistic = 'Average' Added unique env vars for each: ec2, lambda and rds For instance...
*Issue #, if available:* *Description of changes:* src/cw_auto_alarms.py Took the following constants: default_period = '5m' default_evaluation_periods = '1' default_statistic = 'Average' Added unique env vars for each: ec2, lambda and...
If the alert tag is changed, or the defaults are changed, then new alerts are created. But the current alerts that are meant to be replaced are left as is....
From settings if you hit the OpenAI slide to turn off OpenAI, the slider disappears, so you cannot reenable it. Had to clear browser history to regain access. ![Screenshot 2024-05-30...
### What happened Dockerfle still shows kube-hunter is using python 3.8. even thougt there was a merged PR for python 3.9 in 2021 3.9 should be depreciated where possible since...