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 other resource types than disks #80

Open
inkel opened this issue Dec 13, 2023 · 1 comment
Open

Add other resource types than disks #80

inkel opened this issue Dec 13, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@inkel
Copy link
Collaborator

inkel commented Dec 13, 2023

Currently this project only deals with unused disks, however, as pointed out by @Pokom in #70

…and if there are plans to extend unused to other resources such as loadbalancers, service accounts, SQL instances etc.

Initially this project was named unused-pds but then I realized it could be used for other than disks. Before releasing a v1.0 I think we should investigate which other resources could be included and extend both cmd/unused and cmd/unused-exporter to support those.

I suggest we keep this issue as a parent tracking issue to add all those resources we think it would be nice to manage with this.

@inkel inkel added the enhancement New feature or request label Dec 13, 2023
@Pokom
Copy link
Contributor

Pokom commented Dec 13, 2023

Not in any particular order:

  • Compute Instances(Virtual machines)
  • Load Balancers
  • Service Accounts(and keys)
  • SQL|Memcache|Redis instances
  • Cloud Run|Lamba|Whatever azure's serverless is called

These all have some associated cost with them. Though I guess it does get a bit harder to tell when a compute instance is unused.

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

No branches or pull requests

2 participants