All rapyuta.io docs are open source. See something that's wrong or unclear? Submit a pull request.
Make a contributionThis pricing example is based on the Professional Plan subscription.
Let’s assume your ROS software application has two modules, for example, A and B. You intend to deploy three instances of A in the cloud, an instance of B on your device, and attach a persistent storage volume of 32GiB size to your application. You also want the ROS application to run for 10 hours a day.
In rapyuta.io, the ROS software application is modeled as a ROS package. The application modules are implemented as components of the package, and each component has at least one executable (a runnable entity). The instances of a component are called replicas.
You will create a ROS package with two components, for example, compA and compB using rapyuta.io.
You will then deploy the ROS package and have it run for 10 hours a day.
Monthly charges will be calculated as follows:
Cloud deployment hours (CDH) price per vCPU-hour is $0.10
CDH charges for all executables of an instance of compA
running for 10 hours a day for 30 days is
(CDH price * (sum of vCPUs of all executables) * hours): $0.10 * (1+2) * 10 * 30 days = $90
CDH charges for 3 copies of compA: $90 * 3 = $270
Volume deployment hours (VDH) price per GiB-hour is $0.00025
VDH charges for a storage volume of 32GiB size running for
10 hours a day for 30 days is
(VDH price * (storage volume size in GiB) * hours):
$0.00025 * 32 * 10 * 30 = $2.4
Total pay as you use charges: $270 + $2.4 = $272.4
Let’s assume you may require more add-ons, for example, you add 5 devices.
Add-ons price per device per month is $100
Add-ons price for 5 devices per month: $100 * 5 = $500
Total charges: $272.4 + $500 = $772.4
The add-ons (devices, users, and static-routes) are charged differently from the deployment hours.
For example, let’s assume you have subscribed to one of the plans on March 1. Suppose you add 5 additional devices on March 10. You will be charged for those 5 devices. Now, going further, you may experience either of the following three cases:
Suppose you add 3 devices add-on on March 20. You will be charged for these devices. So, the total number of devices added till now is 8 (5 + 3), and an overage charge for 8 devices is reflected in the final bill.
Suppose you remove 2 devices add-on on March 20. The devices add-on count will immediately decrease to 3. You will be charged for 5 devices (that were added on March 10) in the current bill. The removed devices will not be charged in the next month’s bill.
Suppose you neither add nor remove any devices add-on after March 10. You will be charged for the 5 devices add-on that you added on March 10.
Your credit card will, eventually, be charged with the final bill amount on the first day of the next month.