App Engine
With App Engine you pay only for your resource consumption. The resources are provisioned with granular units called "Cloudlets". This allows to allocate exactly the needed amount of resources.
1 Cloudlet = 128MiB of RAM and 400MHz of CPU
You have a choice between a dynamic, cost-efficient model (usage-based) and a traditional model with fix pricing (reserved).
Dynamic cloudlets
Reserved cloudlets
With this model, the price is variable as you pay only for what you really use. For instance, during the day there is high load of your application (you pay more) and at night there is low load (you pay less).
Number of cloudlets | Hourly price° | Monthly price°¹ | Discount |
---|---|---|---|
01 - 09 | CHF 0.012 | CHF 8.76 | 0% |
10 - 24 | CHF 0.0114 | CHF 8.32 | 5% |
25 - 49 | CHF 0.0108 | CHF 7.88 | 10% |
50 and more | CHF 0.0102 | CHF 7.44 | 15% |
The discount level is the total sum of all dynamic cloudlets in use per environment.
With this model, you pay a fixed price. You always pay for the configured (reserved) number of Cloudlets, even if you use fewer resources.
Number of cloudlets | Hourly price° | Monthly price°¹ | Discount |
---|---|---|---|
01 - 24 | CHF 0.0096 | CHF 7.00 | 20% |
25 - 49 | CHF 0.0084 | CHF 6.13 | 30% |
50 - 149 | CHF 0.0072 | CHF 5.25 | 40% |
150 and more | CHF 0.006 | CHF 4.38 | 50% |
The discount level is the total sum of all reserved cloudlets per environment.
Disk space is charged hourly per GB of disk space used in your environment.
Disk used | Hourly price° | Monthly price°¹ |
---|---|---|
1 GB | CHF 0.00035 | CHF 0.26 |
This is about an external, public IPv4 address which is directly accessible from outside of the cluster. Charges accrue hourly for as long as the public IP exists.
Item | Hourly price° | Monthly price°¹ |
---|---|---|
1 public IPv4 | CHF 0.01 | CHF 7.30 |
1 TB External Traffic. Per environment 1 TB of external traffic per month is included. Traffic above the included quota, costs CHF 0.06 per GB per month. Internal traffic is always free.
You probably ask yourself: how much does it cost me exactly per month? Well, this is always different as it depends on your application load. Therefore, we recommend anybody:
- 2.Deploy your application(s)
- 3.Discover your price
° Prices are in CHF (Swiss franc) and don't include VAT. 1 CHF is usually equal to 1 USD.
¹ Monthly price estimates are based on 730 hours of usage.
Last modified 1yr ago