Deploying a RDS Instance into a Specific VPC

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Procedure

The deployment of a RDS instance in a specific VPC consists in the following steps:

1. Create a VPC security group for the RDS instance.

2. Create a dedicated subnet.

This is optional, and it's probably best to do for the clarity of the solution, but it's probably not necessary.

The subnet does not need a route to the internet.

3. Create a DB subnet Group.

See:

AWS::RDS::DBSubnetGroup

4. Configure the RDS instance with all of the above.

See:

AWS::RDS::DBInstance