Questions tagged [alibaba-cloud]

Alibaba Cloud (www.alibabacloud.com), a subsidiary of Alibaba Group, is a global cloud computing company. Alibaba Cloud provides a suite of cloud computing services that covers elastic computing, object storage, relational database, big data analysis, and artificial intelligence in fifteen geographical regions around the globe.

Useful Links:

  1. Getting started
  2. Documentation
  3. Alibaba Cloud SDK
194 questions
14
votes
4 answers

Let's Encrypt kubernetes Ingress Controller issuing Fake Certificate

Not Sure why I'm getting Fake certificate, even the certificate is properly issued by Let's Encrypt using certmanager The setup is running on the Alibaba Cloud ECS console, where one Kube-master and one cube-minion form a Kubernetes…
anish
  • 5,378
  • 10
  • 54
  • 119
5
votes
0 answers

How to upload a single video on alibaba VOD service

I have been working on Alibaba VOD(Video on Demand) and media processing services from the last couple of months and facing the issue while uploading a video on the console. I had try number of times to upload the video but every time getting the…
Bhavdip Sagar
  • 1,895
  • 15
  • 25
3
votes
2 answers

How to make golang not confuse vendor import with absolute import?

I dont understand what the error means but I think it is getting confused between the package in absolute path and in the vendor path. How do I make it not confused? #…
Souradeep Nanda
  • 2,423
  • 1
  • 28
  • 36
3
votes
2 answers

Join images using Alibaba's OSS image processing

I am using Alibaba's Object Storage Service's image processing to process my images. I need a way to join (stitch) a few images together and create a larger image. Background: I want to scale up an image to 7680 × 4320 (8k) resolution using the OSS…
Sagar
  • 2,480
  • 2
  • 24
  • 34
2
votes
1 answer

Alibaba Cloud - Kubernetes to RDS how to limit whitelist?

In Alibaba Cloud, I have a managed Kubernetes cluster and a MySQL RDS in the same VPC (the RDS endpoint is internal), and Kubernetes pods can reach to the RDS port 3306 just fine when the whitelist contains 0.0.0.0/0. I'd like to limit that to the…
Nahshon paz
  • 2,017
  • 2
  • 13
  • 25
2
votes
1 answer

Alibaba ECS Instances do not respond to ping on private network unless I set password

I have the following configuration in Alibaba ECS: Public Connector and Three Test Nodes Connector has network connections on the public internet and the default VSwitch in the default VPC. Connector was created using the ECS web interface. The…
2
votes
1 answer

How do I properly subscribe to a topic using eclipse?

I am working on IOT application wherein I will be connecting a mobile application to a pub sub broker to release portable chargers from a powerbank box. I have documentation from the manufacture of the boxes but I can't seem to establish two way…
2
votes
1 answer

How to resolve the domain name I created on domain.com in alibaba cloud SAS?

I have created a SAS in Alibaba cloud with ghost template as the image for SAS. I have also created a domain name on domain.com and now I am trying to configure the domain name to the ghost app running on SAS. But when I add the domain name the…
Abhi
  • 304
  • 5
  • 22
2
votes
2 answers

Error response from daemon: No such container

I am new to docker, I am using Alibaba Cloud ECS Instance and just following the Documentation but while trying these steps I got an error: xxx@ubuntu:~$ docker run -t -i training/qbots /bin/bash root@0de606236049:/# gem install json Fetching:…
2
votes
3 answers

How to get the instance id from within an ECS instance?

In the Alibaba cloud Enviroment, how to find out the instance id of an ECS instance from within the ECS instance?
anish
  • 5,378
  • 10
  • 54
  • 119
2
votes
2 answers

How to set up region on terraform syntax for Alibaba Cloud?

From terraform official documentation : Attributes Reference The following attributes are exported in addition to the arguments listed above: regions - A list of regions. Each element contains the following attributes: id - ID of the…
Fauzan
  • 435
  • 5
  • 10
2
votes
2 answers

Alibaba Cloud Managed Kubernetes Terraform

I want to create Kubernetes cluster with Terraform, Regarding the doc page here: https://www.terraform.io/docs/providers/alicloud/r/cs_managed_kubernetes.html variable "name" { default = "my-first-k8s" } data "alicloud_zones" main { …
Fauzan
  • 435
  • 5
  • 10
2
votes
1 answer

PersistentVolumeClaim fails to create on Alicloud Kubernetes

I am trying to create a Dynamic storage volume on Kubernetes in Ali cloud. First I have created a storage class. kind: StorageClass apiVersion: storage.k8s.io/v1beta1 metadata: name: alicloud-pv-class provisioner: alicloud/disk parameters: …
ygnr
  • 115
  • 9
2
votes
2 answers

Alibaba Cloud - Taking a SnapShot/Image on Free trial

I am trying the Alibaba Cloud, ECS instances and after doing some configuration I would like to persist that so that if I want to rollback the Instance after certain period I can start from the last checkpoint. What I want to understand is if Taking…
AppsWise
  • 1,184
  • 1
  • 13
  • 20
2
votes
3 answers

Alibaba cloud - video streaming

I want to use video on demand service of Alibaba cloud for video streaming. video on demand makes different resolution videos from uploaded videos for data streaming. For that, I am using https://github.com/aliyun/aliyun-openapi-php-sdk. Now problem…
Komal K.
  • 417
  • 2
  • 13
1
2 3
12 13