I am using the AWS Toolkit in Visual Studio 2013 to try to launch a new instance on Amazon RDS. I go through the wizard to create a new instance, and after clicking ends, there is a delay, and then a message appears:
Error starting database instance: database security groups can only be associated with database BPB instances using the API version from 2012-01-15 to 2012-09-17.
Running different types of instances (SQL Server SE vs MySQL) does not seem to help, nor does it select different versions of the platforms (SQL Server 2008 - 2012). The only thing to do is to uncheck the "default" checkbox in the database security group area. However, I feel that something is happening here that should not be.
Can someone explain why this is happening, and how can I solve it, except to not set a default security group? Thank.
source
share