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

Allocating EIP using Alibaba python SDK doesn't work

I am using python SDK for using Alibaba ECS . I couldn't create elastic ip (EIP) using it. I've used the following code. from aliyunsdkcore.client import AcsClient from aliyunsdkecs.request.v20140526 import AllocateEipAddressRequest AccessKeyId =…
Suraj Shrestha
  • 728
  • 11
  • 19
0
votes
3 answers

Attaching a cloud disk, how to format disk if its larger than 2 TiB

I found the device name of the disk by going to : ECS Console > Block Storage > Disks > (Disk ID specific) More > Modify Atrributes. The run fdisk /dev/vdb To create a new partition. But I do not think it is working for disk bigger than 2 TiB, so…
Deepak Kamat
  • 1,880
  • 4
  • 23
  • 38
0
votes
1 answer

Is there any other way to find the similarity metric between the records with low overhead and high accuracy (other than Jaro-Winkler Algorithm)?

I am trying to achieve similarity metric between strings with Jaro Winkler Algorithm in python, I am using anaconda environment and deployed it on Alibaba Cloud ECS Instance. The sample code I am using to find similarity: from pyjarowinkler import…
0
votes
2 answers

How do i choose random string from python list other than using random.randint() in index?

I am trying to retrieve a random string from python list to build a word guess challenge. I deployed anaconda environment on Alibaba Cloud ECS Instance. I often use the following method to retrieve a random string from the list. Let's say…
0
votes
2 answers

How do I install the "sparse_dot_topn" Package in Anaconda Installer?

I am trying to install the "sparse_dot_topn" package in Alibaba Cloud ECS instance. Firstly I tried to install it through the Anaconda installer. conda install sparse_dot_topn It throws like there is no package available So I tried to install via…
0
votes
1 answer

How to Secure CloudMonitor API Call using API Signature on Alibaba Cloud ECS

CloudMonitor APIs in Alibaba Cloud ECS belong to the RPC type and can be called CloudMonitor APIs by sending HTTP requests. I am calling QueryMetricList to query the monitoring data of ECS instance using this…
Ashly Taylor
  • 217
  • 1
  • 7
0
votes
1 answer

How can i resolve the enable the extensions in php.ini?

I am trying to install voyager package in Laravel application (The project is created on the WAPP Stack in Alibaba Cloud ECS instance) it throws me a like it is unable to install the package, Please enable the extensions in the php.ini but it is…
0
votes
1 answer

How to create Gateway on E-MapReduce Console

As Gateway is an ECS Server in the same intranet as the e-MapReduce Cluster in Alibaba Cloud. How I can use Gateway to achieve Load Balancing and Security Isolation in Alibaba Cloud ECS. I appreciate any assistance with this.
Ashly Taylor
  • 217
  • 1
  • 7
0
votes
1 answer

ZooKeeper Service in E-MapReduce Cluster

ZooKeeper Service is by default enabled in E-MapReduce in Alibaba Cloud ECS. I can only have access to 3 nodes in the cluser. It is not allowing to access more than 3 nodes no matter how many machines are currently in the cluster. How can I access…
user10479749
0
votes
1 answer

Cloud Disk Triplicate in AlibabaCloud ECS

What is Cloud Disk Triplicate and how can I add in my AlibabaCloud ECS. I appreciate any assistance with this.
Ashly Taylor
  • 217
  • 1
  • 7
0
votes
1 answer

SLB Instance not created on AlibabaCloud

Alibaba Cloud Server Load Balancer (SLB) is a traffic distribution control service that distributes the incoming traffic among multiple Elastic Compute Service (ECS) instances according to the configured forwarding rules. I am trying to create…
Ashly Taylor
  • 217
  • 1
  • 7
0
votes
2 answers

whether the npm uninstall * command will remove the global installs too while uninstalling the dependencies of package.json or not?

My application is hosted in Alibaba Cloud ECS Instance and I am trying to uninstall the dependencies of the package.json. I understand the npm uninstall * command will uninstall all the dependencies but the question is whether it will remove global…
0
votes
2 answers

How to modify the parameters of ENI attached to the ECS Instance?

When I am trying to change the security group for the ENI attached to the ECS Instance, It shows you can`t change the parameter of Primary ENI. I understand the parameter of the primary ENI cannot be changed. Is there any workaround available? Can I…
0
votes
1 answer

Can I able to unbind the public IP from the Alibaba ECS instance?

I understand that Public IP is allocated at the creation of the instance or automatically allocated by the system when I upgrade bandwidth above 0MPBS. Can I able to unbind the public IP from the ECS instance? or Is it better to use Elastic IP?
0
votes
1 answer

Video Streaming using SSL on Alibaba ECS

I have an ECS instance on Alibaba using LetsEncrypt for SSL configuration but i have an issue with PHP Video Streaming that is not working when SSL is used where Video Link gives 404 when the streaming begins but It works fine on http. This is the…