Can I do route 53 private hosting on a server connected to a bastion host?

0

By configuring a bation host in my network, the server in the external network can access my vpc.

In this case, can I connect the domain to an external server using bation host through private hosting through route 53?

1回答
3
承認された回答

Yes, you can use a bastion host to connect to an external server through a private hosted zone in Route 53. Here are the high-level steps to set this up:

  1. Set up a private hosted zone in Route 53 for your domain.
  2. Set up your DNS records in the private hosted zone to point to your external server's IP address.
  3. Configure your VPC to use the private hosted zone for DNS resolution.
  4. Set up a bastion host in your VPC and configure it to allow SSH or RDP access to your external server.
  5. Connect to the bastion host using SSH or RDP, and then connect to the external server from there.

By using the private hosted zone, the DNS resolution for your domain will be handled within your VPC, so the requests won't leave your network. The bastion host will act as a jump server to allow you to connect securely to the external server without exposing it to the internet directly.

profile picture
エキスパート
回答済み 1年前
profile pictureAWS
エキスパート
レビュー済み 1年前
  • Thank you for detail description!

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

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

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

関連するコンテンツ