An Amazon EC2 interface to create, delete, describe, grand and revoke sercurity permissions.
Located in /Service/Amazon/Ec2/Securitygroups.php (line 37)
Zend_Service_Abstract | --Zend_Service_Amazon_Abstract | --Zend_Service_Amazon_Ec2_Abstract | --Zend_Service_Amazon_Ec2_Securitygroups
Inherited from Zend_Service_Amazon_Ec2_Abstract
Zend_Service_Amazon_Ec2_Abstract::$_defaultRegion
Zend_Service_Amazon_Ec2_Abstract::$_ec2ApiVersion
Zend_Service_Amazon_Ec2_Abstract::$_ec2Endpoint
Zend_Service_Amazon_Ec2_Abstract::$_ec2SignatureMethod
Zend_Service_Amazon_Ec2_Abstract::$_ec2SignatureVersion
Zend_Service_Amazon_Ec2_Abstract::$_httpTimeout
Zend_Service_Amazon_Ec2_Abstract::$_region
Zend_Service_Amazon_Ec2_Abstract::$_validEc2Regions
Inherited from Zend_Service_Amazon_Abstract
Zend_Service_Amazon_Abstract::$_accessKey
Zend_Service_Amazon_Abstract::$_defaultAccessKey
Zend_Service_Amazon_Abstract::$_defaultSecretKey
Zend_Service_Amazon_Abstract::$_secretKey
Inherited from Zend_Service_Abstract
Zend_Service_Abstract::$_httpClient
Adds permissions to a security group
When authorizing a user/group pair permission, GroupName, SourceSecurityGroupName and SourceSecurityGroupOwnerId must be specified.
Permission changes are propagated to instances within the security group as quickly as possible. However, depending on the number of instances, a small delay might occur.
Adds permissions to a security group
Permissions are specified by the IP protocol (TCP, UDP or ICMP), the source of the request (by IP range or an Amazon EC2 user-group pair), the source and destination port ranges (for TCP and UDP), and the ICMP codes and types (for ICMP). When authorizing ICMP, -1 can be used as a wildcard in the type and code fields.
Permission changes are propagated to instances within the security group as quickly as possible. However, depending on the number of instances, a small delay might occur.
Creates a new security group.
Every instance is launched in a security group. If no security group is specified during launch, the instances are launched in the default security group. Instances within the same security group have unrestricted network access to each other. Instances will reject network access attempts from other instances in a different security group. As the owner of instances you can grant or revoke specific permissions using the authorizeIp, authorizeGroup, revokeGroup and {$link revokeIp} operations.
Deletes a security group.
If you attempt to delete a security group that contains instances, a fault is returned. If you attempt to delete a security group that is referenced by another security group, a fault is returned. For example, if security group B has a rule that allows access from security group A, security group A cannot be deleted until the allow rule is removed.
Returns information about security groups that you own.
If you specify security group names, information about those security group is returned. Otherwise, information for all security group is returned. If you specify a group that does not exist, a fault is returned.
Revokes permissions from a security group. The permissions used to revoke must be specified using the same values used to grant the permissions.
Permission changes are propagated to instances within the security group as quickly as possible. However, depending on the number of instances, a small delay might occur.
When revoking a user/group pair permission, GroupName, SourceSecurityGroupName and SourceSecurityGroupOwnerId must be specified.
Revokes permissions from a security group. The permissions used to revoke must be specified using the same values used to grant the permissions.
Permissions are specified by the IP protocol (TCP, UDP or ICMP), the source of the request (by IP range or an Amazon EC2 user-group pair), the source and destination port ranges (for TCP and UDP), and the ICMP codes and types (for ICMP). When authorizing ICMP, -1 can be used as a wildcard in the type and code fields.
Permission changes are propagated to instances within the security group as quickly as possible. However, depending on the number of instances, a small delay might occur.
Inherited From Zend_Service_Amazon_Ec2_Abstract
Zend_Service_Amazon_Ec2_Abstract::__construct()
Zend_Service_Amazon_Ec2_Abstract::addRequiredParameters()
Zend_Service_Amazon_Ec2_Abstract::sendRequest()
Zend_Service_Amazon_Ec2_Abstract::setRegion()
Zend_Service_Amazon_Ec2_Abstract::signParameters()
Zend_Service_Amazon_Ec2_Abstract::_getRegion()
Inherited From Zend_Service_Amazon_Abstract
Zend_Service_Amazon_Abstract::__construct()
Zend_Service_Amazon_Abstract::setKeys()
Zend_Service_Amazon_Abstract::_getAccessKey()
Zend_Service_Amazon_Abstract::_getSecretKey()
Inherited From Zend_Service_Abstract
Zend_Service_Abstract::getHttpClient()
Zend_Service_Abstract::setHttpClient()
Documentation generated on Mon, 21 Jun 2010 15:43:36 -0400 by phpDocumentor 1.4.3