|
NAMEeclat-setaattr, eclat-modify-image-attribute - modify attributes of an imageSYNOPSISeclat setaattr AMI-ID description VALUEeclat setaattr AMI-ID ProductCode CODE [CODE...] eclat setaattr AMI-ID LaunchPermission [OPTION] VALUE [[OPTION] VALUE...] eclat setaattr AMI-ID LaunchPermission {-a|-d} {--add|--delete} {--group-name|--user-id} VALUE DESCRIPTIONSet or remove attributes of an AWS image.Only three attributes can be modified: description, ProductCode, and LaunchPermission. All three names are case-insensitive. Setting the description requires a single value (see the first form in the synopsis). The ProductCode attribute can be assigned multiple values in the single invocation (second form in the synopsis). Note, that this operation is irreversible: after a product code is added to an AMI, it can't be removed. The third form adds or removes AWS accounts to the LaunchPermission list. It allows for the following options:
This two options invert each other's effect. The default action is --add, so the use of the --add option is optional if it is the only option in the command line.
EXAMPLE
eclat setaattr ami-abcde012 description Database server
eclat setaattr ami-abcde012 LaunchPermission --add 123456701234 --del --group all SEE ALSOeclat(1), eclat-lsaattr(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. |