Reputation: 10632
I'm following AWS's instructions Scenario 2: VPC with Public and Private Subnets and am having issues at the point I try to launch a DB server.
When I launch my instance, all is fine and I am able to assign it to my newly created VPC. However, when it comes to launch the RDS, the only VPC available (on step 4, configure advanced settings) is the default VPC (ie not the one I created as per their instructions).
Has anyone any idea about this or indeed how to resolve it?
Upvotes: 9
Views: 3698
Reputation: 5041
RDS requires a little more setup than an EC2 instance if you want to launch it within a VPC.
Specifically, you need to create:
The documentation is a little buried in the AWS RDS documents. It can be found here:
Creating a DB Instance in a VPC
Upvotes: 10