Diagnosing Stream Limits - AWS IoT Core

Diagnosing Stream Limits

Troubleshooting "Stream limit exceeded for your AWS account"

If you see "Error: You have exceeded the limit for the number of streams in your AWS account.", you can clean up the unused streams in your account instead of requesting a limit increase.

To clean up an unused stream that you created using the AWS CLI or SDK:

aws iot delete-stream –stream-id value

For more details, see delete-stream.

Note

You can use the list-streams command to find the stream IDs.