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
preguntada hace un año411 visualizaciones
1 Respuesta
3
Respuesta aceptada

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
EXPERTO
respondido hace un año
profile pictureAWS
EXPERTO
revisado hace un año
  • Thank you for detail description!

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas