Author: | Scott Anderson |
---|
New in version 1.5.
Creates, modifies, and deletes RDS database subnet groups. This module has a dependency on python-boto >= 2.5.
parameter | required | default | choices | comments |
---|---|---|---|---|
aws_access_key | no | AWS access key. If not set then the value of the AWS_ACCESS_KEY environment variable is used. | ||
aws_secret_key | no | AWS secret key. If not set then the value of the AWS_SECRET_KEY environment variable is used. | ||
description | no | Database subnet group description. Only set when a new group is added. | ||
name | yes | Database subnet group identifier. | ||
region | yes | The AWS region to use. If not specified then the value of the EC2_REGION environment variable, if any, is used. | ||
state | yes | present |
|
Specifies whether the subnet should be present or absent. |
subnets | no | List of subnet IDs that make up the database subnet group. |
Note
Requires boto