Run Java EE app on EC2

前端 未结 5 1298
猫巷女王i
猫巷女王i 2021-01-31 19:59

Can anyone point me to the steps/resources that describe:

  1. How to deploy a Java EE app on amazon-EC2
  2. Maintain changes to the meta-data of the app serve
5条回答
  •  天命终不由人
    2021-01-31 20:11

    Boxfuse supports deploying Java EE applications using either Tomcat, TomEE Web Profile or TomEE Plus to AWS with a single command

    boxfuse run mytomeeapp-1.0.war -env=prod
    

    This will create an image, provision all necessary AWS infrastructure and launch the instances. It supports blue/green zero downtime updates with Elastic IPs and ELBs.

    You can find a tutorial here: https://boxfuse.com/blog/javaee-aws.html

    You don't have to worry about maintaining changes to the meta-data as all instances are immutable and contain all necessary app server info.

    Disclaimer: I am the founder and CEO of Boxfuse

提交回复
热议问题