

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

# 在 AWS 终端用户消息发送 SMS 服务中创建配置集
<a name="configuration-set-create"></a>

使用 AWS 终端用户消息发送 SMS 服务控制台或 AWS CLI 创建配置集。创建配置集后，应添加[事件目标](configuration-sets-event-destinations.md#configuration-sets-event-destinations.title)和[保护配置](protect-configuration.md#protect-configuration.title)。

------
#### [ Creating a configuration set (Console) ]

要使用 AWS 终端用户消息发送 SMS 服务控制台创建配置集，请执行以下步骤：

1. 打开 AWS 终端用户消息发送 SMS 服务控制台，网址为 [https://console.aws.amazon.com/sms-voice/](https://console.aws.amazon.com/sms-voice/)。

1. 在导航窗格的**配置**下，选择**配置集**，然后选择**创建配置集**。

1. 对于**配置集名称**，输入配置集的描述性名称。

1. 选择**创建配置集**。

------
#### [ Creating a configuration set (AWS CLI) ]

您可以使用 [create-configuration-set](https://docs.aws.amazon.com/cli/latest/reference/pinpoint-sms-voice-v2/create-configuration-set.html) 命令创建新的配置集。

```
$ aws pinpoint-sms-voice-v2 create-configuration-set \
> --configuration-set-name {{configurationSet}}
```

在前面的命令中，将 {{configurationSet}} 替换为要创建的配置集的名称。

------