
Yandex Cloud Provider
Yandex Provider extends CloudQuery with ability to fetch resources from Yandex Cloud account. Compute Instances, Disks, Kubernetes Clusters, and more.
$ cloudquery init yandex-cloud/yandex
cloudquery init yandex-cloud/yandex
There are four ways to authenticate cloudquery with Yandex Cloud account:
- IAM-token.
- OAuth-token. Get it here.
- Service account key.
- Authentication from service account on instance.
To authenticate with IAM and OAuth token specify YC_TOKEN
. Path to file or service account
key itself should be passed with YC_SERVICE_ACCOUNT_KEY_FILE
. Authentication from service account on instance is used by default.
YC_SERVICE_ACCOUNT_KEY_FILE
has higher priority then YC_TOKEN
.