...
ClearBlade IoT Core is priced according to the data volume used in a calendar month:
Monthly data volume | Price per MB | Registered devices | Minimum charge* |
---|---|---|---|
Up to 250 MB | $0.00 | Unlimited, within QPS maximums | 1024 bytes |
250 MB to 250 GB | $0.0045 | Unlimited, within QPS maximums | 1024 bytes |
250 GB to 5 TB | $0.0020 | Unlimited, within QPS maximums | 1024 bytes |
5 TB and above | $0.00045 | Unlimited, within QPS maximums | 1024 bytes |
Data volume is based on data exchanged by devices connected to ClearBlade IoT Core. There is no charge for create, read, update, and delete operations through the device manager.
...
Say that you have 10,000 devices connected to ClearBlade IoT Core. Each device sends one HTTP request every 30 minutes, and each request is 1024 bytes in size. Each HTTP request results in a response, and even though a response may be only a few bytes, the minimum billing size of 1024 bytes applies. Therefore, the total data volume in a month would be 27.46 GB, calculated as follows:
Requests
...
10,000 devices * 48 messages/device per day * 30 days * 1024 bytes = 13.73 GB
Responses
...
10,000 devices * 48 messages/device per day * 30 days * 1024 bytes = 13.73 GB
Total data volume
...
13.73 GB (Requests) + 13.73 GB (Responses) = 27.46 GB
...
Say that you have 50,000 devices connected to ClearBlade IoT Core. Each device sends one HTTP request every 30 minutes, and each request is 5 bytes in size. Any messages smaller than 1024 bytes are still charged as if they were 1024 bytes because 1024 bytes is the minimum data size used for billing. Each HTTP request results in a response, and even though a response may be only a few bytes, the same minimum size of 1024 bytes applies. The total data volume in a month would be 137.32 GB, calculated as follows:
Requests
...
50,000 devices * 48 messages/device per day * 30 days * 1024 bytes = 68.66 GB
Responses
...
50,000 devices * 48 messages/device per day * 30 days * 1024 bytes = 68.66 GB
Total data volume
...
68.66 GB(Requests) + 68.66 GB (Responses) = 137.32 GB
...
Consider a case where you have 50,000 devices connected to ClearBlade IoT Core. Each device sends one HTTP request every minute, and each message is 8192 bytes in size. Each request results in a response, and even though a response may be only a few bytes, any messages smaller than 1024 bytes are still charged as if they were 1024 bytes because 1024 bytes is the minimum size used for billing. Therefore, the total data volume in a month would be about 18.1 TB, calculated as follows:
Requests
...
50,000 devices * 1,440 messages/device per day * 30 days * 8192 bytes = 16.1 TB
Responses
...
50,000 devices * 1,440 messages/device per day * 30 days * 1024 bytes = 2 TB
Total data volume
...
16.1 TB (Requests) + 2 TB (Responses) = 18.1 TB
...