Note_Tech

All technological notes.


Project maintained by simonangel-fong Hosted on GitHub Pages — Theme by mattgraham

AWS EC2 - Network

Back


IPv4 vs IPv6

networking


Public IP vs Private IP


Elastic IPs


Hands-on: Elastic IP address

elastic ip


Security Groups

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

sg_inbound


Connect with Instance

SSH


EC2 Instance Connect


Summary: 3 ways to access EC2 instance


Elastic Network Interfaces (ENI)


Hands-on: ENI

list

list

create_eni

ENI_EC2


TOP