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
asked a year ago403 views
1 Answer
3
Accepted Answer

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
EXPERT
answered a year ago
profile pictureAWS
EXPERT
reviewed a year ago
  • Thank you for detail description!

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions