

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 在實作教學 AWS IoT Core 中探索
<a name="iot-gs-first-thing"></a>

在本教學課程中，您將安裝軟體，並建立將裝置連線至 所需的 AWS IoT 資源， AWS IoT Core 讓裝置可以使用 傳送和接收 MQTT 訊息 AWS IoT Core。您會在 AWS IoT 主控台的 MQTT 用戶端中看到訊息。

您可以預期在本教學課程上花費 20-30 分鐘。當您使用 IoT 裝置或 Raspberry Pi 時，例如，如果您需要安裝作業系統並設定裝置，本教學課程可能需要更長的時間。

![AWS IoT Core 頁面入門。](http://docs.aws.amazon.com/zh_tw/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>

如果您不確定要挑選哪個選項，請使用下列各選項的優缺點清單，協助您決定哪個選項最適合您。


| 選項 | 這可能是一個好選項，如果： | 這可能不是一個好選項，如果： | 
| --- | --- | --- | 
| [使用 Amazon EC2 建立虛擬裝置](creating-a-virtual-thing.md) |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_tw/iot/latest/developerguide/iot-gs-first-thing.html)  |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_tw/iot/latest/developerguide/iot-gs-first-thing.html)  | 
| [使用您的 Windows 或 Linux PC 或 Mac 做為 AWS IoT 裝置](using-laptop-as-device.md) |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_tw/iot/latest/developerguide/iot-gs-first-thing.html)  |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_tw/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_tw/iot/latest/developerguide/iot-gs-first-thing.html)  |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_tw/iot/latest/developerguide/iot-gs-first-thing.html)  | 