Amazon Ses Rate Limits
Amazon SES enforces two sending limits per account per region — a 24-hour recipient quota and a maximum send rate — plus roughly twenty structural service quotas on identities, tenants, configuration sets, templates and receipt rules. Sandbox accounts are capped at 200 recipients/day and 1/second; production limits are use-case dependent and rise with reputation. SES publishes no rate-limit response headers: exhaustion surfaces as ThrottlingException (HTTP 400) or SMTP 454, and remaining headroom must be polled with GetAccount.
Amazon Ses Rate Limits is the machine-readable rate-limit profile for Amazon SES on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 24 rate-limit definitions, measuring emails_per_day, emails_per_second, bytes, recipients, and destinations.
The profile also includes response codes documented for throttled_api, throttled_api_exception, throttled_service_exception, throttled_smtp, and serviceUnavailable.
Tagged areas include Rate Limiting, Email, SES, and Quotas.
Limits
Sources
- https://docs.aws.amazon.com/ses/latest/dg/quotas.html
- https://docs.aws.amazon.com/ses/latest/dg/manage-sending-quotas.html
- https://docs.aws.amazon.com/ses/latest/dg/manage-sending-quotas-errors.html
- https://docs.aws.amazon.com/ses/latest/APIReference-V2/CommonErrors.html
- https://docs.aws.amazon.com/general/latest/gr/api-retries.html