Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Secrets Manager, CloudFront Distributions, and API Gateway #139

Open
mfh-96 opened this issue Apr 19, 2023 · 3 comments
Open

Comments

@mfh-96
Copy link

mfh-96 commented Apr 19, 2023

Is your feature request related to a problem? Please describe.
The need for cleaning up these 3 services came about by looking at the highest cost services. Currently using the aws-auto-cleanup for other high cost services that are already supported.

Describe the solution you'd like
Add support for Secrets Manager, CloudFront Distributions, and API Gateway

Describe alternatives you've considered
There are some other similar to aws-auto-cleanup, but these option did not support deletion/cleanup based on resource age

@mlevit
Copy link
Owner

mlevit commented Apr 19, 2023

Hey @mfh-96 thanks for the feature request.

I'll have a look at adding these. Are you aware of any dependency challeges I might face with deleting these? Sometimes they have inter dependencies with others services that makes deleting resources quite tricky.

@mfh-96
Copy link
Author

mfh-96 commented Apr 20, 2023

Thanks for looking into this.

Secrets Manager - need to disable the secret and schedule for deletion in desired amount of days
CloudFront distributions - needs to be disabled prior to deletion
API Gateway - should be no dependencies

@atqhg23
Copy link
Contributor

atqhg23 commented May 12, 2023

+1 on this, would be great to have support for these

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants