Key Management Service pricing policy
Tip
To calculate the cost of symmetric and asymmetric encryption and asymmetric signature, use the calculator on the Yandex Cloud website or see the pricing info in this section.
Prices for service products are also available in the Price list.
The cost of using Key Management Service is based on:
-
Number of active key versions: versions with the
Active
andScheduled For Destruction
statuses.Alert
After a key is deleted, all its versions are still charged for three days, as per the deletion process.
-
Number of performed cryptographic operations (encrypt, decrypt, reEncrypt, generateDataKey).
Prices for the Russia region
Note
Prices for Yandex Cloud resources vary based on the region. For more information about the available regions, see Regions.
The currency you can use to pay for the resources depends on which legal entity you entered into agreement with. For more information on creating an account, see Registering an account in Yandex Cloud.
Billed hourly. The price per month is provided for reference based on 720 hours per month. The value is rounded.
Symmetric encryption
Service | Price, without VAT |
---|---|
Use of one symmetric key version per month | $0.025920 |
Use of one symmetric key version stored in hardware security module (HSM) per month | $3.239999 |
10,000 cryptographic operations | $0.025920 |
For example, if 10,000 operations are performed with one symmetric key version and 20,000 with another, the cost per month will be:
$0.025920 × 2 + ($0.025920 × 10,000 / 10,000) + ($0.025920 × 20,000 / 10,000) = $0.129600
Asymmetric encryption
Service | Price, without VAT |
---|---|
Use of one asymmetric key version per month | $0.025920 |
10,000 cryptographic operations for the RSA2048 or ECDSA algorithms | $0.051840 |
10,000 cryptographic operations for the RSA3072 or RSA4096 algorithms | $0.129600 |
For example, if 40,000 operations for the ECDSA algorithm are performed with one asymmetric key version and 30,000 operations for the RSA3072 algorithm with another, the cost per month will be:
$0.025920 × 2 + ($0.051840 × 40,000 /10,000) + ($0.129600 × 30,000 / 10,000) = $0.648000