Questions tagged [yandexcloud]

Questions about setting up services in Yandex Cloud and programming are on-topic.

Yandex Cloud is a Infrastructure as a service cloud.

13 questions
6
votes
1 answer

MlflowException: API request (Caused by ResponseError('too many 503 error responses'))

I am using mlflow to register my model. I try to use 'Scenario 4' when artifacts load to S3 bucket from local. Add credentials of S3 bucket to .aws/credentials Set endpoint and mlflow…
sergzemsk
  • 164
  • 3
  • 12
1
vote
1 answer

Yandex-Tank unable to run JMeter - Unable to access to JMeter executable file or it does not exist

I'm trying to start JMeter from Yandex.Tank in Yandex Cloud instance, based on Ubuntu 18. Installed JMeter here: /home/tank/apache-jmeter-5.2.1/bin/jmeter If I run JMeter using this path it starts…
Vadim Yangunaev
  • 1,817
  • 1
  • 18
  • 41
1
vote
1 answer

Granular permissions in Yandex Cloud Object Storage

How to create a service account in Object Storage that has permissions only for one bucket? I've tried to create service account via Web Console, but can't find any roles related to Object Storage:
myaut
  • 11,174
  • 2
  • 30
  • 62
0
votes
0 answers

Yandex Cloud Api Gateway Websocket Send Message Error

I am trying to connect my project on VueJS 3 using websocket in Yandex Cloud Api Gateway. Here is the instruction https://cloud.yandex.com/en-ru/docs/api-gateway/tutorials/api-gw-websocket The example shows the connection method via wscat.…
dindev
  • 23
  • 1
  • 2
0
votes
0 answers

Solving 'UNIMPLEMENTED' error when sending websocket message to Yandex API Gateway using Yandex Cloud Python SDK"

What is the solution to the error when sending websocket message to Yandex API Gateway using Yandex Cloud Python SDK? "Failed to send message: <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNIMPLEMENTED details = ""…
0
votes
0 answers

Merging identical tables in ClickHouse (Yandex managed service for ClickHouse)

What do I have: I have several Google Accounts and their corresponding Google Analytics accounts. New ones will be added in the future. There is also a ClickHouse database, which is located in a cluster on Yandex Cloud. (Yandex Managed Service for…
0
votes
1 answer

LoadBalancer has EXTERNAL-IP address equal pending

I have registered in Yandex.Cloud. My payment-account is in Active status. Config file is: apiVersion: apps/v1 kind: Deployment metadata: name: my-web-deployment labels: app: my-k8s-deployment spec: replicas: 3 selector: …
alex_t
  • 71
  • 1
  • 6
0
votes
1 answer

Supply binary content inside a JSON string via curl

I'm trying to use the Yandex.Cloud function API from bash and cURL. In order to do that, I'm composing a JSON like this: #Make header IAM_TOKEN="myToken" HEADER="Authorization: Bearer ${IAM_TOKEN}" #Make data JSON DATA="" for ELEMENT in \ "'"\ …
0
votes
1 answer

Can we pass 3 url to backend(asp.net core, 1 master, 2 slave) appsettins.json have 1 connectionstring yandex cloud? postgresSql master-slave

We have datacenter in 3 zone and 3 different url. Connect to database postgres is psql "hostname=url1,url2,url3 \port=......" Yandex understand what is master now and if master with url1 broken, Yandex start using url2 or url3. url2, url3-…
0
votes
1 answer

How to fix this MongoClient connection?

I'm trying to connect a node.js app (written in TS) to MongoDB at Yandex Cloud. I have successfully connected there via mongosh: mongosh "mongodb://:@:/?replicaSet=&authSource=&ssl=true" \ --tls --tlsCAFile…
YakovL
  • 7,557
  • 12
  • 62
  • 102
0
votes
1 answer

How to continue function execution after response is given?

I have the following sample code. This is run as Yandex.Functions (almost equal to AWS functions). def handler(event, context): # some long processing is here text = result_of_long_processing() return { 'response': { …
LA_
  • 19,823
  • 58
  • 172
  • 308
0
votes
1 answer

Add timestamp to name of created VM's instance in bash script

I deploy some VM's instances in my cloud infrastructure with bash script: #!/bin/bash instance_name="vm" # create instance yc compute instance create \ --name $instance_name \ --hostname reddit-app \ --memory=2 \ ... I need to add timestamp…
ERemarque
  • 497
  • 3
  • 16
0
votes
1 answer

How to connect in django s3 files storage from yandexcloud?

There are s3 from yandex cloud https://cloud.yandex.com/docs/storage/tools/?utm_source=console&utm_medium=empty-page&utm_campaign=storage How kan I configure django to use it ?
Ryabchenko Alexander
  • 10,057
  • 7
  • 56
  • 88