简体   繁体   中英

AWS ec2 instance java EE web app deployment

This would be a opinion based question. I would like to know the community opinion on the following.

I have a JAVA EE web application, which is using ANT as build tool. Now I have to deploy this application to multiple ec2 instances. What would be the best and most efficient way to do this.

I am using chef to fire up the instances and then installing custom jboss from a private repository.

chef is generally used for setting up of infrastructure, and deployment activities should'nt be managed by that.

i prefer writing the scripts which actually does the deployment activities to the range of servers, or if having a CI for code, use CI for deployment as well.

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