"No one is harder on a talented person than the person themselves" - Linda Wilkinson ; "Trust your guts and don't follow the herd" ; "Validate direction not destination" ;

February 24, 2023

How To Enable GUI On AWS EC2 Ubuntu server

 A very needed read for me on enabling GUI in EC2 instances

How To Enable GUI On AWS EC2 Ubuntu server



How To Enable GUI On AWS EC2 Ubuntu server
https://www.australtech.net/how-to-enable-gui-on-aws-ec2-ubuntu-server/
Step #1 - Create AWS ubuntu instance
Step #2 - Connect to it in GUI of AWS Console
sudo apt-get update -y
sudo apt-get install lxde -y
sudo apt-get install xrdp -y
Step #3 - Setup pwd
sudo passwd ubuntu
Step #4
Allow inbound RDP connections (TCP/3389)
Step #5 - Mstsc public Ip
view raw Ec2GUIsteps.txt hosted with ❤ by GitHub

Keep Exploring!!!

No comments: