Deploying a RDS Instance into a Specific VPC: Difference between revisions
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
==Create a VPC Security Group for the RDS Instance== | ==Create a VPC Security Group for the RDS Instance== | ||
==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. | |||
==Create a DB Subnet Group== | ==Create a DB Subnet Group== | ||
See: {{Internal|Amazon_Relational_Database_Operations#AWS::RDS::DBSubnetGroup|AWS::RDS::DBSubnetGroup}} | See: {{Internal|Amazon_Relational_Database_Operations#AWS::RDS::DBSubnetGroup|AWS::RDS::DBSubnetGroup}} |
Revision as of 18:21, 17 April 2019
External
Internal
Procedure
The deployment of a RDS instance in a specific VPC consists in the following steps:
Create a VPC Security Group for the RDS Instance
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.
Create a DB Subnet Group
See: