Pricing for Yandex API Gateway
What goes into the cost of using API Gateway
In API Gateway, you're charged for the number of requests to created API gateways and outgoing traffic.
Warning
API Gateway only handles HTTPS requests. The service automatically redirects all requests to API gateways over the HTTP protocol to their HTTPS versions.
Example of calculating the cost of an API gateway
For example, let's say you create an API gateway that processed 10,000,000 requests over HTTPS.
The cost of this API gateway is:
₽75 × (10,000,000 / 1,000,000) = 750 ₽
Where:
- ₽75: Price per 1 million API gateway calls.
- 10,000,000 / 1,000,000: Number of millions of requests over HTTPS.
Pricing
API gateway requests
Service | Price per 1 million requests, without VAT |
---|---|
Requests to API gateways, up to 100,000 requests per month | Free |
Requests to the API gateway, more than 100,000 requests per month | $0.961538 |
You pay for the actual number of invocations. For example, the cost of ten thousand invocations is $0.00961538
.
Service | Price per 1 million requests, with VAT |
---|---|
Requests to API gateways, up to 100,000 requests per month | Free |
Requests to the API gateway, more than 100,000 requests per month | ₽75 |
You pay for the actual number of invocations. For example, the cost of ten thousand invocations is ₽0.75
.
Outgoing traffic
When using the service, you pay for the traffic from Yandex.Cloud to the internet. Traffic between Yandex.Cloud services and incoming internet traffic are free.
The minimum charging unit is 1 MB.
Resource category | Cost of 1 GB, without VAT |
---|---|
Outgoing traffic, <10 GB | $0 |
Outgoing traffic, >10 GB | $0.012307 |
Resource category | Cost of 1 GB, with VAT |
---|---|
Outgoing traffic, <10 GB | ₽0 |
Outgoing traffic, >10 GB | ₽0.9600 |