<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Gurpreet Singh</title>
    <description>The latest articles on DEV Community by Gurpreet Singh (@gurpreetsingh1979).</description>
    <link>https://dev.to/gurpreetsingh1979</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4099074%2F7cda9114-e20e-4145-9934-dc8a71a5290b.jpg</url>
      <title>DEV Community: Gurpreet Singh</title>
      <link>https://dev.to/gurpreetsingh1979</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gurpreetsingh1979"/>
    <language>en</language>
    <item>
      <title>How to Find &amp; Slash 20-40% Off Your AWS Bill in 5 Seconds with CostSlash</title>
      <dc:creator>Gurpreet Singh</dc:creator>
      <pubDate>Fri, 28 Aug 2026 13:57:37 +0000</pubDate>
      <link>https://dev.to/gurpreetsingh1979/how-to-find-slash-20-40-off-your-aws-bill-in-5-seconds-with-costslash-2lp3</link>
      <guid>https://dev.to/gurpreetsingh1979/how-to-find-slash-20-40-off-your-aws-bill-in-5-seconds-with-costslash-2lp3</guid>
      <description>&lt;p&gt;Most AWS bills accumulate silent waste over time:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Unattached EBS Volumes:&lt;/strong&gt; Forgotten disks left behind when EC2 instances are deleted ($10–$100/month per disk).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Legacy GP2 Storage:&lt;/strong&gt; Upgrading older &lt;code&gt;gp2&lt;/code&gt; volumes to modern &lt;code&gt;gp3&lt;/code&gt; gives an instant &lt;strong&gt;20% price cut&lt;/strong&gt; and faster baseline IOPS with zero downtime.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;24/7 Dev/Staging RDS:&lt;/strong&gt; Non-production databases running through nights and weekends when no developers are online.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Idle NAT Gateways:&lt;/strong&gt; Staging VPC gateways that silently incur AWS's $32.85/month base fee with zero data processed.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Unassociated Elastic IPs:&lt;/strong&gt; Unused IPv4 addresses incurring hourly AWS penalty fees.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;To solve this, I built &lt;strong&gt;CostSlash&lt;/strong&gt; — an open-source, read-only Python CLI tool.&lt;/p&gt;

&lt;h2&gt;
  
  
  ⚡ How It Works
&lt;/h2&gt;

&lt;p&gt;CostSlash scans your AWS account concurrently across all active AWS regions using thread pools in about &lt;strong&gt;2 to 4 seconds&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Install via PyPI
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
pip install costslash

### 2. Run a Fast Read-Only Scan

costslash scan --live --all-regions --commands

## 🔒 Security &amp;amp; Privacy Guarantee

• 100% Read-Only: Only calls read-only AWS metadata APIs (via Boto3).
• Zero Root Keys: Uses your existing local authenticated AWS CLI session.
• Client-Side: Zero data or telemetry is sent to any external server.

## 🔗 Links &amp;amp; Resources

• GitHub Repo: https://github.com/GurpreetSingh1979/costslash
• PyPI Release: https://pypi.org/project/costslash/
• Live Web Platform: https://costslash-web.vercel.app

Would love your feedback, stars on GitHub, and suggestions on what AWS service checks to add next!
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>aws</category>
      <category>devops</category>
      <category>python</category>
      <category>cloud</category>
    </item>
  </channel>
</rss>
