# 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_defender/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_defender/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_defender/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_defender/x509-client-certs.md#multiple-account-cert), [Custom Domains](https://github.com/kevinslin/aws-reference-notes/blob/main/services/aws_iot_device_defender/iot-custom-endpoints-configurable-custom.md), and [Custom Authorizers](https://github.com/kevinslin/aws-reference-notes/blob/main/services/aws_iot_device_defender/custom-authentication.md).


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
