What is the rate limit when generating IoT certificates?

0

Our IoT project is nearly complete, but before we go live we need to generate large numbers of certificates so that we can prepare our devices for distribution. I'm using the Java API to create these via my own program and I am trying to generate them in parallel in order to save time.

I'm running into a rate limit issue. I can generate about 85 certificates before I start getting rate limit exceptions. The exceptions are coming from the "createKeysAndCertificate" method in IotClient.

What is the rate limit on this function? We would like to be able to generate batches of 1000 certificates at a time. Is this possible? Is there a different way to create large groups of certificates?

Thanks.

1 Answer
0

Hi Frank. You can find the limits here: https://docs.aws.amazon.com/general/latest/gr/iot-core.html#throttling-limits. This particular limit is adjustable.

Enter image description here

profile pictureAWS
EXPERT
Greg_B
answered 4 months ago
profile pictureAWS
EXPERT
reviewed 4 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions