cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Esben_D
Lansweeper Employee
Lansweeper Employee
The report below gives back a count of the AWS Instances per region.

The report will only list regions when the following criteria are met:
  • You have Lansweeper 7.1 or higher.
  • There is AWS Instance data scanned.

Select Top 1000000 tblAWSInstance.Region,
Count(tblAWSInstance.Region) As #OfInstances
From tblAWSInstance
Group By tblAWSInstance.Region
Order By #OfInstances Desc
0 REPLIES 0