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?

joker
질문됨 일 년 전411회 조회
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
전문가
답변함 일 년 전
profile pictureAWS
전문가
검토됨 일 년 전
  • Thank you for detail description!

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠