I am trying to create AWS RDS Service and I am using the default VPC, and like many would know - it has three subnets associated with it. But during the creation of RDS, I am not able to pick the subnets (i want to choose a subnet so I can control the AZ and CIDR of the RDS). Below is the screenshot. Could some one point, how i can get the subnets option.
1 Answers
1
votes
Subnets for RDS are defined in a subnet group, rather than you selecting the subnet itself during creation.
The subnet group will contain multiple subnets that an RDS instance could be launched in, when you create RDS instances with either Multi-AZ or Read only replicas this same subnet group will be used.
You can create a new subnet group in the console, via IaC (CloudFormation or Terraform) or via the CLI. However, this will need to be done before you create the RDS instance.