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

asked a year ago302 views
2 Answers
0
profile pictureAWS
EXPERT
kentrad
answered a year ago
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
SUPPORT ENGINEER
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions