Recued
Menu
← Back to recipes

What am I paying DigitalOcean for that is doing nothing

by recued-core v1 11 views

Use “What am I paying DigitalOcean for that is doing nothing” in Recued. Finds resources that bill while idle: powered-off droplets, volumes attached to nothing, load balancers with no backends, and accumulated snapshots. A powered-off droplet still bills — only destroying it stops the charge.

How it works 28 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (28 steps)
page clamp
Clamp setting per page between 1 and 200
balance_raw ?
defaults defaults
Apply defaults
mtd_num to_number
Convert mtd to a number
droplets_raw ?
droplets default
Apply default
droplet_count count
Count items in droplets
stopped filter
Filter by condition
stopped_count count
Count items in stopped
volumes_raw ?
volumes default
Apply default
volume_count count
Count items in volumes
detached filter
Filter by condition
detached_count count
Count items in detached
detached_gb sum
Sum values in
lbs_raw ?
lbs default
Apply default
lb_count count
Count items in lbs
empty_lbs filter
Filter by condition
empty_lb_count count
Count items in empty lbs
snapshots_raw ?
snapshots default
Apply default
snapshot_count count
Count items in snapshots
snapshot_gb sum
Sum values in
idle_items math
Calculate: {{step.stopped_count}} + {{step.detached_count}} + {{step.empty_lb_count}}
card to_summary
Format results as a summary card
stopped_table to_table
Format results as a data table
detached_table to_table
Format results as a data table
Settings 2 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

per page setting = 200
digitalocean setting =

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Permissions it requires

Read your Digitalocean connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

digitalocean digitaloceancloudcostwasteinfrastructureread-only

Details

28 steps 2 configurable settings recipe_id: review-idle-spend-digitalocean