Skip to content

Commit 494be84

Browse files
committed
add limit quota information
1 parent 1a3668e commit 494be84

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ and the result is sent to the bulk import SQS queue.
7676

7777
# Prerequisites
7878

79+
- [Identify any need to increase limit quotas](doc/aws-api-limits.md).
7980
- Amazon Web Services account. If you don't have an account, refer to https://docs.aws.amazon.com/iot/latest/developerguide/setting-up.html. The relevant sections are **Sign up for an AWS account** and **Create a user and grant permissions**.
8081
- Basic experience with Amazon CloudFormation
8182
- Linux workstation or Amazon Linux EC2 instance with:

doc/aws-api-limits.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# AWS API Limits
2+
3+
Thingpress invokes AWS APIs to import certificates and configurations.
4+
5+
AWS protects customers by setting default limits to APIs. However, high performance operations (like those in Thingpress) may exceed the limits. The following is a list of APIs that may be impacted and to what value may require adjustment.
6+
7+
- [AWS IoT Core endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/iot-core.html#throttling-limits)
8+
9+
On the AWS IoT Core endpoints and quotas page, use the link in the **Adjustable** column to request an API limit increase.
10+
11+
| API | Default Value (TPS) | Adjusted Value (TPS) <br/> (Default Parallelism)|
12+
| --- | ------------------- | -------------------- |
13+
| AttachPolicy | 15 | **100** |
14+
| AttachThingPrincipal | 100 | n/a |
15+
| AttachThingToThingGroup | 100 | n/a |
16+
| CreateThing | 100 | n/a |
17+
| DescribeCertificate | 10 | **100** |
18+
| DescribeThing | 350 | n/a |
19+
| DescribeThingGroup | 100 | n/a |
20+
| DescribeThingType | 100 | n/a |
21+
| GetPolicy | 10 | n/a |
22+
| RegisterCertificateWithoutCA | 10 | **100** |
23+
24+
These limits were last checked on 6/13/2025. Please enter an issue if you identify a discrepancy.

0 commit comments

Comments
 (0)