Skip to content

manumagalhaes/ftp-server-wip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%