Alan Hinchliff
Alan Hinchliff
I don't believe this PR is correct. I think `src_user` needs to be added, in between the existing `src_ip` and `source_name`. (`source_name` should not be removed)
The docs suggest that you only need to specify the credentials if you are overwriting "the default" ? > If you have credentials per s3 bucket you could overwrite the...
I'd love to see the RDS sensors extend from the `AwsBaseSensor`. We have a use-case where we need to support multiple regions, and requiring a new Connection for each region...
[log.txt](https://github.com/user-attachments/files/19186357/log.txt)
Actually at the moment I don't really have a specific use-case. I would guess that deleting a VPC is not often going to be the _best_ way to remediate. Providing...
Adding `nat-gateway`. That is enough to support deletion of a VPC created with the second Launch Wizard - "VPC with Public and Private Subnets". Needed to implement something that would...
I think this is ready to merge, with some considerations above. It might make sense to merge in this somewhat minimal implementation now. Further expansion later?
I'm not sure those automated checks are relevant anymore ....
Right, I haven't touched this in a year. I think the main concern at the time was whether there was a good use-case for including this action. (I didn't really...
It looks like this functionality in c7n was built on top of what was existing code to tag users. For the users, the resources don't store that information, so c7n...