The RDS listener endpoint record does not resolve to private IP when requested from EC2 instance on the same VPC

0

Hello. I'm using AWS RDS Microsoft SQL Server with Multi-AZ (Always On) configuration with 'Publicly accessible'. When I try to resolve RDS listener endpoint from EC2 instance on the same network, it returns the public IPs. Resolving of RDS endpoint returns a private IP but for RDS listener endpoint it doesn't work. Does anyone have any ideas why RDS listener endpoint record not return private IPs? 'DNS hostnames' and 'DNS resolution' are enabled on this VPC. Would be grateful for any ideas and suggestions. Thanks in advance.

質問済み 8ヶ月前693ビュー
1回答
0
承認された回答

Hello Uladzimir,

Take a look and see if any of these options suit your needs.

Potential Solutions:

  • Private Endpoint: If your primary use-case involves accessing the RDS instance from within the same VPC, consider switching the "Publicly accessible" setting to "No". This will ensure that only private IPs are associated with the RDS instance and its listener endpoint.
  • Route 53 Resolver: Set up a custom DNS resolver using Amazon Route 53 Resolver. You can create a rule that forces resolution of the listener endpoint's domain name to its private IP.

Alternative Solution (not recommended):

  • Hosts File: As a workaround, though not recommended for production systems, you can manually map the listener endpoint to the private IP in the /etc/hosts (or equivalent) file on your EC2 instance. This will force the EC2 instance to resolve the endpoint to the specified IP. However, if the IP ever changes, you will need to manually update it.
profile picture
回答済み 8ヶ月前

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

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

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

関連するコンテンツ