manumagalhaes / ftp-server-wip

Setup an FTP server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FTP Server

ftp-logo

Spin up a Dockerised FTP server in AWS to replace old physical server.

Architecture

  • Dedicated VPC
    • single public subnet
    • internet gateway
  • single spot EC2 instance
    • brought up with ASG
    • configured with integrated user-data script

To Run

# ENSURE you have AWS_PROFILE/AWS_ACCESS_KEY_ID etc exported

# deploy network layer and server
./01-deploy.sh

TODO

  • add ElasticIP
  • add IAM role
  • create scripts to turn server on/off by incr/decr asg min val -->

About

Setup an FTP server


Languages

Language:Shell 100.0%