Go back

How to get Debian GUI Linux on AWS

This section describes how to launch and connect to Debian GUI Linux in Amazon Web Services (AWS).

  1. Open Debian GUI Linux(X86 or ARM64) VM listing on AWS marketplace

/img/aws/debian-gui-linux/marketplace-new.png

  1. Click on Continue to subscribe.
  • Login with your credentials and follow the instruction.
  • Subscribe to the product and click on Continue to configuration button.
  • Select a Region where you want to launch the VM(such as US East (N.Virginia))

/img/aws/debian-gui-linux/region.png

  • Click on Continue to Launch Button.
  • Choose Action: You can launch it through EC2 or from Website.(Let’s choose Launch from website)

/img/aws/debian-gui-linux/launch.png

  • Optionally change the EC2 instance type. (This defaults to t2.medium instance type, 2 vCPUs and 4 GB RAM)
  • Optionally change the network name and subnetwork names.

/img/aws/debian-gui-linux/vpc.png

  • Select the Security Group. Be sure that whichever Security Group you specify have ports 22 (for ssh) and 3389 (for RDP) exposed.
  • Be sure to download the key-pair which is available by default, or you can create the new key-pair and download it.

/img/aws/debian-gui-linux/SG.png

  • Click on Launch..
  • Debian GUI Linux will begin deploying. 3. A summary page displays.To see this instance on EC2 Console click on EC2 Console link.

/img/aws/debian-gui-linux/deployed.png

  1. On the EC2 Console page, instance is up and running. To connect to this instance through putty, copy the IPv4 Public IP Address

/img/aws/debian-gui-linux/public-ip.png

  1. Open putty, paste the IP address and browse your private key you downloaded while deploying the VM, by going to **SSH- >Auth **, click on Open.

/img/aws/ethereum-fullnode/putty-01.png

/img/aws/ethereum-fullnode/putty-02.png

  1. login as admin. Now you are connected as admin user

/img/aws/debian-gui-linux/ssh-admin-login.png

  1. Add new user by following below command-
sudo adduser username

/img/aws/debian-gui-linux/adduser-02.png

  1. Now add newly created user to the sudo group by running below command-
sudo adduser username sudo

/img/aws/debian-gui-linux/sudo-group.png

  1. Now new user is created and set, you can connect to the VM’s desktop environment from any local Windows Machine using RDP protocol or Linux Machine using Remmina.

From your local windows machine, goto “start” menu, in the search box type and select “Remote desktop connection”. In the “Remote Desktop connection” wizard, copy the public IP address and click connect

/img/aws/ethereum-fullnode/rdp.png

  1. This will connect you to the VM’s desktop environment.Click yes on certificate warning. Provide username and password of newly created user in the above step to authenticate. Click OK

/img/aws/debian-gui-linux/rdp-login.png

  1. Now you are connected to the out of box Debian GUI Linux environment via Windows Machine.

/img/aws/debian-gui-linux/rdp-desktop1.png

  1. To connect using RDP via Linux machine, first note the external IP of the VM from VM details page,then from your local Linux machine, goto menu, in the search box type and select “Remmina”.

Note: If you don’t have Remmina installed on your Linux machine, firstInstall Remmina as per your linux distribution.

/img/gcp/common/remmina-search.png 13. In the “Remmina Remote Desktop Client” wizard, select the RDP option from dropdown and paste the external ip and click enter.

/img/gcp/common/remmina-external-ip.png 14. This will connect you to the VM’s desktop environment.Accept the certificate warning and provide username and password set in above step to authenticate. Click OK

/img/alibaba/debian-gui-linux/remmina-rdp-login.png

  1. Now you are connected to out of box Debian GUI Linux environment via Linux machine.

/img/aws/debian-gui-linux/rdp-desktop1.png

Go back