Deploying a RDS Instance into a Specific VPC: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
The deployment of a RDS instance in a specific VPC consists in the following steps: | The deployment of a RDS instance in a specific VPC consists in the following steps: | ||
1. Create a VPC | 1. Create a VPC security group for the RDS instance. | ||
2. Create a | 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. | This is optional, and it's probably best to do for the clarity of the solution, but it's probably not necessary. | ||
3. Create a DB | 3. 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:23, 17 April 2019
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.
3. Create a DB subnet Group.
See: