Yandex Cloud Connector
Sync cloud infrastructure resources and configurations from Yandex Cloud into your knowledge base
The Yandex Cloud connector synchronizes virtual machines, storage buckets, databases, and network resources from Yandex Cloud into your knowledge base. Each resource is converted to a document containing configuration and usage data.
Authentication
API Key — requires:
- Yandex Cloud service account key
- Appropriate IAM roles for resource read access
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
| Service Account | Input | Yes | Yandex Cloud service account email |
| Folder | Selector | Yes | Select Cloud Folder for resources |
| Resource Type | Dropdown | Yes | Select VMs, storage, databases, or all |
| Include Metrics | Switch | No | Include performance metrics |
How It Works
- Auth Validation — Verifies service account credentials
- Folder Listing — Retrieves resources from selected folder
- Config Extraction — Processes resource specifications
- Document Generation — Resources become searchable documents
Document Format
VM Instance: web-app-prod-01
Zone: ru-central1-a
vCPU: 4
Memory: 16 GB
Disk: 100 GB SSD
Status: Running
Network: prod-vpc
IP: 10.0.1.15Metadata Tags
| Tag | Type | Description |
|---|---|---|
| Resource ID | Text | Yandex Cloud resource ID |
| Resource Type | Category | VM, Storage, DB, Network |
| Zone | Category | ru-central1-a, ru-central1-b, etc. |
Pagination
Uses resource ID offset. Cursor format: offset:{resource_id}.
Limitations
- Metrics available only if monitoring enabled
- Bucket contents not synced, only metadata
- Reserved instances shown as active resources

