我尝试使用 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]