Amazon Elastic Beanstalk - Qualquer gerenciador de arquivos?

0

Existe alguma UIs do gerenciador de arquivos que eu possa usar com o Elastic Beanstalk (upload, view, etc)? O AWS Management Console inclui um? Estou fazendo PHP e HTML.

    
por Hope4You 28.04.2012 / 21:51

3 respostas

0

O console de gerenciamento não pode ser usado para implantar aplicativos PHP ...

aqui está um extrato da documentação :

AWS Elastic Beanstalk Functionality For PHP Developers

To deploy PHP applications using AWS Elastic Beanstalk, you simply:

Create your application as you normally would using any editor or IDE. Create an Elastic Beanstalk PHP environment using the AWS Management Console, the command line interface, or the web service APIs. Behind the scenes, Elastic Beanstalk handles the provisioning of a load balancer and Amazon EC2 resources. Install and configure Git for deployments. Commit and push your changes using Git. Elastic Beanstalk deploys your files to one or more Amazon EC2 instances running the Apache HTTP Server. Within a few minutes you will be able to access your application at a customized URL (e.g. http://myapp.elasticbeanstalk.com/).

    
por 04.05.2012 / 12:53
1

Sim, o Elastic Beanstalk pode ser gerenciado por meio do AWS Management Console 1 .

    
por 28.04.2012 / 22:04
0

Freqüentemente, uso o SSH em minhas instâncias do Beanstalk e uso o Total Commander (Windows) com o plug-in do SFTP para verificar as coisas, etc. Altamente recomendável.

    
por 07.12.2018 / 13:46