ECLAT-RMADDR

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
OUTPUT AND RETURN VALUE
EXAMPLES
SEE ALSO
AUTHORS
BUG REPORTS
COPYRIGHT

NAME

eclat-rmaddr, eclat-release-address - release Elastic IP address.

SYNOPSIS

eclat rmaddr [--vpc] [-v] IP-OR-ALLOCID

eclat rmaddr --help

DESCRIPTION

This command releases an Elastic IP address. The address must have been previously allocated using the mkaddr command.

OPTIONS

-v, --vpc

Release a VPC Elastic IP address. If this option is given, the argument is treated as the allocation ID corresponding to the VPC Elastic IP address.

OUTPUT AND RETURN VALUE

The default output format does not display anything if the operation succeeds. Otherwise it prints on the standard error the diagnostic message returned by the Amazon, and returns code 1 to the shell.

The code 2 is returned if eclat is unable to recognize the response.

The code 16 is returned if the operation is not confirmed.

EXAMPLES

1.
Release the Elastic IP:

$ eclat rmaddr 192.0.2.1
Really release IP 192.0.2.1 [Y/n] y

2.
Same, with confirmation disabled:

$ eclat -Y rmaddr 192.0.2.1

3.
Release the VPC Elastic IP:

eclat rmaddr --vpc eipalloc-5723d13e

SEE ALSO

eclat(1), eclat-mkaddr(1), eclat-assocaddr(1), eclat-disassaddr(1).

AUTHORS

Sergey Poznyakoff

BUG REPORTS

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

COPYRIGHT

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.


Manpage server at man.gnu.org.ua.

Powered by mansrv 1.1