You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Audit Trails: added new events for Managed k8s and Lockbox.
* Cloud Desktop: added prices.
* Cloud Notification Service: added instructions for working with Push and SMS notifications.
* Cloud Notification Service: added instructions for working with SDK C++, Go, Java, JavaScript, Kotlin, .NET.
* Code Assistant: added description of suggestion indicator.
* Foundation Models: disabling request logging via ML SDK documented.
* Glossary: documented the term URL.
* Data Transfer: documented the endpoint statuses.
* Fixes and improvements.
Copy file name to clipboardexpand all lines: en/cloud-desktop/pricing.md
+52-1
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,55 @@ editable: false
8
8
9
9
10
10
11
-
At the [Preview](../overview/concepts/launch-stages.md) stage, {{ cloud-desktop-name }} is free of charge.
11
+
{% note warning %}
12
+
13
+
These prices apply starting February 25, 2025.
14
+
15
+
{% endnote %}
16
+
17
+
## What goes into the cost of using {{ sws-name }} {#rules}
18
+
19
+
The {{ cloud-desktop-name }} usage cost is based on:
20
+
* Desktop computing resources:
21
+
* Number of cores (vCPUs).
22
+
* Amount of RAM.
23
+
* Type and size of storage.
24
+
* Amount of outgoing traffic.
25
+
26
+
{% include [pricing-gb-size](../_includes/pricing-gb-size.md) %}
27
+
28
+
The monthly prices are based on 720 hours per month.
29
+
30
+
### Computing resources usage {#use-resources}
31
+
32
+
The cost of a desktop depends on the allocated computing resources and usage time. Attached disks and network usage are charged separately.
33
+
34
+
The cost is calculated for the time of using the desktop, when the status switches to `CREATING` (during creation) or `STARTING` (during startup) until it is completely stopped. The time when the desktop is stopped is not charged.
35
+
36
+
The desktop starts automatically once it is created.
37
+
38
+
### Storage usage {#use-storage}
39
+
40
+
Disks are charged for whether desktops are running or not.
41
+
42
+
## Prices for the Russia region {#prices}
43
+
44
+
{% include [pricing-diff-regions](../_includes/pricing-diff-regions.md) %}
Во время генерации подсказки слева от редактируемого кода отобразится значок загрузки . Если генерация прекратится или результата не будет, вы увидите значок отсутствия подсказки . По умолчанию индикатор подсказки включен.
*`PlatformPrincipal` — SSL-сертификат в формате `.pem`.
13
+
*`PlatformCredential` — закрытый ключ сертификата в формате `.pem`.
14
+
15
+
{% include [convert-p12-to-pem](convert-p12-to-pem.md) %}
16
+
17
+
Аутентификация с токеном — более современный и безопасный метод.
18
+
19
+
* FCM: `PlatformCredential` — ключ сервисного аккаунта Google Cloud в формате JSON для аутентификации с помощью HTTP v1 API или API-ключ (server key) для аутентификации с помощью Legacy API.
20
+
21
+
Используйте HTTP v1 API, так как с июля 2024 года [FCM legacy API не поддерживается](https://firebase.google.com/docs/cloud-messaging/migrate-v1).
Copy file name to clipboardexpand all lines: ru/_includes/notifications/auth-fcm.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Вы можете аутентифицироваться на мобильной платформе FCM с помощью _HTTP v1 API_ или _Legacy API_:
2
-
* Для аутентификации с помощью HTTP v1 API вам понадобится **Ключ сервисного аккаунта Google Cloud в формате JSON**. С помощью ключа генерируются временные токены OAuth 2.0 для аутентификации запросов в FCM HTTP v1 API. Можно получить в консоли управления Google Cloud.
3
-
* Для аутентификации с помощью Legacy API вам понадобится **API-ключ** (server key). Можно получить в консоли управления Firebase.
2
+
* Для аутентификации с помощью HTTP v1 API вам понадобится **{{ ui-key.yacloud.cns.field_gcm-file }}**. С помощью ключа генерируются временные токены OAuth 2.0 для аутентификации запросов в FCM HTTP v1 API. Можно получить в консоли управления Google Cloud.
3
+
* Для аутентификации с помощью Legacy API вам понадобится **{{ ui-key.yacloud.cns.field_gcm-api-key }}** (server key). Можно получить в консоли управления Firebase.
*`--platform-application-arn` — идентификатор (ARN) канала уведомлений.
10
+
*`--token` — уникальный Push-токен приложения на устройстве пользователя.
11
+
12
+
В результате вы получите идентификатор (ARN) мобильного эндпоинта. Сохраните его для дальнейшего использования.
13
+
14
+
Подробнее о команде `aws sns create-platform-endpoint` см. в [документации AWS](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/sns/create-platform-endpoint.html).
0 commit comments