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

Ruby on Rails can't load after deploy to Alibaba ECS

I new to deploying to server, I'm trying to deploy my Ruby on Rails project to Alibaba ECS, i have finished deploy but when I'm trying access to my ECS Public IP i got an error 'The Connection has timed out'. I'm trying to curl from the ECS with…
0
votes
2 answers

How to add Postgres to Alibaba Cloud

I have ECS at Alibaba cloud, I want to add PostgreSQL, but I can't find any Tutorials on the Internet how to add PostgreSQL to ECS Alibaba Cloud
0
votes
0 answers

Failed to start gunicorn.service: Unit gunicorn.service is masked

I am trying to deploy django web application on alibabacloud everything seems to be working perfectly(running gunicorn --bind 0.0.0.0:8000 project_name.wsgi on virtual environment) Then after deactivating the virtual environment and setting…
0
votes
1 answer

Terraform / alicloud : create an ECS instance with multiple data disks

I'm trying to create multiple ecs instances using terraform. In fact I want for each ecs instance to have multiple data disks. So one disk for OS and 2 other data disks. The code snippet should look like : resource "alicloud_instance" "node" { …
Souf
  • 325
  • 1
  • 5
  • 16
0
votes
2 answers

Running NGINXon Alibaba ECS is not reachable from the web

On Alibaba Cloud ECS instance I have NGINX working normally, I can ping it from my terminal but I can't access my site from the browser. nginx -t nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file…
0
votes
2 answers

How to access MERN application deployed to alibaba cloud in the browser

I have deployed my MERN application to Alibaba ECS instance. Is there any way to access it in the browser, just like AWS public DNS? In AWS you use the public DNS to access your deployed application. I am not sure what to use to achieve the same.…
Sunny Prakash
  • 772
  • 1
  • 8
  • 13
0
votes
1 answer

Alibaba cloud Apache slow transfer graphics

I’m trying out Alicloud ECS, and have set up a full commerce site. The network bandwidth of this instance is 1Mb/sec. Now it takes up to 10 seconds to finish loading a bunch of <100KB graphics files! I’m seeking ways to find out the root causes of…
0
votes
2 answers

Query on Ali baba Cloud Billing API BOA

I was trying to get some data by using one of the api call QueryInstanceBill The resulted JSON seems to be long and there is no date column to filter on how i got those many records. Could someone here help me out
0
votes
1 answer

Alibaba Cloud ECS always increasing disk space?

I need help with my Alibaba Cloud Elastic Compute Service! screenshot of df -h screenshot of iotop -a My storage was only 40GB and I used 33GB, on the next day it became fully consumed. The usage was at 40GB even though I had not uploaded any files.…
Jin
  • 9
  • 4
0
votes
1 answer

Create Instance using Shared Image on Alibaba Cloud

I'm trying to copy instance from an account to another account. Both of them are in same region. Based on here I should use Shared Image. And now I wanna create that Image by following this. But it have concerns that too risky for me. Do not load…
Blackjack
  • 1,016
  • 1
  • 20
  • 51
0
votes
2 answers

Encrypting SystemDisk in Alibaba ECS

On checking the following documentation for Alibaba Cloud ECS :- https://www.alibabacloud.com/help/doc-detail/59643.htm https://www.alibabacloud.com/help/doc-detail/25499.htm?#CreateInstance https://www.alibabacloud.com/help/doc-detail/25517.htm I…
0
votes
1 answer

Getting Subscription and PayAsYouGo prices for Alibaba products using API/SDK

My Goal is to get price (using API/SDK) for different services (like RDS,ECS, Networking etc.) provided by alibaba cloud. Official documentation just contains one example per services and also not provided details about required parameters like…
0
votes
1 answer

How to fix 'InvalidResourceType.NotSupportedError' for ECS using SDK for alibaba cloud?

I am trying to create an ECS instance using the Node SDK, but failing. I am not sure if I have done the right thing. I am able to create the ECS with same configuration using Portal as well as ROS. //using the SDK for ECS var ECSClient =…
Karl Dasan
  • 13
  • 5
0
votes
2 answers

whether apsara cloud provide APIs for its cloud services

I am looking for Apsara cloud services API to get data of service utilization ? Is there API available for Apsara or Alibaba cloud service API can be used.
0
votes
1 answer

Unable to switch Alibaba Cloud ECS instances from subscription to PAYG

I have an ECS instance which is expiring on March 25(Today), I am trying to switch it from subscription mode to PAYG, so that I can start/stop whenever I need. But I am facing the below error Can't I do that on the last day of the instance, or It…
Sai Sarath C P
  • 1,454
  • 2
  • 9
  • 26