How to Connect AWS EC2 Linux Instance Using PuTTY
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...
connect-aws-ec2-with-putty.hashnode.dev3 min read