Submit
Path:
~
/
/
lib
/
python2.7
/
site-packages
/
awscli
/
customizations
/
ec2
/
File Content:
runinstances.pyc
� =��Xc @ s� d Z d d l m Z d Z d Z d Z d � Z d � Z d � Z d e f d e f d e f g Z d � Z d � Z d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d S( s= This customization adds two new parameters to the ``ec2 run-instance`` command. The first, ``--secondary-private-ip-addresses`` allows a list of IP addresses within the specified subnet to be associated with the new instance. The second, ``--secondary-ip-address-count`` allows you to specify how many additional IP addresses you want but the actual address will be assigned for you. This functionality (and much more) is also available using the ``--network-interfaces`` complex argument. This just makes two of the most commonly used features available more easily. i����( t CustomArguments$ [EC2-VPC] A secondary private IP address for the network interface or instance. You can specify this multiple times to assign multiple secondary IP addresses. If you want additional private IP addresses but do not need a specific address, use the --secondary-private-ip-address-count option.s^ [EC2-VPC] The number of secondary IP addresses to assign to the network interface or instance.sY [EC2-VPC] If specified a public IP address will be assigned to the new instance in a VPC.c K s� t d d d t � } | | d <t d d d t � } | | d <t d d d t d d d d � } | | d <t d d d t d d d d � } | | d <d S( Nt names secondary-private-ip-addressest help_texts"