WHM cPanel is a tool built for Linux Servers that gives us the ability to automate web hosting tasks via a graphical user interface. Its goal to make managing servers easier for us and managing websites easier for our customers. Hardware Requirements : Processor :...
Category: Server Administration
Install Free SSL Certificate on Apache / Nginx
posted by: Rakesh Patel
May 19, 2019
SSL Certificates are small data files that digitally bind a cryptographic key to an organisation’s details. When installed on a web server, it activates the padlock and the https protocol and allows secure connections from a web server to a browser. Typically, SSL is used...
An EC2 instance is a virtual server in Amazon’s Elastic Compute Cloud (EC2) for running applications on the Amazon Web Services (AWS) infrastructure. EC2 is a service that allows business to run application programs in the computing environment. Select EC2 under Compute. Click on Launch Instance button. Select AMI...
How to Assign Elastic IP to EC2 Instance
posted by: Rakesh Patel
April 18, 2019
By assigning Elastic IP address to your EC2 Instance, you can mask the failure of an instance or software by rapidly remapping the address to another instance in your account. What is an Elastic IP ? Elastic IP is a public static IPv4 address which is...
How to link a domain to EC2 instance ( Using Route 53 )
posted by: Rakesh Patel
April 15, 2019
Route 53 is a highly available cloud Domain Name System web service. It is designed to give developers and businesses an extremely reliable and cost effective way to route end users to Internet. Get Elastic IP and Assign it to Amazon instance The first thing you...