Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

FTP with AWS elastic Beanstalk [closed]

I am quite newbie and trying to figure out how to configure sftp or ftp with aws elastic beanstalk. I am using filezila, and is wondering where I could grab the proper credentials to set it up.

Thanks

like image 652
Jonathan Etienne Avatar asked Jan 08 '23 16:01

Jonathan Etienne


1 Answers

Don't. Elastic beanstalk is not designed for ftp. The key idea behind elastic beanstalk is that it can pull out an instance at anytime and replace it with another. If you use ftp, you'll lose all your work.

If you really want ftp, just use a raw ec2 server.

like image 105
Nick Humrich Avatar answered Jan 16 '23 09:01

Nick Humrich