Add a new rule to an existing security group. You need to pass in either src_security_group_name and src_security_group_owner_id OR a CIDR block but not both.
Parameters: |
|
---|---|
Return type: | bool |
Returns: | True if successful. |
Copies the specified DBSnapshot.
Parameters: | |
---|---|
Return type: | |
Returns: | The newly created DBSnapshot. |
Create a new Database Subnet Group.
Parameters: | |
---|---|
Return type: | :class:`boto.rds.dbsubnetgroup.DBSubnetGroup |
Returns: | the created db_subnet_group |
Create a new DBInstance.
Parameters: |
|
---|---|
Return type: | |
Returns: | The new db instance. |
Create a new DBInstance Read Replica.
Parameters: |
|
---|---|
Return type: | |
Returns: | The new db instance. |
Create a new security group for your account. This will create the security group within the region you are currently connected to.
Parameters: | |
---|---|
Return type: | |
Returns: | The newly created DBSecurityGroup |
Create a new DB snapshot.
Parameters: | |
---|---|
Return type: | |
Returns: | The newly created DBSnapshot |
Create a new option group for your account. This will create the option group within the region you are currently connected to.
Parameters: |
|
---|---|
Return type: | boto.rds.optiongroup.OptionGroup |
Returns: | The newly created OptionGroup |
Create a new dbparameter group for your account.
Parameters: | |
---|---|
Return type: | |
Returns: | The newly created ParameterGroup |
Delete a Database Subnet Group.
Parameters: | name (string) – The identifier of the db_subnet_group to delete |
---|---|
Return type: | boto.rds.dbsubnetgroup.DBSubnetGroup |
Returns: | The deleted db_subnet_group. |
Delete an existing DBInstance.
Parameters: |
|
---|---|
Return type: | |
Returns: | The deleted db instance. |
Delete a DBSecurityGroup from your account.
Parameters: | key_name (string) – The name of the DBSecurityGroup to delete |
---|
Delete a DBSnapshot
Parameters: | identifier (string) – The identifier of the DBSnapshot to delete |
---|
Delete an OptionGroup from your account.
Parameters: | key_name (string) – The name of the OptionGroup to delete |
---|
Delete a ParameterGroup from your account.
Parameters: | key_name (string) – The name of the ParameterGroup to delete |
---|
Describes the available option group options.
Parameters: |
|
---|---|
Return type: | list |
Returns: | A list of class:boto.rds.optiongroup.Option |
Describes the available option groups.
Parameters: |
|
---|---|
Return type: | list |
Returns: | A list of class:boto.rds.optiongroup.OptionGroup |
Retrieve all the DBSubnetGroups in your account.
Parameters: |
|
---|---|
Return type: | list |
Returns: | A list of boto.rds.dbsubnetgroup.DBSubnetGroup |
Retrieve all the DBInstances in your account.
Parameters: |
|
---|---|
Return type: | list |
Returns: | A list of boto.rds.dbinstance.DBInstance |
Get all parameter groups associated with your account in a region.
Parameters: |
|
---|---|
Return type: | list |
Returns: | A list of boto.ec2.parametergroup.ParameterGroup |
Get all parameters associated with a ParameterGroup
Parameters: |
|
---|---|
Return type: | boto.ec2.parametergroup.ParameterGroup |
Returns: | The ParameterGroup |
Get all security groups associated with your account in a region.
Parameters: |
|
---|---|
Return type: | list |
Returns: | A list of boto.rds.dbsecuritygroup.DBSecurityGroup |
Get information about DB Snapshots.
Parameters: |
|
---|---|
Return type: | list |
Returns: | A list of boto.rds.dbsnapshot.DBSnapshot |
Get information about events related to your DBInstances, DBSecurityGroups and DBParameterGroups.
Parameters: |
|
---|---|
Return type: | list |
Returns: | A list of class:boto.rds.event.Event |
Get all log files
Parameters: |
|
---|---|
File_size: | int |
Filename_contains: | |
str |
|
File_last_written: | |
int |
|
Return type: | list |
Returns: | A list of boto.rds.logfile.LogFile |
Download a log file from RDS
Parameters: |
|
---|
Modify a parameter group for your account.
Parameters: |
|
---|---|
Return type: | |
Returns: | The newly created ParameterGroup |
Modify an existing DBInstance.
Parameters: |
|
---|---|
Return type: | |
Returns: | The modified db instance. |
Modify a ParameterGroup for your account.
Parameters: |
|
---|---|
Return type: | |
Returns: | The newly created ParameterGroup |
Promote a Read Replica to a standalone DB Instance.
Parameters: |
|
---|---|
Return type: | |
Returns: | The new db instance. |
Reboot DBInstance.
Parameters: | id (str) – Unique identifier of the instance. |
---|---|
Return type: | boto.rds.dbinstance.DBInstance |
Returns: | The rebooting db instance. |
Resets some or all of the parameters of a ParameterGroup to the default value
Parameters: |
|
---|
Create a new DBInstance from a DB snapshot.
Parameters: |
|
---|---|
Return type: | |
Returns: | The newly created DBInstance |
Create a new DBInstance from a point in time.
Parameters: |
|
---|---|
Return type: | |
Returns: | The newly created DBInstance |
Remove an existing rule from an existing security group. You need to pass in either ec2_security_group_name and ec2_security_group_owner_id OR a CIDR block.
Parameters: |
|
---|---|
Return type: | bool |
Returns: | True if successful. |
Remove an existing rule from an existing security group. You need to pass in either ec2_security_group_name and ec2_security_group_owner_id OR a CIDR block.
Parameters: |
|
---|---|
Return type: | bool |
Returns: | True if successful. |
Given a valid region name, return a boto.rds.RDSConnection. Any additional parameters after the region_name are passed on to the connect method of the region object.
Type: | str |
---|---|
Parameters: | region_name – The name of the region to connect to. |
Return type: | boto.rds.RDSConnection or None |
Returns: | A connection to the given region, or None if an invalid region name is given |
Get all available regions for the RDS service.
Return type: | list |
---|---|
Returns: | A list of boto.rds.regioninfo.RDSRegionInfo |
Represents a RDS DBInstance
Properties reference available from the AWS documentation at http://goo.gl/sC2Kn
Variables: |
|
---|
Modify this DBInstance.
Parameters: |
|
---|---|
Return type: | |
Returns: | The modified db instance. |
Provide backward compatibility for previous parameter_group attribute.
Reboot this DBInstance
Return type: | boto.rds.dbsnapshot.DBSnapshot |
---|---|
Returns: | The newly created DBSnapshot |
Provide backward compatibility for previous security_group attribute.
Create a new DB snapshot of this DBInstance.
Parameters: | identifier (string) – The identifier for the DBSnapshot |
---|---|
Return type: | boto.rds.dbsnapshot.DBSnapshot |
Returns: | The newly created DBSnapshot |
Delete this DBInstance.
Parameters: |
|
---|---|
Return type: | |
Returns: | The deleted db instance. |
Update the DB instance’s status information by making a call to fetch the current instance attributes from the service.
Parameters: | validate (bool) – By default, if EC2 returns no data about the instance the update method returns quietly. If the validate param is True, however, it will raise a ValueError exception if no data is returned from EC2. |
---|
Represents an DBSecurityGroup
Represents an RDS database security group
Properties reference available from the AWS documentation at http://docs.amazonwebservices.com/AmazonRDS/latest/APIReference/API_DeleteDBSecurityGroup.html
Variables: |
|
---|
Add a new rule to this DBSecurity group. You need to pass in either a CIDR block to authorize or and EC2 SecurityGroup.
Parameters: |
|
---|---|
Return type: | bool |
Returns: | True if successful. |
Revoke access to a CIDR range or EC2 SecurityGroup. You need to pass in either a CIDR block or an EC2 SecurityGroup from which to revoke access.
Parameters: |
|
---|---|
Return type: | bool |
Returns: | True if successful. |
Represents a RDS DB Snapshot
Properties reference available from the AWS documentation at http://docs.amazonwebservices.com/AmazonRDS/latest/APIReference/API_DBSnapshot.html
Variables: |
|
---|
Update the DB snapshot’s status information by making a call to fetch the current snapshot attributes from the service.
Parameters: | validate (bool) – By default, if EC2 returns no data about the instance the update method returns quietly. If the validate param is True, however, it will raise a ValueError exception if no data is returned from EC2. |
---|
Represents a RDS Parameter