IT-Cloud-AWS

From wiki.samerhijazi.net
Revision as of 14:30, 4 October 2021 by Studying (talk | contribs)
Jump to navigation Jump to search

Important Topics

  • Renting virtual machines (EC2) >> (Elastic Compute Cloud)
  • Storing data on virtual drives (EBS)
  • Distributing load across machines (ELB)
  • Scaling the services using an auto-scaling group (ASG)

Classic Ports to know

  • 22 = SSH (Secure Shell) - log into a Linux instance
  • 21 = FTP (File Transfer Protocol) – upload files into a file share
  • 22 = SFTP (Secure File Transfer Protocol) – upload files using SSH
  • 80 = HTTP – access unsecured websites
  • 443 = HTTPS – access secured websites
  • 3389 = RDP (Remote Desktop Protocol) – log into a Windows instance