End Goal: Create Automatic Groups for AWS and Azure Servers.
PEBKAC issue:
With BigFix 10, there is an Analysis (activated) called “Cloud Providers”. A property within is called “Provider Name” with the contents of if (exists property "cloud provider") then ( name of cloud provider ) else (if (exists property "data source") then ( if (data source contains "ESX" or data source as lowercase contains "vmware") then "VMware" else if ( data source contains "Amazon" ) then "Amazon Web Services" else data source ) else "N/A")
Now If I copy and paste this into QNA.exe on a client, I get No inspector context.
Shouldn’t that work?
PEBKAC Issue2 (related):
Similarly, if I put in any combination of “Provider Name”, “Provider”, “Cloud Provider”, etc… it doesn’t seem to work either.
Request for help
I am trying to create an automatic computer group based on this Property. Is that doable and if so, would greatly appreciate some help with the relevance.
Note: There is also a “Computer Manufacturer - Windows” property but I am finding some Amazon servers are being evaluated as Xen, so this a fallback option that I have in consideration… Plus this is Windows and eventually will need to include Linux.