Urgent.News

What's breaking now, across thousands of outlets.

Tech

Find the AWS Resources Nobody Is Using, and What They Cost You

This article provides a step by step guide to auditing an AWS account for resources nothing is using, pricing each finding from the AWS Price List API, and cleaning up the ones you choose. A suite of Python checks is built to cover storage, compute, networking, data services and the account-wide services that sit outside any region. https://github.com/xbill9/zombiescan What Gets Left Behind A…

This article offers a comprehensive guide to scanning an AWS account for unused resources and calculating the associated costs. The process employs a Python tool named zombiescan, which performs checks on various resource types, including storage, compute, networking, data services, and account-wide services. Unused resources, such as unattached network interfaces, idle load balancers, and orphaned EBS snapshots, can incur ongoing costs even when not in use, leading to unnecessary expenditures.

The tool generates a detailed report listing the most expensive findings, enabling you to identify and remove those resources that are not currently in use. The pricing data used in the report is sourced from the AWS Price List API and is generated per region, allowing for accurate cost assessments.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

CSS-Only Custom Elements

There's a quiet trend picking up steam in the web components world: developers using custom-element-shaped markup that never calls customElements.define() .

  • CSS-only custom elements use tag names and styles without JavaScript.
  • Benefits include minimal JavaScript cost, no bundle, and semantic tag names.
  • Example: CSS variables customize a badge component with variants.

Building an AWS + Snowflake Landing Zone with Terraform: Lessons from My CI/CD Review

Every analytics platform has an unglamorous foundation: the raw/landing tier where source data first lands before anything clever happens to it. It's easy to click that together by hand once.

  • Terraform used to build AWS + Snowflake landing zone with five child modules
  • CI/CD pipeline introduced to gate changes and ensure infrastructure safety
  • Three critical design gaps identified in Terraform code review

More from Monday 21 September →