

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 监控您的 Amazon SES 发送配额
<a name="manage-sending-quotas-monitor"></a>

您可以使用 Amazon SES 控制台来监控您的发送配额，也可以使用 Amazon SES API，通过调用查询（HTTPS）接口来直接监控，或者通过 [AWS SDK](https://aws.amazon.com/tools/)、[AWS Command Line Interface](https://aws.amazon.com/cli/) 或 [AWS Tools for Windows PowerShell](https://aws.amazon.com/powershell/) 间接监控。

**重要**  
我们建议您经常检查发送统计数据，以确保不会接近发送配额。如果您快要达到发送配额，请参阅[提升您的 Amazon SES 发送配额](manage-sending-quotas-request-increase.md)了解如何提高发送配额的信息。不要等到达到发送配额时再考虑提高。

## 使用 Amazon SES 控制台来监控您的发送配额
<a name="manage-sending-quotas-monitor-console"></a>

以下过程介绍如何使用 Amazon SES 控制台来查看您的发送配额。

****

1. 登录 AWS 管理控制台 并打开 Amazon SES 控制台，网址为[https://console.aws.amazon.com/ses/](https://console.aws.amazon.com/ses/)。

1. 在导航窗格中，选择 **Account dashboard (账户控制面板)**。您的发送配额将显示在**发送限制**下。已发送的电子邮件总数、剩余发送数和已使用的发送限额百分比显示在 **Daily email usage**（每日电子邮件使用情况）下。  
![\[Account dashboard showing sending limits, daily email usage, and SMTP settings for Amazon SES.\]](http://docs.aws.amazon.com/zh_cn/ses/latest/dg/images/account_dashboard.png)

1. 要更新显示，请选择**每日电子邮件使用情况**框右上角的刷新图标。

## 使用 Amazon SES API 来监控您的发送配额
<a name="manage-sending-quotas-monitor-api"></a>

Amazon SES API 提供 `GetSendQuota` 操作，该操作返回您的发送配额。调用 `GetSendQuota` 操作时，您会收到以下信息：
+ 您在过去 24 小时内发送的电子邮件数量
+ 当前 24 小时时段内的发送配额
+ 最大发送速率

**注意**  
有关 `GetSendQuota` 的描述，请参阅 [Amazon Simple Email Service API 参考](https://docs.aws.amazon.com/ses/latest/APIReference/)。