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

preguntada hace un año312 visualizaciones
2 Respuestas
0
profile pictureAWS
EXPERTO
kentrad
respondido hace un año
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
INGENIERO DE SOPORTE
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas