RDS Subnet Association

0

Hi

If an oracle RDS was created using some VPC which has 8 subnets without selecting a subnet group, is there a way to find out which exact subnet name AWS has selected to place it in?

ALso, is there a way to move the RDS from one subnet to another subnet after it was created or not?

1 回答
0
已接受的回答

Check the endpoint of the DB instance with the "nslookup" command to see the private IP address.
It can also be determined from its IP address.
RDS creates a network interface.
By checking EC2→Network Interface, you can see that the RDS network interface has been created, and you can also identify the subnet from there.

The following documents may be helpful in moving subnets.
https://repost.aws/knowledge-center/rds-move-to-private-subnet

profile picture
专家
已回答 1 年前
profile picture
专家
已审核 3 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则