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

FreeBSD Manual Pages

  
 
  

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

NAME
     eclat-lsreg, eclat-describe-regions - describe EC2 regions

SYNOPSIS
     eclat lsreg [FILTER...] [REGION...]

     eclat lsreg --help

DESCRIPTION
     This command lists the EC2 regions.  If no arguments are provided, it lists
     all  regions available to the account.  Otherwise, each argument is treated
     as a name of the region to describe.

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

     endpoint=string
	    The endpoint of the region.

     region-name=string
	    The region name.  It is the same as giving string as a command  line
	    argument.

OUTPUT
     The default output shows one region per line.  Each line of output contains
     region  name  and	corresponding endpoint, separated by a single horizontal
     tab character.

EXAMPLE
     $ eclat lsreg
     eu-west-1	     ec2.eu-west-1.amazonaws.com
     sa-east-1	     ec2.sa-east-1.amazonaws.com
     us-east-1	     ec2.us-east-1.amazonaws.com
     ap-northeast-1  ec2.ap-northeast-1.amazonaws.com
     us-west-2	     ec2.us-west-2.amazonaws.com
     us-west-1	     ec2.us-west-1.amazonaws.com
     ap-southeast-1  ec2.ap-southeast-1.amazonaws.com
     ap-southeast-2  ec2.ap-southeast-2.amazonaws.com

SEE ALSO
     eclat(1), eclat-describe-availability-zones(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-LSREG(1)

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

home | help