euca-modify-network-interface-attribute

Modify an attribute of a VPC network interface.

Syntax

euca-modify-network-interface-attribute 
	(-d description | --source-dest-check (true|false)| --group-id group_id 
 	| -a attachment)
	[--delete-on-termination (true|false)]
	interface_id

Options

Option Description Required
-d, --description description Set the interface's description. No
--source-dest-check boolean Set whether source/destination checking is enabled.

Valid values: true or false

No
--group_id group [group...] Set the security group(s) that the interface belongs to. No
-a, --attachment attachment ID of an attachment to modify. You must specify the --delete-on- termination option when this option is used. No
--delete-on-termination boolean Set whether the interface's attachment will be deleted when the instance terminates. You must specify the --attachment option when this option is used.

Valid values: true or false

No
interface_id Identifier of the network interface. Yes

Common Options

Option Description
--show-empty-fields Show empty fields using (nil) as a placeholder to indicate that this data was not requested. Empty fields are not shown by default.
--region value Specify region value as the cloud region to use. You can set this by using the environment variable AWS_DEFAULT_REGION.
-U,--url value Overrides the URL for the service call with the value entered. You can set this by using the environment variable AWS_AUTOSCALING_URL.
-I, --access-key-id value User's access key ID
-S, --secret-key value User's AWS secret Key to use.
--debug Prints what the command sends to the server and what it receives from the server. Use when you're trying to debug Euca2ools.
--debugger Enable interactive debugger on error.
--version Display the version of this tool.
-h,--help Display the manual page for the command.
x