Module Rudy::AWS::EC2::Addresses
In: lib/rudy/aws/ec2/address.rb

Methods

any?   associate   associated?   create   destroy   disassociate   exists?   from_hash   get   list   list_as_hash  

Included Modules

Rudy::AWS::EC2

Public Class methods

Public Instance methods

Associate an elastic IP to an instance

address is an IP address or Rudy::AWS::EC2::Address object Returns true if the given address is associated to an instance

Disssociate an elastic IP from an instance

address is an IP address or Rudy::AWS::EC2::Address object Returns true if the given address is assigned to the current account

Returns a Array of Rudy::AWS::EC2::Address objects.

Returns a Hash of Rudy::AWS::EC2::Address objects. The key of the IP address.

[Validate]