| This is the IcsSeurityGroup common library. |
Library for AWS Security group
list of weak references to the object (if defined)
The action adds one or more egress rules to a VPC security group
| Parameters: |
|
|---|
Add a new rule to an existing security group. You need to pass in either src_security_group_name OR ip_protocol, from_port, to_port, and cidr_ip. In other words, either you are authorizing another group or you are authorizing some ip-based rule.
| Parameters: |
|
|---|---|
| Returns: | True if successful. |
| Type : | bool |
Create a new security group for your account. This will create the security group within the region you are currently connected to.
| Parameters: | |
|---|---|
| Returns: | The newly created boto.ec2.securitygroup.SecurityGroup. |
| Type : | boto.ec2.securitygroup.SecurityGroup |
Create a new security group for your account. This will create the security group within the region you are currently connected to.
| Parameters: | |
|---|---|
| Returns: | The newly created DBSecurityGroup |
| Type : | boto.rds.dbsecuritygroup.DBSecurityGroup |
Get all security groups associated with your account in a region.
| Parameters: |
|
|---|
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: |
|
|---|---|
| Returns: | True if successful. |
| Tyep : | bool |
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: |
|
|---|---|
| Returns: | True if successful. |
| Type : | bool |
Remove an existing rule from an existing security group
| Parameters: |
|
|---|---|
| Returns: | True if successful. |
| Type : | bool |