AWS create-cache-cluster - 无法识别安全组ID

时间:2017-11-28 01:04:21

标签: amazon-web-services amazon-ec2 aws-security-group aws-vpc

我尝试使用aws cli创建弹性缓存并遇到错误。我使用的安全组ID是我的帐户默认安全组ID,我看到它存在于aws控制台上。不知道为什么会犯错。

user$ aws elasticache create-cache-cluster \
>     --cache-cluster-id ClusterForLambdaTest \
>     --cache-node-type cache.m3.medium \
>     --engine memcached \
>     --security-group-ids sg-f123f123 \
>     --num-cache-nodes 1 

An error occurred (InvalidParameterValue) when calling the 
CreateCacheCluster operation: Some security group Id not recognized 
by EC2: securityGroupIds[[sg-f123f123]], awsAccountId[123456789012]

0 个答案:

没有答案