What is an ECS?
ECS stands for Elastic Cloud Server that facilitates computing needs for applications, technically it is a virtual machine in cloud environment.
Steps to create an ECS:
- Determine the resource required like cpu, memory and storage.
- Determine the Operating System images with required version.
- For networking create a VPC if not already exist or choose one from the list available.
Let’s Dive in:
- Login to the VDC or the user console.
- From the dashboard top choose the Apply for ECS.
- When prompted select Apply Now.
- Supply the ECS basic information.
- Supply the ECS name , it is automatically loaded though.
- Select the AZ(availability zone) if you are offered multiple otherwise a single zone is selected.
- Choose the ECS type if there is more than one.
- Choose the vCPU as required for your application.
- Choose the Memory as required for your application.
- Choose from Image Type : if you have private image of your OS available created by you choose the Private Image; otherwise choose the Public Image supplied by the cloud service provider.
- Choose the Image: Select the Operating system you need and then the available image against it.
- When you like to avail backup or disaster recovery service choose the Same Storage to Yes.
- Choose the Disk: This is system Disk and the size of the system disk depends on the image you chose which is shown at right most. Optionally you could add Data Disk at this stage or can create later on.
- Choose Usage Duration: default is Unlimited.
- Supply the ECS network information.
- Choose the VPC from the list available.
- Choose the Security Group from the list available.
- Choose the NIC, Primary NIC subnet from the list available. If you do not do Self-assigned Ip Address it will be automatically allocate one from the available ip addresses. You could optionally add a Extension NIC at this stage if you like.
- Choose the EIP if you need Internet access for the ECS. Automatically Assign will assign one from the available pool and you can Specify one from the pool manually by View EIP.
- Perform other configurations and select Apply Now.
- Review the resource details and Submit; if you need to change anything select Previous.
- It will redirect you to the Elastic Cloud Server page and the new ECS status will be Creating, hit refresh if needed.
- When it finished creating the status will be Running.
- Now connect to the newly created ECS by selecting Remote Login.
- This will open a new tab and redirect you to the Login GUI or Shell depends on your image.
- Cheers, Happy computing. 🙂