--
You received this message because you are subscribed to the Google Groups "cloud-custodian" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cloud-custodi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cloud-custodian/7cb5143c-4f9a-48dc-b709-352d46cd63d2%40googlegroups.com.
Not working example -
python ~/cloud-custodian/tools/ops/mugc.py -c ec2_tags_compliance.yml -r us-east-1 --prefix custodian-ndesai-ec2-tag-compliance-unmark --dryrun -v
2019-05-29 07:51:20,276: custodian.cache:DEBUG Disabling cache
Working example:
python ~/cloud-custodian/tools/ops/mugc.py -c ec2_tags_compliance.yml -r us-east-1 --prefix custodian-high-risk --dryrun -v
2019-05-29 07:54:17,998: custodian.cache:DEBUG Disabling cache
2019-05-29 07:54:18,624: mugc:INFO Region:us-east-1 Removing custodian-high-risk-security-groups-remediate
2019-05-29 07:54:18,624: mugc:INFO Dryrun skipping removal
Curious to know how disabling/enabling cache plays a role in cloud custodian policy?
We distribute a script in tools/ops/mugc.py that will garbage collect resources from custodian that are no longer referenced by a set of policy files.
On Thu, May 23, 2019 at 3:55 PM Neel Desai <neelde...@gmail.com> wrote:
Hello,Is there a way to delete/remove infrastructure set by custodian in AWS? Like single command/click to delete all the resources get created by cloudformation/terraform.Thank you--Neel Desai
You received this message because you are subscribed to the Google Groups "cloud-custodian" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cloud-c...@googlegroups.com.