awsiot
Command Line utility to easily provision IoT things in AWS
What it is and what it does
awsiot is a command-line wrapper around AWS IoT provisioning operations. It lets you create IoT Things and ThingTypes, assign attributes to them, and attach certificates—operations that would otherwise require writing boto3 code or using the AWS console. The tool reads your local AWS credentials and uses them to interact with your AWS account.
The package depends on boto3 and botocore for AWS API calls, and click for CLI argument handling. However, it has been abandoned since late 2017, with no updates to track AWS API changes or support modern Python versions. Before adopting it, you should verify whether it still works with current AWS SDK versions and whether your use case would be better served by writing boto3 code directly or using newer provisioning tools.
Use it for:
- Quickly create a single IoT Thing with attributes from the command line during local development or testing.
- Bulk-provision multiple IoT devices by scripting repeated calls to awsiot newthing with different parameters.
- Attach pre-existing certificates to Things without writing custom Python code.
- Set up IoT ThingTypes once and reuse them across multiple Things with consistent attributes.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Command-line tool for provisioning AWS IoT Things and ThingTypes, and attaching certificates to them.
No. The package is abandoned (last update 2017-12-10) and targets Python versions up to 3.6. Compatibility with modern boto3, botocore, and current Python releases is unverified. For AWS IoT provisioning, writing boto3 code directly or using AWS's official provisioning tools is safer and more maintainable.
Install
awsiot on PyPI
pip
pip install awsiotuv
uv add awsiotpoetry
poetry add awsiotInstalling awsiot
Before you install
Low install friction with standard dependencies (boto3, botocore, click), but the package is abandoned—last commit was 2017-12-08 and no updates since 2017-12-10. Compatibility with modern AWS SDK versions and current Python releases is uncertain.
License in practice
MIT license is permissive and poses no restrictions on use, modification, or distribution.
Quickstart
pip install awsiot
# Requires AWS credentials configured at ~/.aws/config
awsiot newthing MyDevice -a /path/to/attributes.json
awsiot attachcert MyDevice arn:aws:iot:region:account:cert/id
Requires an existing AWS credentials file (~/.aws/config) with valid access keys and region configured.
Verify before relying
- Whether this tool works with current versions of boto3 and botocore, given the 2017 release date.
- Whether the CLI interface remains compatible with modern AWS IoT API changes since 2017.
- Support for Python versions beyond 3.6, which was the latest listed at release.
Package facts
| License | MIT (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — boto3, botocore, click |
| Maintenance | abandoned — 3,169 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 215,764/month — #9,394 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: awsiot-0.1.3-py3-none-any.whl
Keywords: aws, iot
Tags
More Utilities packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
charset-normalizerDetects and normalizes text encoding from…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
PygmentsPygments is a syntax highlighter that colorizes…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
awscliv2Provides a Python wrapper around AWS CLI v2,…
permissive · top 15,000 on PyPI
awsiotsdkConnects Python applications to AWS IoT Core…
permissive · top 5,000 on PyPI
azure-mgmt-iothubprovisioningservicesManages Azure IoT Hub Provisioning Services…
permissive · top 5,000 on PyPI
aws-cdk.aws-certificatemanagerProvides AWS CDK Constructs for provisioning…
permissive · top 15,000 on PyPI
awscurlA curl-like command-line tool that…
permissive · top 15,000 on PyPI
awscliProvides a unified command-line interface to…
permissive · top 1,000 on PyPI
azure-iot-deviceConnects Python applications to Azure IoT Hub…
permissive · top 15,000 on PyPI
aws-cdk.aws-iot-alphaProvides AWS CDK constructs for defining AWS…
permissive · top 15,000 on PyPI
azure-iot-hubProvides CRUD operations and service management…
permissive · top 15,000 on PyPI
aws-cdk.aws-iamProvides Python constructs for defining AWS IAM…
permissive · top 15,000 on PyPI