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
답변함 일 년 전
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
지원 엔지니어
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠