Simple instructions to install an SFTP server on Amazon Linux backed with S3 Storage.
1. Launch Amazon Linux 2 instance (micro is sufficient)
2. Install and configure s3fs:
2.1 Install dependencies
sudo yum install automake fuse fuse-devel gcc-c++ git libcurl-devel libxml2-devel make openssl-devel
2.2 Compile and install s3fs:
git clone https://github.com/s3fs-fuse/s3fs-fuse.git cd s3fs-fuse ./autogen.sh ./configure make sudo make install
3. Create and Mount S3 Bucket:
3.1 Create S3 Bucket:
Through AWS GUI
Continue reading
Recent Comments