Connect to Linux EC2 instance using PuTTY

When you create a new EC2 instance and created new keys, the keys are on the pem key format. This is used for SSH connection and is usable from a Linux terminal or OSX. However, if you are from windows and you use PuTTY to connect to your EC2 instance, you need to convert your pem key to ppk format which is accepted by PuTTY.

Continue reading “Connect to Linux EC2 instance using PuTTY”