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 :-)

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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ