# Pricing and Billing

EMQX Cloud offers a variety of flexible product plans and pricing options to support the deployment of fully managed MQTT services exclusively for you on the leading cloud providers, so you can easily scale up or down as your needs change, without any hidden costs or fees.

# Serverless Plan

EMQX Cloud Serverless Plan is billed based on the actual usage of your deployment, including the number of session minutes and the amount of traffic generated by messages. Each user is given a certain amount of free credits at the beginning of each month, which will be used first before any charges are incurred. After this free quota (session minute or traffic) is used up, you will then be charged for any additional usage.

# Billing Unit

Session Minute: One session minute stands for one connection to the deployment in the span of a minute, dnd any fraction of a minute is rounded up to one minute.

Session: Total number of clients that are currently connected simultaneously, including offline clients that have enabled Persistent sessions (opens new window).

Traffic: Traffic (including free traffic) refers to all public network traffic that flows in and out of your deployment.

# Billing Plan

Billing UnitFree quotaPrice
Session1 million session minutes / month$ 2.00 per million session minutes
Traffic1 GB / month$ 0.15 / GB

# Billing method

Session fee = sessions * connection span (measured per minute or part thereof) / 1,000,000 * 2 Traffic fee = Inbound and outbound traffic(byte)/ 1024 / 1024 / 1024 * 0.15

::: tips

Assume in a 24-hour billing period, a user has 120 sessions for 10 hours, 20 sessions for 10 hours, and 0 sessions for 4 hours, the total session minutes are: 120 * 60 * 10 + 20 * 60 * 10 + 0 = 84,000, and the session fee is 0 if this falls within the free quota. If the free quota has run out, the session fee will be 84,000 / 1,000,000 * 2 = 0.168, rounded up to $ 0.17. The traffic is calculated in the same way as the session.

:::

The bill is calculated based on the fees accumulated in the previous 24 hours, with collections taking place at 0:00 daily. You can go to the Billings (opens new window) page in EMQX cloud console to find the details.

# Spend Limit

Spend Limit helps you control how much money your Serverless deployment spends each month and you'll receive a reminder when you reach that limit. You can set the Spend Limit when you create your deployment, and you can change it later.

The spend limit can be an integer between 0 to 10000:

  • If it is set to 0, the deployment will only consume the free quota, which is 1 million connection minutes and 1 GB of traffic per month. When the free quota is used up, the deployment will be stopped.
  • If it is set to an integer between 1 and 10,000, an action should also be selected when the consumption of the deployment reaches the limit for the month, such as stopping the deployment or reminding and continuing to charge. If there is an overdue bill, regardless of the action you previously set, the deployment will be stopped.

WARING

If you have already created a Serverless (Beta) deployment, it will automatically be converted on 2023.4.1, and the maximum number of connections for the deployment will be increased to 1000. The deployment will first consume the free quota, as specified in the Pricing (opens new window) page. By default, the monthly spending limit for the deployment will be set to 0, meaning that your deployment will only use the free resources and will stop once the free quota is exhausted.

# Dedicated Plan

EMQX Cloud's Dedicated Plan is charged based on the selected product plan (Standard or Professional), instance specifications, and message transmission network traffic. There are no restrictions on the number of messages, API calls, or data integration usage. You can select the appropriate product plan based on your business needs, and be confident that the costs remain transparent and manageable even as your business expands.

# Billing Unit

Session: Total number of clients that are currently connected simultaneously, including offline clients that have enabled Persistent sessions (opens new window).

Base Fee: The base fee for the instance is calculated based on the hourly unit price corresponding to the selected product plan and instance specifications (maximum connection number, message TPS) at the time of deployment. In practical usage, this fee is only related to the duration of usage and will not be affected by changes in usage (connection number, message TPS).

Traffic Fee: Each instance specification includes a certain amount of free traffic, which is valid for the current month and will be automatically cleared at the end of the month if any remains. When device communication exceeds the gifted traffic, additional traffic fees will be charged. Here, traffic, including free traffic, measures all traffic flowing out of the deployment, including:

  • Traffic over VPC Peering or PrivateLink is not measured.
  • Traffic from messages received by the deployment, such as messages sent to the deployment from the clients, is not measured.
  • If the NAT gateway is enabled, outgoing traffic from deployment will be measured.
PlanSpecificationBase FeeFree TrafficTraffic exceeded
Standard1,000 connections / Up to 1,000 TPSfrom $ 0.18/hr100G/month$ 0.15/GB
5,000 connections / Up to 5,000 TPSfrom $ 0.5/hr
10,000 connections / Up to 5,000 TPSfrom $ 0.88/hr
Professional1,000 connections / Up to 1,000 TPSfrom $ 0.36/hr100G/month
5,000 connections / Up to 10,000 TPSfrom $ 0.99/hr
10,000 connections / Up to 20,000 TPSfrom $ 1.49/hr
50,000 connections / Up to 50,000 TPSfrom $ 3.99/hr1T/month
>50,000 connectionsContact us

::: tips Prices may vary depending on the public cloud platform selected and the deployment region. The actual price is based on the price displayed on the deployment page. :::

# Billing Method

For Dedicated Plan deployments, charges are calculated every hour based on usage for the previous hour, and charged from your account balance. The hourly charges are then accumulated into monthly charges, which you can view in detail on the Billing Overview (opens new window) page.

What’s on this page