Class Aws::Rds
In: lib/rds/rds.rb
Parent: AwsBase

Methods

Included Modules

AwsBaseInterface

Constants

API_VERSION = nil   Amazon API version being used
DEFAULT_HOST = "rds.amazonaws.com"
DEFAULT_PATH = '/'
DEFAULT_PROTOCOL = 'https'
DEFAULT_PORT = 443

Public Class methods

Public Instance methods

identifier: db instance identifier. Must be unique per account per zone. instance_class: db.m1.small | db.m1.large | db.m1.xlarge | db.m2.2xlarge | db.m2.4xlarge See this for other values: docs.amazonwebservices.com/AmazonRDS/latest/APIReference/

options:

   db_name: if you want a database created at the same time as the instance, specify :db_name option.
   availability_zone: default is random zone.

identifier: identifier of db instance to delete. final_snapshot_identifier: if specified, RDS will crate a final snapshot before deleting so you can restore it later.

options:

     DBInstanceIdentifier
     MaxRecords
     Marker

Returns array of instances as hashes. Response metadata can be retreived by calling array.response_metadata on the returned array.

[Validate]