How to deploy a Java EE application in the Amazon cloud?

前端 未结 3 1458
慢半拍i
慢半拍i 2020-12-12 19:31

Here\'s the thing: I need to take a certain Java EE web app and deploy it to Amazon EC2 (which I will need to setup first) starting next month (using the http://aws.amazon.c

3条回答
  •  情深已故
    2020-12-12 20:32

    Boxfuse now 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 (AMIs, security groups, auto-scaling groups, launch configurations, ELBs, Elastic IPs, ...) 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

    Disclaimer: I am the founder and CEO of Boxfuse

提交回复
热议问题