The report below gives back a list of AWS dedicated hosts
The report will only list assets when the following criteria are met:
- You have Lansweeper 7.1 or higher.
- There is AWS dedicated host data scanned
Select Top 1000000 tblAWSHost.HostId,
tblAWSHost.InstanceType,
tblAWSHost.State,
tblAWSHost.AvailabilityZone,
tblAWSHost.AutoPlacement,
tblAWSHost.TotalVCpus,
tblAWSHost.AvailableVCpus,
tblAWSHost.Cores,
tblAWSHost.Sockets,
tblAWSHost.ReleaseTime,
tblAWSHost.LastChanged
From tblAWSHost
Order By tblAWSHost.HostId