|
NAMEeclat-assocaddr, eclat-associate-address - associate an IP address with an instanceSYNOPSISeclat assocaddr [OPTIONS] INSTANCE IPeclat assocaddr [OPTIONS] INSTANCE ALLOC-ID eclat assocaddr --help DESCRIPTIONThe assocaddr command associates an Elastic IP address with an non-VPC instance or associates a VPC Elastic IP address with an instance in your VPC.The first argument is always the ID of the instance to operate upon. The meaning of the second argument depends on the --vpc command line option. If that option is given, the second argument supplies the allocation ID that AWS returned when you allocated the Elastic IP address for use with Amazon VPC. Otherwise, it is the Elastic IP to assign to the non-VPC instance. OPTIONS
OUTPUT AND RETURN VALUEThe 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. EXAMPLES1.Assign an Elastic IP to the instance:eclat assocaddr i-2ea64347 192.0.2.1 2.Associate an IP address with an instance in the VPC:eclat assocaddr --vpc i-4fd2431a eipalloc-5723d13e SEE ALSOeclat(1), eclat-mkaddr(1), eclat-rmaddr(1), eclat-disassaddr(1).AUTHORSSergey PoznyakoffBUG REPORTSReport bugs to <bug-eclat@gnu.org.ua>.COPYRIGHTCopyright © 2012-2018 Sergey PoznyakoffLicense 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.
Visit the GSP FreeBSD Man Page Interface. |