Search for EC2 and select it
Select Launch instance button to create a new EC2 instance
Name the instance (Kimchi Web Server)
Under the Key pair section select Create new key pair
Name the key pair kimchiking. Select RSA and .pem. Select Create key pair button. When prompted to save the .pem to the downloads folder.
Under Network settings select Allow SSH, HTTPS, and HTTP traffic
Click the Edit button at the top
Select the kimchimenow-vpc. Select public-1 subnet. Enable Auto-assign public IP.
Change the Security group name (Kimchi Web Server Security Group) and the Description
Then click the Launch instance button
Look at the instance and make note of the public IP address
Open up a terminal (kali-linux) Windows Subsystem for Linux.
Copy the pem file (kimchiking.pem) from the Downloads folder to the \\WSL$\kali-linux home folder (\\WSL$\kali-linux\home\nispoe)
chmod 400 the pem file. SSH into the EC2 server.
chmod 400 kimchiking.pem
ssh -i kimchiking.pem [email protected]