Difference between revisions of "IT-Cloud-AWS"

From wiki.samerhijazi.net
Jump to navigation Jump to search
(Created page with "* EC2 = Elastic Compute Cloud It mainly consists in the capability of : • Renting virtual machines (EC2) • Storing data on virtual drives (EBS) • Distributing load acros...")
 
Line 1: Line 1:
* EC2 = Elastic Compute Cloud
+
=Important Topics=
It mainly consists in the capability of :
+
*Renting virtual machines (EC2) >> (Elastic Compute Cloud)
Renting virtual machines (EC2)
+
*Storing data on virtual drives (EBS)
Storing data on virtual drives (EBS)
+
*Distributing load across machines (ELB)
Distributing load across machines (ELB)
+
*Scaling the services using an auto-scaling group (ASG)
Scaling the services using an auto-scaling group (ASG)
 
 
=Classic Ports to know=
 
=Classic Ports to know=
22 = SSH (Secure Shell) - log into a Linux instance
+
*22 = SSH (Secure Shell) - log into a Linux instance
21 = FTP (File Transfer Protocol) – upload files into a file share
+
*21 = FTP (File Transfer Protocol) – upload files into a file share
22 = SFTP (Secure File Transfer Protocol) – upload files using SSH
+
*22 = SFTP (Secure File Transfer Protocol) – upload files using SSH
80 = HTTP – access unsecured websites
+
*80 = HTTP – access unsecured websites
443 = HTTPS – access secured websites
+
*443 = HTTPS – access secured websites
3389 = RDP (Remote Desktop Protocol) – log into a Windows instance
+
*3389 = RDP (Remote Desktop Protocol) – log into a Windows instance

Revision as of 14:30, 4 October 2021

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