kubernetes-sigs / cluster-api-provider-aws

Kubernetes Cluster API Provider AWS provides consistent deployment and day 2 operations of "self-managed" and EKS Kubernetes clusters on AWS.
http://cluster-api-aws.sigs.k8s.io/
Apache License 2.0
639 stars 562 forks source link

Workflow to delete old AMIs #5143

Open richardcase opened 2 weeks ago

richardcase commented 2 weeks ago

/kind feature

Describe the solution you'd like

Create a periodic GHA workflow that will delete AMIs that the project no longer supports.

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]

Environment:

richardcase commented 2 weeks ago

/assign /triage accepted /priority important-soon

richardcase commented 2 weeks ago

I have some code for this already and so will pick it up.