[Yandex Cloud documentation](../index.md) > [Yandex Audit Trails](index.md) > Pricing policy

# Yandex Audit Trails pricing policy

To estimate your service costs, see the pricing in this section.

The prices for service products are also available in the [price list](https://yandex.cloud/en/price-list).

{% note info %}

Currency of Service rates (prices) depends on the company you made a contract with:
* Prices in US dollars are applicable to customers of Iron Hive doo Beograd (Serbia) or Direct Cursus Technology L.L.C. (Dubai).
* Prices in Russian roubles are applicable to customers of Yandex.Cloud LLC.

{% endnote %}

All prices in RUB and KZT are inclusive of VAT; in USD, net of VAT.

Delivered [data events](concepts/events-data-plane.md) are billed.

[Management events](concepts/events.md) are currently not billed.


## Prices for the Russia region {#prices}



{% note info %}

Yandex Cloud resources are priced differently in different regions. Learn more about available regions in [Regions](../overview/concepts/region.md).

Your payment currency is determined by your contracting legal entity. For more information on creating an account, see [Registering an account in Yandex Cloud](../billing/quickstart/index.md).

{% endnote %}




| Услуга                                             | Цена              | Ед. тарификации  | Действует с       | Действует до |
| -------------------------------------------------- | ----------------- | ---------------- | ----------------- | ------------ |
| Audit Trails. Доставка событий уровня конфигурации | Не тарифицируется | 100 тыс. событий | December 31, 2025 | —            |
| Audit Trails. Доставка событий уровня сервисов     | $0.3239343744     | 100 тыс. событий | April 30, 2026    | —            |



### Cost calculation formula {#price-formula}

The cost of delivered data events is calculated in proportion to their number.

For example, delivering 17,000 data events will cost:






> (17,000 / 100,000) × $0.3239343744 = 0.17 × $0.3239343744 = $0.0550688436
>
> Total: $0.0550688436


### Cost calculation examples {#price-example}

##### Example 1

  Calculating the cost of delivering the events of receiving the contents of a Yandex Lockbox secret encrypted with the Yandex Key Management Service encryption key:
  * Each time a secret is accessed, two events are delivered: the event of [accessing](concepts/events-data-plane.md#lockbox) the Lockbox secret contents and the event of [decrypting](concepts/events-data-plane.md#kms) the secret contents using the KMS key.
  * Number of times the secret is accessed: 7,000.





  
  > (2 × 7,000 / 100,000) × $0.3239343744 = 0.14 × $0.3239343744 = $0.0453508124
  >
  > Total: $0.0453508124
  
  Where:
  
  * 2: Number of events delivered per a single access to a secret.
  * 7,000: Number of times the secret is accessed.
  * $0.3239343744: Price of delivering 100,000 events.
  * 100,000: Divisor to reduce the number of events to a billing unit.


##### Example 2

  Calculating the cost of delivering events when using Yandex Object Storage buckets.

  Total number of delivered events: 25,000. Out of which:
  * Number of [management](concepts/events.md#objstorage) events transmitted when using buckets: 1,000.
      This includes the events of creating and deleting buckets, changing access policies, and ACL and encryption settings.

  * Number of [data](concepts/events-data-plane.md#objstorage) events transmitted when using buckets: 24,000.
      This includes the events of creating objects in buckets and changing object tags.





  
  > ((25,000 - 1,000) / 100,000) × $0.3239343744 = 0.24 × $0.3239343744 = $0.0777442499
  >
  > Total: $0.0777442499
  
  Where:
  
  * 25,000: Total number of delivered Object Storage events.
  * 1,000: Number of delivered management events that are not billed.
  * $0.3239343744: Price of delivering 100,000 events.
  * 100,000: Divisor to reduce the number of events to a billing unit.