简体   繁体   English

如何在AWS(EC2实例)中管理Web服务器和应用程序服务器?

[英]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. 我在Spring Boot中创建了一个Web应用程序,现在我想将其部署在Server上,以便我们的Client应用程序(Angular 4应用程序)可以使用REST服务。 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. 如果是这样,则应将您的应用程序分开以在单独的不同实例上运行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从 AWS ec2 实例中卸载 apache web 服务器? - how to uninstall apache web server from AWS ec2 instance? 是否可以将Web服务器和App服务器部署到同一AWS EC2实例? - Can I deploy a Web server and an App server to the same AWS EC2 instance? 如果我们在 AWS EC2 实例上部署应用程序,我们如何为该应用程序启用 AWS Single Sign On? 那可能吗? - If we deploy an application on AWS EC2 instance how do we enable AWS Single Sign On for that application ? Is that possible? AWS EC2实例访问内部服务器 - AWS EC2 instance access internal server 如何使用AWS EC2创建stun turn服务器实例 - How to create stun turn server instance using AWS EC2 如何从我的家用计算机访问在Amazon EC2实例中的Web服务器中部署的应用程序? - How to access the application deployed in a web server in an amazon ec2 instance from my home machine? 如何将AWS EC2服务器实例从一个国家切换到另一个国家 - How can Switch AWS EC2 server instance from one country to another country Web服务器的AWS EC2 Writable文件夹 - AWS EC2 Writable folder by the web server 如何使用运行IIS Web服务器的公共IP访问我的EC2实例? - How can I access my EC2 instance with the public IP which is running an IIS web server? AWS:Web服务器:使用Docker还是在EC2实例上配置服务器更好? - AWS: web server: Is it better to use Docker or configure the server on EC2 instance
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM