

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

# AWS IoT Core 在动手教程中探索
<a name="iot-gs-first-thing"></a>

在本教程中，您将安装软件并创建连接设备所需的 AWS IoT 资源， AWS IoT Core 以便设备可以发送和接收 MQTT 消息。 AWS IoT Core您将在 AWS IoT 控制台的 MQTT 客户端中看到这些消息。

您预计需要花费 20-30 分钟来完成本教程。如果您使用的是物联网设备或 Raspberry Pi，则您可能需要花费更长时间来完成本教程，因为您可能需要安装操作系统并配置设备。

![AWS IoT Core 页面入门。](http://docs.aws.amazon.com/zh_cn/iot/latest/developerguide/images/iot-getting-started.png)


本教程最适合想要入门的开发者， AWS IoT Core 这样他们就可以继续探索更高级的功能，例如[规则引擎](https://docs.aws.amazon.com//iot/latest/developerguide/iot-rules.html)和[阴影](https://docs.aws.amazon.com//iot/latest/developerguide/iot-device-shadows.html)。本教程通过比[快速入门教程](iot-quick-start.md)更详细地解释这些步骤，让你为继续学习 AWS IoT Core 以及它如何与其他 AWS 服务交互做好准备。如果您只是想要快速、类似于 *Hello World* 这样的简单教程，请尝试 [试试 AWS IoT Core 快速连接教程](iot-quick-start.md)。

设置好您的 AWS 账户 和 AWS IoT 主机后，您将按照以下步骤查看如何连接设备并让设备向其发送消息 AWS IoT Core。

**后续步骤**
+ [选择最适合您的设备选项](#choosing-a-gs-system)
+ 如果您不打算使用 Amazon EC2 创建虚拟设备，请[创建 AWS IoT 资源](create-iot-resources.md)。
+ [配置您的设备](configure-device.md)
+ [使用 MQTT 客户端查看 AWS IoT MQTT 消息](view-mqtt-messages.md)

有关的更多信息 AWS IoT Core，请参阅[什么是 AWS IoT Core](what-is-aws-iot.md)？

## 哪种设备选项最适合您？
<a name="choosing-a-gs-system"></a>

如果您不确定要选择哪个选项，请参照下表中列出的每个选项的优缺点来帮助您确定最适合的选项。


| Option | 这可能是一个不错的选择，如果： | 这可能不是一个好的选择，如果： | 
| --- | --- | --- | 
| [使用 Amazon EC2 创建虚拟设备](creating-a-virtual-thing.md) |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_cn/iot/latest/developerguide/iot-gs-first-thing.html)  |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_cn/iot/latest/developerguide/iot-gs-first-thing.html)  | 
| [使用你的 Windows、Linux 电脑或 Mac 作为 AWS IoT 设备](using-laptop-as-device.md) |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_cn/iot/latest/developerguide/iot-gs-first-thing.html)  |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_cn/iot/latest/developerguide/iot-gs-first-thing.html)  | 
| [连接 Raspberry Pi 或其他设备](connecting-to-existing-device.md) |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_cn/iot/latest/developerguide/iot-gs-first-thing.html)  |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_cn/iot/latest/developerguide/iot-gs-first-thing.html)  | 