I am trying to create an automatic group in the BigFix console to differentiate between AWS-based Linux servers and Azure-based Linux servers. Both types of servers are reporting to the same BigFix relays. What property can I use to create two separate groups for AWS and Azure-based Linux servers?
I tried using the relevance exists service "waagent"
for Azure-based Linux servers and exists service "aws-agent.service"
or exists service "ec2-instance-connect.service"
for AWS-based Linux servers. However, not all Azure and AWS servers are appearing in their respective groups; only a few servers are being included.
What other options can I use to create automatic groups for both Azure and AWS separately?