0

Actually I am having one use case like "I am having one ansible server in cloud for example EC2 instance and I am having one customer jump host in a data center or another cloud". I need to establish connection from ansible server to customer jump host.

I need some end-end suggestion to proceed with this.

Thanks in advance.

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470

1 Answers1

0

For this you will need to use a VPN.

Check out the following:

Hope this helps.

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
Chris Williams
  • 32,215
  • 4
  • 30
  • 68
  • Is AWS client VPN will work if the customer jump server is there in some other cloud or in there physical environment. – Venu Devannagari May 14 '20 at 08:12
  • Client VPN is actually AWS version of a managed OpenVPN connect. If you can install the OpenVPN client on their machine then yes you can do that. – Chris Williams May 14 '20 at 08:15