Introduction

This article covers procedures for deploying in AWS, via the Delphix Marketplace Image or Amazon Machine Imaage (AMI). 

  • Procedure to Install an AMI
  • Subscribe to the Delphix Virtualization Engine Marketplace Image
  • Launching the Delphix Engine
  • Configuring the Delphix Engine

Procedure to Install an AMI

Use the Delphix-supplied AMI file to install the Delphix Engine.

  1. On the Delphix download site, click the AMI you would like to share and accept the Delphix License agreement. Alternatively, follow a link given by your Delphix solutions architect.
  2. On the Amazon Web Services Account Details form presented:
    1. Enter your AWS Account Identifier, which can be found here: https://console.aws.amazon.com/billing/home?#/account. If you want to use the GovCloud AWS Region, be sure to enter the ID for the AWS Account which has GovCloud enabled.
    2. Select which AWS Region you would like the AMI to be shared in. If you would like the AMI shared in a different region, contact your Delphix account representative to make the proper arrangements.
  3. Click Share. The Delphix Engine will appear in your list of AMIs in AWS momentarily.

Subscribe to the Delphix Virtualization Engine Marketplace Image

  1. Login to the AWS Console at https://aws.amazon.com/console.
  2. Navigate to the AWS Marketplace.
  3. In the Search field, enter Delphix.
  4. Select the Delphix Dynamic Data Platform for AWSSelect the appropriate offer based on the data you will ingest into the Delphix platform.
  5. Review the information on the initial Marketplace page.
  6. Click Continue to Subscribe.
  7. Review the software subscription information and select the Manual Launch tab.
  8. Select Accept Software Terms.
    Your subscription will take a few minutes to become enabled.
  9. From the Subscription page, click Return to Product Page. There you will see Launch with EC2 Console enabled in all of the available regions.

Launching the Delphix Engine

  1. In the desired region, select Launch with EC2 Console.
    Launching will direct you to the standard EC2 instance launch process. 

  2. Select the size of the virtual machine you want to deploy. For supported instance types and capabilities, see Virtual Machine Requirements for AWS Platform.
  3. Click Next: Configure Instance Details.
  4. Configure instance details as follows:
    1. Set the number of instances to 1.
    2. Purchasing option – Leave Request Spot Instances unchecked.
    3. Network – Select the VPC into which the instance will be deployed.
    4. Subnet – Select the Subnet into which the instance will be deployed.
    5. Auto-assign Public IP –  Select Disable.

    6. Placement group – Optional. The default is No placement group.
    7. IAM Role – None
    8. Shutdown behavior – Stop
    9. Enable termination protection – Yes (select checkbox). This ensures that the Delphix Engine is not accidentally terminated.
    10. Monitoring – Optional
    11. EBS-optimized instance – Yes (select checkbox)
    12. Tenancy – Shared – Run a shared hardware instance
    13. Network Interfaces – Eth0

      This option will not appear if you chose a default subnet. In this case, the first option below will apply.

      1. Auto-assign (default if using DHCP)
      2. Enter static IP in Primary IP field (recommended for consistency)
  5. Click Next: Add Storage.
  6. By default, the Delphix Virtualization instance includes a 150GB OS volume. Ensure that this volume is set as a General Purpose SSD (GP2) type.
  7. Using the Delphix Virtualization Engine Storage Calculator for AWS, enter information from your predetermined inventory into the worksheet. This will automatically calculate the number, size, and IOPS required for the EBS volumes. 

    In the above example, there are three (3) source databases listed with their current sizes. Each is estimated to have 5 virtual copies as well as a 14-day retention period for snapshots/backups. The calculator indicates that you should add four (4) EBS-provisioned IOPS volumes, each being 1250GB with 1000 IOPS.

    This calculator is only for estimating your anticipated storage size and IOPS needs. A manual adjustment may be required prior to or after launch depending on your storage and performance needs.

  8. Click Add New Volume. The new volume will be created using the specifications in the estimation provided. The below values are sample values set for a Volume Type. See EBS Configuration for related information. 
    1. Volume Type – EBS
    2. Device – Use default provided
    3. Size (GiB) – 1250
    4. Volume Type – Provisioned IOPS SSD (IO1)
      Delphix deploys as an EC2 instance on AWS using EBS volumes for storage. AWS provides the following options for Elastic Block Storage (EBS) storage volumes, namely
      1. Standard
      2. General Purpose SSD (GP2)
      3. General Purpose SSD (GP3)
      4. Provisioned IOPS SSD (IO1)
    5. IOPS – 1000
    6. Delete on Termination – Optional. If you do not set this option and the Delphix Engine is terminated, the EBS volumes will persist, and you will need to remove them manually.
    7. Encrypted – Optional
  9. Follow the above procedure for adding as many EBS volumes as specified in the calculator. Based on the example above, the storage configuration would look as follows:
  10. Verify that your storage configuration matches the output from the calculator.
  11. Click Next: Tag Instance.
  12. To provide a name for your Delphix Virtualization Instance, enter it in the Value field corresponding to the Key Name.
  13. Click Next: Configure Security Group.
  14. Assign a security group. Do one of the following:
    1. Create a new security group.
    2. If an existing security group meets Delphix requirements, you can select it. For more details on required and recommended ports for general Delphix usage, see General Network and Connectivity Requirements
  15. Click Review and Launch.
  16. Verify the Delphix Virtualization Instance details and click Launch.
  17. Proceed without a key pair.
  18. Select the I acknowledge checkbox.
  19. Click Launch Instances.
  20. Click View Instances.
  21. To complete the initial Delphix Virtualization Engine configuration, wait for your instance to be up and running. You can see its status on the Instances page. Note that it can take up to 15 minutes for the first launch of Delphix, and even if the status of the server is “running” it may not yet be ready.

Configuring the Delphix Engine

  1. Connect to your running Delphix instance with a web browser. Use the IP address or DNS name noted in the Instance Description.
  2. Upon successful connection, the browser will automatically redirect to the Delphix Setup Page.
  3. Refer to the standard product deployment instructions to complete your Delphix deployment. 

Logging in for the first time

The first time you login to the Delphix Engine, follow these steps:

  1. Enter the default Administration User: sysadmin.
  2. Enter the default password: the <Instance ID> for your Delphix Engine.

    You can find your <Instance ID> in the Instances section of the AWS EC2 Management Console.

  3. You will be redirected to enter the following as prompted:
    1. Email address for the admin account.
    2. A new password. This password will be used for the Engine Administrator with the username "admin".
    3. Confirm the new password.

      From now on, this is the password you will use to login to the Delphix Engine Administrator interface to manage Datasets.

  4. Click Continue.

Next Steps

Congratulations!  You have successfully deployed the Delphix Virtualization Engine in AWS.

Use Delphix documentation to learn how to:

  • configure your database source
  • configure your target environments
  • create virtual databases (VDBs)

Related Topics