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
エキスパート
回答済み 10ヶ月前
profile picture
エキスパート
レビュー済み 2ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ