简体   繁体   中英

How we can manage Web Server and Application Server in AWS (EC2 instance)?

I created a web application in Spring boot, now I want to deploy it on Server so that our Client application (Angular 4 application) can consume REST services. Is it good to deploy both application on same server? or do I need to create seperate server for each?

Will you ever need to deploy your applications separately? Will you need to scale one application independently of the other? Do your applications have different security requirements? If so, you should separate your applications to run on separate distinct instances.

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