Questions tagged [alibaba-cloud-ecs]

Alibaba Cloud Elastic Compute Service

Alibaba Cloud Elastic Compute Service (ECS) is a core service that enables to launch new instances immediately to meet with real-time demand, along with a variety of basic components such as operating systems, memory, CPU, storage, IPs and images.

64 questions
0
votes
1 answer

Deploying Django Application on Alibaba ECS

I am trying to deploy a simple todo application on Alibaba ECS. Its a Django application and I am trying to deploy it with the help of gunicorn and nginx. However, after setting up the required files, when I try to access http://149.129.136.180/ , I…
Alfarhan Zahedi
  • 141
  • 2
  • 13
0
votes
1 answer

Where can I view the local website hosted on ECS (Alibaba)?

I have created a small express app on Alibaba ECS. Let's say that my private IP address is 121.22.15.111 and my public IP address is 50.45.23.22 (these are imaginary values). The code is as follows: const express = require('express'); const app =…
Soumya Mohapatra
  • 85
  • 1
  • 1
  • 5
0
votes
2 answers

Downloading existing key-pair (pem) file for ECS Instance Alibaba

I am working on a clients project and they have Magento installed on their EC2 instance, in order to ssh into it I need to have the pem file that was generated at the time of setting the key-pair. However I am not able to receive the pem file from…
Deepak Kamat
  • 1,880
  • 4
  • 23
  • 38
0
votes
0 answers

How to create instances with unique names?

According to RunInstances api docs I can set "UniqueSuffix" in the request to get a suffix of 001 to 999. On the other hand I'm allowed to only run 100 instances at a time. This makes me think that if I'm creating instances on multiple batches,…
akostadinov
  • 17,364
  • 6
  • 77
  • 85
0
votes
1 answer

How can I monitor my Alibaba Cloud ECS Instances?

I have ECS Instances with multiple configurations, various Operating System & applications. Is there any application/Alibaba cloud product which can monitor them as a batch without logging into the instances?
Sai Sarath C P
  • 1,454
  • 2
  • 9
  • 26
0
votes
2 answers

Running 2 Websites on same ECS Instance Alibaba Cloud

I am looking for a way to run two websites on top level domain on the same ECS instance. I am new to Alibaba Cloud and looking for best options to achieve this
Deepak Kamat
  • 1,880
  • 4
  • 23
  • 38
0
votes
4 answers

Recover Lost Key Pair of Alibaba Cloud ECS Linux Instance

What will happen if you lost the ssh key pair of a Linux instance? should you be able to get it back by contacting the Alibaba cloud support.
steve
  • 362
  • 3
  • 16
0
votes
1 answer

Programatically determine public IP of a ECS server in Alibaba Cloud (ALIYUN)

My application (C++) runs on an ECS server inside the Alibaba Cloud. It needs to know its public address, but on the network only the private IPS is visible (similar to AWS, Google Cloud etc.) Is there a way to automatically detect the public IP ?
Gene Vincent
  • 5,237
  • 9
  • 50
  • 86
0
votes
1 answer

Will the referenced backup snapshot gets deleted if no of snapshots are exceeded the limit?

I read the Alibaba Cloud documentation referenced here. Alibaba implements Triplicate Technology for maintaining data. Also here they mentioned that When the maximum number of automatic snapshots has been reached, the oldest automatic snapshot will…
Sai Sarath C P
  • 1,454
  • 2
  • 9
  • 26
0
votes
1 answer

Cannot connect to FTP on Ubuntu 16.04 from FTP client

I have an Alibaba ECS Ubuntu setup and everything works fine except that I cannot access my FTP from any other FTP client. I get the timeout error I have setup the ufw rules to allow incoming as well as tried disabling the firewall still the same…
0
votes
2 answers

How to access dashboard service internal use Kubernetes

I have kubernetes-dashboard service with type is ClusterIP. How can I access dashboard internal? I use Alibaba Cloud. My service.yml --- kind: Service apiVersion: v1 metadata: labels: kubernetes.io/cluster-service: "true" app:…
Huy Chau
  • 2,178
  • 19
  • 26
0
votes
1 answer

How to connect to Alibaba Cloud cluster use kubeconfig

I have created Kubernetes on Alibaba Cloud and would like to control from client, such as kube master master/nodes kubectl, kubernetes-dashboard, deploy (manifests) from local to cloud, etc without SSH. I know that we can use kubeconfig, but no idea…
Huy Chau
  • 2,178
  • 19
  • 26
0
votes
1 answer

Could not connect to Realm Object Server 2.0

I install ROS on my server, but when I called ros start and it will running at my server, here is the log: login as: root root@*.*.*.*'s password: Welcome to Ubuntu 16.04.3 LTS (GNU/Linux 4.4.0-109-generic x86_64) * Documentation: …
339
  • 42
  • 8
-1
votes
1 answer

creating a bash script to notify alibaba cloud user to change password via email before expiration of 60 days

Hi i received an error chage: user 'user' does not exist in /etc/passwd ")syntax error: invalid arithmetic operator (error token is " Could anyone pls help me to identify my mistake. tq #!/bin/bash recipient="someane@gmail.com" # Set the email…
-1
votes
3 answers

Can we connect ECS Instance with RDS instance in Alibaba Cloud?

I would like to know that whether it is possible to connect an ECS instance with RDS instance? If yes, then please explain the process or please share some resources to know about the process. Thank You!!