Giter Club home page Giter Club logo

aws-sftp's Introduction

aws-sftp

terrafom project to deploy sftp server on aws


prerequesties


  • install python 3
  • in uploadLambdaPKGtoS3.py set the value of the below variables region => the region of the resources bucket_name => the name of the bucket that will include the lambda packages
  • update the variables in the terraform\3ddx\variables.tf
  • in terraform\3ddx\main.tf add for each user section like this module "secretUser2" { source = "../modules/aws-secret-manager" sftp-username = "user2" sftp-password = "password2" sftp_bucket_name = "${module.s3.s3-bucket-id}" sftp_bucket_id = "${module.s3.s3-bucket-id}" }

run the python script to create the lambda packages, create the bucket, and upload the zip files

python uploadLambdaPKGtoS3.py

initiate the terraform

.\terraform.exe init .\terraform\3ddx\

run plan terraform to check the created, updated, and deleted resources

.\terraform.exe plan .\terraform\3ddx\

run apply terraform

.\terraform.exe apply .\terraform\3ddx\

  • The run command will return the sftp server name
  • use this server name with any of the username and password pairs to connect to the sftp server
  • the user will able access its folder only with read / write permission

aws-sftp's People

Contributors

ahmedshendy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.