简体   繁体   English

如何确定 aws ec2 仪表板中的实例是应用程序服务器还是数据库服务器?

[英]How to find out if an instance in aws ec2 dashboard is an app server or db server?

How to find out if an instance showing under AWS Ec2 Dashboard is an app server or db server?如何确定 AWS Ec2 仪表板下显示的实例是应用程序服务器还是数据库服务器?

I am new to AWS, so any help is much appreciated.我是 AWS 的新手,非常感谢任何帮助。

It is just a question.这只是一个问题。 We have been given one instance name which we can see in the Ec2 Dashboard and we have been asked if it is an app server or db server and share the details.我们已经获得了一个可以在 Ec2 仪表板中看到的实例名称,并且我们被询问它是应用程序服务器还是数据库服务器并共享详细信息。

There is no such thing in the EC2 dashboard because every EC2 instance is just a virtual machine, the Amazon interface does not care what is actually running on your virtual machine. EC2 仪表板中没有这样的东西,因为每个 EC2 实例只是一个虚拟机,Amazon 界面不关心您的虚拟机上实际运行的是什么。

However, within the AWS Console there is a seperate service called Amazon RDS which is a fully managed database service where you can make dedicated relational-based databases.但是,在 AWS 控制台中有一个名为 Amazon RDS 的单独服务,它是一个完全托管的数据库服务,您可以在其中创建专用的基于关系的数据库。


If you would like to find out if your EC2 is an "app" or "db" server the only way to do that at this point would be to SSH into the server and check what is running on the machine.如果您想知道您的 EC2 是“应用程序”还是“数据库”服务器,此时唯一的方法是将 SSH 输入服务器并检查机器上运行的是什么。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM