我怎样才能试图发起比如在亚马逊RDS时解决错误?亚马逊、如在、错误、RDS

2023-09-11 11:31:27 作者:飞烟轻若梦

我使用Visual Studio 2013的AWS工具包试图推出一个新的实例在Amazon RDS。我通过向导获取用于创建新实例并单击Finish后,有一个延时,然后会出现一条消息说:

I'm using the AWS Toolkit in Visual Studio 2013 to attempt to launch a new instance on Amazon RDS. I get through the wizard for creating the new instance and after clicking finish, there is a delay, and then a message appears saying:

错误启动数据库实例:数据库安全组只能用VPC数据库实例使用API​​版本2012-01-15至2012年9月17日相关

Error launching DB instance: DB Security Groups can only be associated with VPC DB Instances using API version 2012-01-15 through 2012-09-17.

启动不同类型的实例(SQL Server的SE VS MySQL的)似乎并没有帮助,也不会选择不同版本的平台(SQL Server 2008的VS 2012年)。这得到它要经过的唯一的事情是不选中在数据库安全组区域默认的框。不过,我觉得喜欢的事是怎么回事,不应该发生的事情。

Launching different types of instances (SQL Server SE vs MySQL) doesn't seem to help, nor does selecting different versions of the platforms (SQL Server 2008 vs 2012). The only thing that gets it to go through is unchecking the box for "default" in the DB Security Groups area. However, I feel like something is going on here that shouldn't be happening.

任何人都可以解释为什么发生这种情况,我怎么能解决比不设置默认的安全组,它的其他?谢谢你。

Can anyone explain why this is happening and how I can resolve it other than by not setting a default security group? Thank you.

推荐答案

如果您创建AWS账户最近,您将使用VPC默认。

If you created your AWS account recently, you will be using a VPC by default.

这听起来像API插件尝试使用尚未更新。最新的版本是1.5.6,并且在看历史好像其中的一些功能添加在1.5.0。

It sounds like the API the plugin is trying to use hasn't been updated. The latest version is 1.5.6, and looking at the history it seems like some of these features were added in 1.5.0.