【发布时间】:2016-06-06 20:49:29
【问题描述】:
我正在使用 boto3 create_db_cluster 创建 RDS 集群。如何在非默认 VPC 中创建集群?
已尝试传递目标 VPC 中的VpcSecurityGroupIds,但出现以下错误:
botocore.exceptions.ClientError:发生错误 (InvalidParameterCombination) 调用 CreateDBCluster 时 操作:数据库在 vpc-X 中,但 Ec2 安全组 sg-Y 在 vpc-Z
【问题讨论】:
标签: amazon-rds boto3 amazon-vpc