HOW TO CONNECT TO AWS EC2 INSTANCE USING MOBAXTERM
STEP #1: DOWNLOAD MOBAXTERM
Download and install MobaXTerm from official MobaXTerm site for Windows 10.
STEP #2: HOW TO CONNECT TO AWS EC2 INSTANCE USING MOBAXTERM
Once Installed open the mobaxterm, Go to Sessions Menu , click on New Session as shown below.
Input your AWS EC2 Instance IP , UserName in Remote Host and Specify UserName field.
Here I am connecting to Ubuntu Instance , If your are connecting other AWS EC2 then type user ec2-user or centos or admin... into the field Specify username
Click on Advanced SSH Settings tab and give the path of your instance .pem file in field use Private key as shown below
Click on OK button to connect AWS EC2 instance using mobaxterm
Once connected , you will see like below AWS Instance SSH terminal
Now you may put in command sudo -i to swich to root user control level