iot

IoT Core

Analytics & IoTAWS
General

General information about the service.

Description

AWS IoT Core connects IoT devices to AWS services securely at scale.

Service Namespace

AWS::IoT::Thing

ARN Pattern

arn:aws:iot:{region}:{account}:thing/{thing-name}

References

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

iot-

Length

1-128

Valid Characters

Letters, numbers, hyphens, underscores, colons

Scope

region

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "aws_iot_thing" "main" {
2 name = "iot-${var.environment}-sensor"
3}
Utilities

Utilities to support app deployment or configuration.