Workload discovery inside EC2 VM

0

what's the best way to detect what kind of service is hosted inside the VM? I'm talking at least about popular workloads like sql server/oracle/sap/mongo/ and if we can do more workload detection also that will be great :-)

已提問 1 年前檢視次數 313 次
2 個答案
0
profile pictureAWS
專家
kentrad
已回答 1 年前
0

Hello

I understand that you would like to know if there is a way to get a list of services/workloads running inside an EC2 instance.

As suggested by kentrad@ in this thread, you could consider using AWS System Manager Inventory service which can be used to collect information like Applications inside VM, AWS components, Files (Name, size, version, installed date, modification and last accessed times, etc.) and more. Please refer:[1]

However to know about the services running inside VM, there is an inventory parameter : service, but it can be used only with Windows OS and not linux. Here is the description of the parameter:

(Optional, Windows OS only, requires SSM Agent version 2.2.64.0 and above) Collect data for service configurations.
Parameter : file, this parameter can be used to get the metadata of the file, not the content of the file. 

Another AWS offering is AWS Application Discovery service, which aids in the capture of system configuration, system performance, running processes, and details of the network connections between systems. For more information, please refer:[2]

Should you require further assistance regarding your specific situation/use-case, please feel free to create an AWS Support case to get in touch with an engineer to assist you further.
[+] https://console.aws.amazon.com/support/home#/case/create

Reference: [1] https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-inventory.html [2] https://aws.amazon.com/application-discovery/faqs/

AWS
支援工程師
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南