This project sets up a secure SFTP server on an AWS EC2 instance using Terraform to allow secure file transfers between clients and the server.
- AWS EC2 (Ubuntu Linux)
- SFTP (SSH File Transfer Protocol)
- SSH Authentication
- Security Groups
- EC2 Instance hosts SFTP server
- Connect over SFTP via SSH
- Security Groups allow SSH access on port 22
- Secure Encryption: Files transferred using SSH encryption.
- Cost-Efficient: No need for AWS Transfer Family.