Delphix Products

  • 1.  How do I login to the Delphix CLI deployed from AMI?

    Posted 05-15-2018 03:31:00 AM

    Hello,

    I deployed Delphix on AWS using AMI.

    How do I login to the Delphix CLI deployed from AMI?


    #Virtualization


  • 2.  RE: How do I login to the Delphix CLI deployed from AMI?
    Best Answer

    Posted 05-15-2018 06:23:00 AM
    Hi Koichi,
    It should be no different from logging in from anywhere else, unless you have some firewall rules set.
    So on my Lab Alchemy AWS image I can simply ssh to the Delphix engine from the jump box using the internal IP address something like ssh delphix_admin@10.x.x.10 .
    If you want a direct URL from your laptop for a Lab Alchemy image then you would need to get the firewall adjusted.
    Regards,
    Gary


  • 3.  RE: How do I login to the Delphix CLI deployed from AMI?

    Posted 05-17-2018 03:56:00 AM

    Hi Gray,

    It is now possible to connect after changing firewall settings.
    Thank you!

    Regards,

    Koichi Shibayama.



  • 4.  RE: How do I login to the Delphix CLI deployed from AMI?

    Posted 05-17-2018 04:43:00 AM
    Hi Koichi, To access instances in public clouds you have to you use key pair authentication method. Just as prerequisite the firewall configuration have rob done for ports to connect to. Please refer to aws doc on how to connect to you cloud instance in ssh (specially step I and II) https://docs.aws.amazon.com/quickstarts/latest/vmlaunch/welcome.html Regards, Mouhssine