You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
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
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
The text was updated successfully, but these errors were encountered: