Category Archives: Cloud Computing

Lost My Key Pair or root Password on Ubuntu AWS
If you are completely locked out of Ubuntu by losing your key pair or root password, do not panic. there is a way to reset your key pair or root password. Follow these steps to be able to gain access again. These steps should work on any Linux but it was only tested on Ubuntu…

Create WHM cPanel on AWS Step by Step
Create an AWS EC2 CentOS Instance: Go to AWS Go to EC2 Click on Launch Instance Click AWS Marketplace on the left side. Type centos Choose CentOS 7 (x86_64) – With Updates HVM. Choose t2.micro then Next: Configure Instance Details Click Next: Add Tags Click Add Tag and type Click Next: Configure Security Group Add…

Launch your Own Web Server Using AWS
According to Amazon’s website, Amazon Elastic Compute Cloud (AWS EC2) is a web service that provides secure, resizable compute capacity in the cloud. It is designed to make web-scale cloud computing easier for developers. How to Launch AWS EC2? The following steps will show you how to launch your own server: Go to http://aws.amazon.com If you…