

private_ip_address – The private IP address associated with the Elastic IP address (VPC addresses only).Īssociate ( instance_id=None, network_interface_id=None, private_ip_address=None, allow_reassociation=False, dry_run=False ) ¶Īssociate this Elastic IP address with a currently running instance.network_interface_owner_id – The owner IID (VPC addresses only).network_interface_id – The network interface (if any) that the address is associated with (VPC addresses only).association_id – The association ID for the address (VPC addresses only).allocation_id – The allocation ID for the address (VPC addresses only).domain – Indicates whether the address is a EC2 address or a VPC address (standard|vpc).instance_id – The instance the address is associated with (if any).Represents an EC2 Elastic IP Address Variables: Address ( connection=None, public_ip=None, instance_id=None ) ¶ Passed along to the EC2Connection object. Object’s constructor as keyword arguments and they will be You may pass any of the arguments accepted by the EC2Connection Get all available regions for the EC2 service. The RegionInfo object for the given region or None if get_region ( region_name, **kw_params ) ¶įind and return a object Region_name – The name of the region to connect to.ī2Connection or NoneĪ connection to the given region, or None if an invalid regionīoto.ec2. connect_to_region ( region_name, **kw_params ) ¶Īny additional parameters after the region_name are passed on to This module provides an interface to the Elastic Compute Cloud (EC2)
