AWS iot documentation change
Summary
Added new documentation index page for AWS IoT Core, providing overview and links to developer guide, API references, and CLI documentation.
Security assessment
This change adds documentation for AWS IoT Core, which includes security features like secure communication for IoT devices. The documentation mentions secure bi-directional communication but does not indicate addressing a specific security vulnerability or incident.
Diff
diff --git a/iot/index.md b/iot/index.md index 8b1378917..d52b596c6 100644 --- a//iot/index.md +++ b//iot/index.md @@ -0,0 +1,24 @@ +# AWS IoT Core Documentation + +AWS IoT Core provides secure, bi-directional communication for Internet-connected devices (such as sensors, actuators, embedded devices, wireless devices, and smart appliances) to connect to the AWS Cloud over MQTT, HTTPS, and LoRaWAN. + +### [Developer Guide Walks through how to set up AWS IoT and integrate it with other services. ](/iot/latest/developerguide/) + +### [Device Shadow REST API Describes all of the REST API operations for working with device shadows (also referred to as thing shadows). ](/iot/latest/developerguide/device-shadow-rest-api.html) + +### [AWS IoT sections of the AWS CLI Reference Describes the AWS CLI commands that you can use to administer and manipulate AWS IoT. ](/cli/latest/reference/iot/) + +[iot](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/iot/index.html) [iot-data](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/iot-data/index.html) [iot-jobs-data](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/iot-jobs-data/index.html) [iotsecuretunneling](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/iotsecuretunneling/index.html) + +### [AWS IoT Core API Reference Describes in detail all the API operations for AWS IoT Core, including the data plane, jobs, and secure tunneling. Also provides sample requests, responses, and errors. ](/iot/latest/apireference/) + +## Related Links + + * [AWS Glossary](http://docs.aws.amazon.com/general/latest/gr/glos-chap.html) + * [Getting Started with AWS](https://aws.amazon.com/documentation/gettingstarted/) + * [SDKs & Tools](https://aws.amazon.com/tools/) + * [AWS General Reference](http://docs.aws.amazon.com/general/latest/gr/Welcome.html) + * [AWS Training](https://aws.amazon.com/training/) + * [AWS Case Studies](https://aws.amazon.com/solutions/case-studies/) + * [AWS Whitepapers](https://aws.amazon.com/whitepapers/) +