Authorize DB Security Group Ingress
GET {{aws_rds_base_url}}/?CIDRIP&DBSecurityGroupName&EC2SecurityGroupId&EC2SecurityGroupName&EC2SecurityGroupOwnerId&Action=AuthorizeDBSecurityGroupIngress&Version=2014-10-31
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
CIDRIP | null | The IP range to authorize. | |
DBSecurityGroupName | null | The name of the DB security group to add authorization to. | |
EC2SecurityGroupId | null | Id of the EC2 security group to authorize. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided. | |
EC2SecurityGroupName | null | Name of the EC2 security group to authorize. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided. | |
EC2SecurityGroupOwnerId | null | AWS account number of the owner of the EC2 security group specified in the EC2SecurityGroupName parameter. The AWS access key ID isn't an acceptable value. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided. | |
Action | string | ||
Version | string |