Welcome to the Parsivex Blog

A placeholder post demonstrating blog typography — headings, code blocks, callouts, and tables styled identically to help articles.

Published July 14, 2026 · Last updated July 14, 2026

This is a placeholder post for the Parsivex blog pipeline. Real launch articles will target specific AWS waste problems and link into the help centre for reference.

Why blog posts look like help articles

Blog MDX reuses the same component map as the help centre — no separate typography system. That means callouts, code blocks, and tables render with identical styling.

Example diagnostic steps

When you investigate NAT Gateway spend, a typical workflow looks like this:

  1. Check data transfer

    Open the VPC flow logs or Cost Explorer and confirm how much traffic routes through the NAT Gateway versus VPC endpoints.

  2. Look for cross-AZ traffic

    NAT Gateways charge per GB processed. Cross-AZ routing is a common driver of unexpected NAT bills.

  3. Run a Parsivex scan

    Parsivex flags NAT Gateway overuse when data transfer exceeds configured thresholds. Run a free scan to see your total estimated waste.

Quick reference

SurfacePurpose
Blog postQuestion / how-to — diagnose and fix a specific problem
Help articleReference — what a finding type means in Parsivex
Free scanConnect AWS read-only and see total estimated monthly waste

Example CLI command

Use the AWS CLI to list NAT Gateways in a region:

aws ec2 describe-nat-gateways \
  --region us-east-1 \
  --query 'NatGateways[*].[NatGatewayId,State,VpcId]' \
  --output table

What comes next

Launch articles will map one-to-one to shipped waste detectors. Each post links down into the corresponding finding-type help article — never the other way around.

Related articles

Find wasted AWS spend across your whole account

Connect read-only and run a free waste scan — no credit card required. Parsivex flags idle resources, oversized instances, and networking waste in every region.

Get your free scan