Class | Aws::Rds |
In: |
lib/rds/rds.rb
|
Parent: | AwsBase |
API Reference: docs.amazonwebservices.com/AmazonRDS/latest/APIReference/
API_VERSION | = | nil | Amazon API version being used | |
DEFAULT_HOST | = | "rds.amazonaws.com" | ||
DEFAULT_PATH | = | '/' | ||
DEFAULT_PROTOCOL | = | 'https' | ||
DEFAULT_PORT | = | 443 |
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.