How to actually pick your Amazon SES plan after the July 2026 pricing overhaul (and whether the dedicated IP is worth it)
On July 21, 2026, Amazon restructured SES billing into three tiered plans — the biggest change to SES pricing in years (AWS, SES pricing page). A reader left a comment on our earlier SES provider comparison asking specifically about the Essentials/Pro split and whether a dedicated IP actually earns its keep. Fair question, and the pricing page alone doesn't answer it. Here's how to check which…
Amazon SES has restructured its billing into three tiered plans—Essentials, Pro, and Enterprise—as of July 2026. The most significant change is the shift from legacy à la carte pricing to a tiered system. To determine which plan you are on, use the AWS CLI command `aws sesv2 get-account --region <region> --query PricingAttributes`.
Based on the region, the plan status will be returned as NONE, ESSENTIALS, PRO, or ENTERPRISE. Each plan has a base fee per 1,000 emails, with the Enterprise plan offering the most extensive features, including multi-region failover and an annual deliverability assessment. The Essentials plan provides basic monitoring and deliverability insights, while Pro adds managed dedicated IPs and additional deliverability tools.
To decide if the dedicated IP is worth it, calculate the costs for your expected email volume using the provided pricing table.
Brief written by urgent.news from Dev.to's own syndicated text. Machine-written — may contain errors; check the original before relying on it.