Skip to content

Instantly share code, notes, and snippets.

@atulkamble
Created September 9, 2023 13:38
Show Gist options
  • Save atulkamble/41b4c24976159cfcca16956f9aa7ea12 to your computer and use it in GitHub Desktop.
Save atulkamble/41b4c24976159cfcca16956f9aa7ea12 to your computer and use it in GitHub Desktop.
EC2 RDP

Task 2) Launch windows type of instance & do rdp connection for it

Task 3) Deploy IIS WebServer on Windows type of EC2 Instance.

Task 4) Deploy nginx server/apache2 server on linux type of instance.

sudo apt update -y
sudo apt install nginx -y
OR 
sudo apt install apache2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment