GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ECLAT-LSIMG(1) Eclat User Reference ECLAT-LSIMG(1)

eclat-lsimg, eclat-describe-images - describe available Amazon images

eclat lsimg [-a] [-u ID] [-x ID] [--owner=ID] [--executable-by=ID] [FILTER...] [AMI...]

eclat lsimg --help

This command lists available Amazon images.

The list of returned images can be abridged using command line options, filters and arguments.

Filters are any arguments that have the key=value structure. When filters are supplied, only those images that match them are returned. Multiple filters are joined using logical AND. Multiple values separated by commas can be specified for a given key, in which case a logical OR is implied. See the section FILTERS below for a list of available filters.

Any command line argument that is not an option or filter is treated as image ID (or image name, if ID mapping is enabled) to return. Any number of IDs can be specified. If ID mapping is enabled (see the section MAPS in eclat(1)), this command uses the ImageId map to translate image names to the corresponding identifiers.

Image IDs, filters and options can be used in conjunction.

Filters the images owned by the specified owner. The argument is either the ID of the owner, or one of the following reserved words:
Returns the images you own.
Returns the public Amazon images.
Returns all available images.
Returns images from the AWS marketplace.
Returns AMIs for which the specified user ID has explicit launch permissions. The ID is either an AWS user ID or one of the following reserved words:
Returns the images which you can launch.
Returns all images.

Selects images by architecture.
Selects images based on whether their Amazon EBS volume is deleted on instance termination.
The device name for the volume.
The ID of the snapshot used for the volume.
The volume size in GB.
The type of the volume.
The textual description of the AMI.
The ID of the image.
The type of the image.
Whether the image is public.
The kernel ID.
The location of the AMI manifest.
The name of the AMI.
The account alias.
The ID of the image owner.
Selects Windows-based AMIs.
The RAM disk ID.
The name of the root volume.
The name of the root device volume.
State of the AMI.
The reason code of the latest state change.
Message describing the reason of the latest state change.
The key of a tag assigned to the resource, regardless of its value. Note, that this filter works independently of the tag-value filter, i.e. tag-key=foo tag-value=bar will return all images that have the tag foo defined and all images that have bar as a value of any of their tags. To request the image that has the tag foo set to the value bar see the tag:KEY filter below.
The value of a tag assigned to the resource, regardless of the tag's key. See the comment above.
Selects images having the specified tag KEY set to the value VAL. For example:

tag:Name="db server"
    

eclat(1), eclat-mkimg(1), eclat-deimg(1).

Sergey Poznyakoff

Report bugs to <bug-eclat@gnu.org.ua>.

Copyright © 2012-2018 Sergey Poznyakoff
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

January 26, 2015 ECLAT

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.