A very needed read for me on enabling GUI in EC2 instances
How To Enable GUI On AWS EC2 Ubuntu server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
Keep Exploring!!!
No comments:
Post a Comment