Skip to content

AWS Solutions Architect Associate (SAA-C02)


Important Ports

Networking Ports

  • FTP: 21
  • SSH: 22
  • SFTP: 22 (same as SSH) - used for uploading files using SSH
  • HTTP: 80
  • HTTPS: 443
  • RDP (Remote Desktop Protocol): 3389

Database Ports

  • PostgreSQL: 5432
  • MySQL: 3306
  • Oracle RDS: 1521
  • MSSQL Server: 1433
  • MariaDB: 3306 (same as MySQL)
  • Aurora: 5432 (if PostgreSQL compatible) or 3306 (if MySQL compatible)

Last updated: 2022-05-14