Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
ECLAT-LSZON(1)		     Eclat User	Reference		ECLAT-LSZON(1)

NAME
       eclat-lszon,  eclat-describe-availability-zones - describe availability
       zones

SYNOPSIS
       eclat lszon [FILTER...] [ZONE...]

       eclat lszon --help

DESCRIPTION
       This command lists availability zones accessible	to your	 account.  The
       results	include	 zones	only for the region you're currently using, as
       set by the default-region configuration file statement or the  --region
       command line option.

       If  no  arguments  are  given,  the  command will list all availability
       zones.  Otherwise, it will list only zones with the supplied names.

FILTERS
       Filters allow you to select only	zones  matching	 particular  criteria.
       The following filters are defined:

       message=string
	      Information about	the Availability Zone.

       region-name=string
	      The region the Availablity Zone is in.  The purpose of this fil-
	      ter  is highly questionable, because you can describe only zones
	      in the currently selected	region anyway.	It  is,	 however,  in-
	      cluded in	the AWS	API, so	we list	it here	for completeness sake.

       state=available
	      Show only	available zones.

       zone-name=string
	      Select  zone  with  the  given  name.   It is the	same as	giving
	      string as	a command line argument.

OUTPUT
       The default output shows	at least one line for each  zone.   Each  such
       line contains zone name and its status, separated by a single tab char-
       acter.

       If  there  are any messages associated with the zone, these are printed
       in subsequent lines.  Each message is indented one tab stop.

EXAMPLE
       $ eclat lszon
       eu-west-1a      available
       eu-west-1b      available
       eu-west-1c      available

SEE ALSO
       eclat(1), eclat-lsreg(1).

AUTHORS
       Sergey Poznyakoff

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

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

ECLAT			       January 26, 2015			ECLAT-LSZON(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=eclat-lszon&sektion=1&manpath=FreeBSD+Ports+15.0>

home | help