简体   繁体   中英

Amazon Web Service Deploy one Application to Several EC2 Instances

I have recently started using the AWS EC2 service and have deployed my application to a single EC2 instance. The EC2 instance and the load balancer were created automatically by eclipse. I want to deploy the same application to multiple instances at the same time, does anyone know how I could do that?

I think you are after Elastic Beanstalk. You can either upload application via an S3 bucket or push just the changes with GIT (aws.push command)

http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-reference-branch-environment.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM