amazon web services - Pattern to deploy AWS Beanstalk in laravel -


i have been following guide:

https://deliciousbrains.com/scaling-laravel-using-aws-elastic-beanstalk-part-3-setting-elastic-beanstalk/

however stuck @ point.

not in terms of not working, in how should done properly. app should deploy?

is development app tested , deployed? create instance in aws used deploy ready apps? pattern follow?

at moment have local development server runs on pc, , 1 development instance ec2 on aws. need more on top of elastic beanstalk?

please advice me! thanks!

the following pattern 1 best fits need. you're not looking pattern, architecture. i'll try information provided.

first important understand beanstalk , how works. see: http://docs.aws.amazon.com/en/elasticbeanstalk/latest/dg/welcome.html

answering question, applications typically placed in beanstalk scalable production, nothing prevents setting development environments testing, too.

you not need create instance deploy, can deploy own local machine, using console, cli, or api. look:

console: https://sa-east-1.console.aws.amazon.com/elasticbeanstalk/home

eb cli: http://docs.aws.amazon.com/en/elasticbeanstalk/latest/dg/eb-cli3.html

api: http://docs.aws.amazon.com/en/elasticbeanstalk/latest/api/welcome.html

having said that, cite useful scenario in several cases:

  • you create beanstalk application console or cli , configure integration aws codecommit. codecommit prevent having send whole project each deploy.

  • you create instance of amazon perform implantation. instance has git repository of project, gets committed beanstalk environment settings (environment variables example), , deploy beanstalk using codecommit.

this scenario useful team project beanstalk because can use deployment instance hide sensitive details , configure deploy patterns.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -