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
2
votes
1 answer

Unable to bootstrap Elasticsearch v7.4.0 3 node cluster

I'm setting up ES v7.4.0 and below are my settings. cluster.name: prod-elk-logging-7-4-0 node.name: "prod-elk-master1-new" path.data: /var/lib/elasticsearch path.logs: /var/log/elasticsearch network.host: "prod-elk-master1-new" discovery.seed_hosts:…
Nagarjuna D N
  • 541
  • 6
  • 26
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
3 answers

Changing values in `php.ini` not taking effect in Nginx

I am using Easyengine for a WordPress site, and I need to upload a large file to the server, I know I can use FTP / SSH to do so but in the long run I need it to be done via PHP, and the current upload limit that I see is 100M when doing…
Deepak Kamat
  • 1,880
  • 4
  • 23
  • 38
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
  • 6,884
  • 13
  • 74
  • 140
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,244
  • 1
  • 14
  • 20
2
votes
0 answers

How do I create subdomain names dynamically php script in ubuntu server

I would like to be able to create subdomain name dynamically using PHP.I am using ubuntu server (Alibaba cloud server). Example: http://subdomain.example.com please help me.
Thirupaa
  • 91
  • 1
  • 1
  • 4
1
vote
0 answers

Encrypting System Disk in Alibaba ECS through Terraform

does anyone know how I can Encrypt System Disk in Alibaba ECS through Terraform? Support says it is possible but I can't find any source for that. Thank you in advance! it seems only possible for data…
1
vote
1 answer

Wait until importing an image finishes on Alibaba Cloud

I don't understand how I can wait until importing an image finish with the aliyun cli. The official documentation describes an "Result polling" mechanism but it works only with existing resources and strings, e.g. $ aliyun ecs DescribeImages…
Robert
  • 11
  • 1
1
vote
1 answer

Alicloud:How to get regions/zones where cluster can be created?

Not all regions supports the creation of managed kubernetes clusters. Which API calls let me discover regions in which kubernetes clusters can be created?
dna
  • 499
  • 5
  • 8
1
vote
1 answer

Alibaba ECS instance stuck with "To Be Started" status

I use python SDK with launch template to create multiple instances at once(about 20). Many instances of those instances are stuck in "To Be Started" status forever. I can't even manually start them from portal as that is not a valid state and…
Suraj Shrestha
  • 728
  • 11
  • 19
1
vote
2 answers

Does Alibaba Cloud Function support Node.js with Express?

For AWS Lambda there are some solutions which get Express to work with their serverless functions (for example the node package "server-http"). I can not find any solution to get my Express node function in the Alibaba Cloud Function working. Did…
1
vote
1 answer

When I am trying to bind the EIP to an Alibaba Cloud ECS Instance it doesn`t work

When I am trying to bind the EIP to an Alibaba Cloud ECS Instance it doesn`t work. https://vpc.aliyuncs.com/?Action=AssociateEipAddress &AllocationId=eip-25877c70x &InstanceId=i-25skktcp4 &CommonParameters I can`t even ping the IP address, Am I…
1
vote
2 answers

How to disable selinux while spinning up a redhat vm in alicloud using cloud init

How to disable selinux while spinning up a redhat vm in alicloud using cloud init. I have tried with below code but it doesn't work sudo sed -i 's/enforcing/disabled/g' /etc/selinux/config /etc/selinux/config sudo sestatus any suggestion ?
Gowrisankar M
  • 51
  • 1
  • 9
0
votes
1 answer

Which resource I can use in AliCloud to deploy Apache Beam pipeline, and in AliCloud Do we have datastore if not what is alternative for datastore?

Currently On GCP I am using Dataflow where I deployed Apache beam pipeline Now I need to deploy same in Ali Cloud is anybody know what will be the available option in Ali cloud to deploy Apache beam pipeline.? and I am using datastore in Google…
0
votes
1 answer

Unable to ping local IP address back from Alibaba ECS

I have an ECS instance running in alibaba. My ECS is in a VPC that has a SSL server. I have downloaded the SSL client certificate which allows me to connect to openVPN and to ping the ECS instance from my local box while connected to…
ac123
  • 15
  • 4
1
2 3 4 5