cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Esben_D
Lansweeper Employee
Lansweeper Employee
The report below gives back a list of AWS Machine Images (AMI).

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


Select Top 1000000 tblAWSAmi.ImageId,
tblAWSAmi.Name,
tblAWSAmi.ImageType,
tblAWSAmi.OwnerId,
tblAWSAmi.ImageOwnerAlias,
tblAWSAmi.Architecture,
tblAWSAmi.[Public],
tblAWSAmi.State,
tblAWSAmi.StateReason,
tblAWSAmi.Platform,
tblAWSAmi.Description,
tblAWSAmi.EnaSupport,
tblAWSAmi.Hypervisor,
tblAWSAmi.VirtualizationType,
tblAWSAmi.CreationDate,
tblAWSAmi.ImageLocation,
tblAWSAmi.Rootdevicename,
tblAWSAmi.Rootdevicetype,
tblAWSAmi.SriovNetSupport,
tblAWSAmi.LastChanged
From tblAWSAmi
Order By tblAWSAmi.ImageId
0 REPLIES 0