> For the complete documentation index, see [llms.txt](https://awsnotes.dendron.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://awsnotes.dendron.so/internet-of-things-iot/aws-iot-device-management/topics/connecting-to-aws-iot-core.md).

# Connecting to AWS IoT Core

{% hint style="info" %}
This page was generated from content adapted from the [AWS Developer Guide](https://github.com/awsdocs/aws-iot-docs.git)
{% endhint %}

## Connecting to AWS IoT Core service endpoints

* **Note**\
  IoT devices should use [AWS IoT Device SDKs](https://github.com/kevinslin/aws-reference-notes/blob/main/services/aws_iot_device_management/iot-connect-devices.md#iot-connect-device-sdks). The Device SDKs are optimized for use on devices, support MQTT communication with AWS IoT, and support the AWS IoT APIs most used by devices. For more information about the Device SDKs and the features they provide, see [AWS IoT Device SDKs](https://github.com/kevinslin/aws-reference-notes/blob/main/services/aws_iot_device_management/iot-connect-devices.md#iot-connect-device-sdks).\
  Mobile devices should use [AWS Mobile SDKs](#iot-connect-mobile-sdks). The Mobile SDKs provide support for AWS IoT APIs, MQTT device communications, and the APIs of other AWS services on mobile devices. For more information about the Mobile SDKs and the features they provide, see [AWS Mobile SDKs](#iot-connect-mobile-sdks).

## Connecting devices to AWS IoT

* **Important**\
  This SDK is intended for use by experienced embedded-software developers.

## Connecting to AWS IoT FIPS endpoints

* **Note**\
  AWS IoT doesn't support AWS account-specific **AWS IoT Core - data plane** endpoints that are FIPS-compliant. Service features that require an AWS account-specific endpoint in the [Server Name Indication (SNI)](https://github.com/kevinslin/aws-reference-notes/blob/main/services/aws_iot_device_management/transport-security.md) can't be used. FIPS-compliant **AWS IoT Core - data plane** endpoints can't support [Multi-Account Registration Certificates](https://github.com/kevinslin/aws-reference-notes/blob/main/services/aws_iot_device_management/x509-client-certs.md#multiple-account-cert), [Custom Domains](https://github.com/kevinslin/aws-reference-notes/blob/main/services/aws_iot_device_management/iot-custom-endpoints-configurable-custom.md), and [Custom Authorizers](https://github.com/kevinslin/aws-reference-notes/blob/main/services/aws_iot_device_management/custom-authentication.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://awsnotes.dendron.so/internet-of-things-iot/aws-iot-device-management/topics/connecting-to-aws-iot-core.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
