Introduction
Amazon EC2 is a cloud service where you can run virtual servers.When we create an EC2 instance, AWS gives us a .pem key file.But PuTTY (Windows SSH tool) only accepts .ppk key file.
So, we must first convert .pem to .ppk, then connect us...