Authorizes ingress to a CacheSecurityGroup using EC2 Security Groups as authorization (therefore the application using the cache must be running on EC2 clusters). This API requires the following parameters: EC2SecurityGroupName and EC2SecurityGroupOwnerId.
You cannot authorize ingress from an EC2 security group in one Region to an Amazon Cache Cluster in another.
Access
public
Parameters
Parameter |
Type |
Required |
Description |
---|---|---|---|
|
Required |
The name of the Cache Security Group to authorize. |
|
|
Required |
Name of the EC2 Security Group to include in the authorization. |
|
|
Required |
AWS Account Number of the owner of the security group specified in the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value. |
|
|
Optional |
An associative array of parameters that can have the following keys:
|
Returns
Type |
Description |
---|---|
A |
Source
Method defined in services/elasticache.class.php | Toggle source view (9 lines) | View on GitHub