Connecting your EC2 Instance via SSH
So, you have created your EC2 instance, but you just have your instance running; then how can you interact with your instance? You need a terminal or a GUI session to do that. So, that's what we're gonna today. We are going to access our instance from a Kali Linux machine via a terminal emulator program called PuTTY. Before starting with this, make sure that you've installed PuTTY on your Windows/Linux machine. Let's get going! Step 1: Select the instance you wanna connect with. I will be selecting the Assisi-EC2 machine. Step 2: Let me start the instance, so we can connect to it. Step 3: Create a key pair. Give it a proper name - mostly, I'd recommend using the same name as your instance. Select ".ppk" as the key format as we're gonna be using PuTTY. Finally, click on "Create a key pair". It''ll get downloaded to your machine. Save it coz' we'd be using it to connect to our EC2 instance. Step 4: Click on "Connect"....