php - how to get files uploaded from file zilla in elastic beanstalk -
i have web services coded in php , hosted on aws using elastic bean stalk .if want edit of code connecting ec@ instance file zilla , connecting server.sincek in autoscaling automatically scales , downwards depending upon traffic , info storage when scales downwards takes re-create of latest zip file uploaded aws dashbord , replace current scheme configuration , not take of files uploaded file zilla.so there way in can uploded files server file zilla?
i tried connecting ec2 instance using ssh not find previous files on there . right way upload application elastic beanstalk dashbord ? , not editing file zilla?
you right pick version of file deployed when instances scale or down. recommended workflow scenario upload zip file aws console using "upload , deploy" button.
you can utilize cli tools or apis like:
awscli: http://docs.aws.amazon.com/cli/latest/reference/elasticbeanstalk/index.html
eb http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-reference-eb.html
updateenvironment api: http://docs.aws.amazon.com/elasticbeanstalk/latest/apireference/api_updateenvironment.html
given current workflow involves console, can upload new version of file using aws console.
read walkthrough here more details:
http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/gettingstarted.walkthrough.html
php amazon-web-services elastic-beanstalk
Nice articel, This article help me very well. Thank you. Also please check my article on my site about FTP.
ReplyDelete