Create an EC2 instance for running the Entrust PKI Hub image.

To create the EC2 instance

  1. Type "EC2" in the search box.
  2. Select IEC2 in the search results to display the EC2 dashboard.
  3. Select Instances > Instance in the navigation sidebar.
  4. In the options menu, click Launch instance.
  5. Configure the following settings. 
  6. Click Launch instance.

Name and tags > Name

Enter a name for the new EC2 instance.

Application and OS Images (Amazon Machine Image)

Select the machine described in Creating an AMI from the snapshot.

Instance type

Select an EC2 instance type. See the table below for the minimum type required by each installation mode. 

Installation

Number of deployed solutions

Minimum instance type

Single-node

1

c5n.xlarge

Single-node

>1

c5n.2xlarge

Multi-node

Any

c5n.xlarge

Key pair (login)

Select an existing key pair, or create a new one for SSH connections.

Network settings > Firewall (security groups)

Select or create a security group with permission to open the ports described in Required open ports.

Configure storage

Select the default volume size or higher.

Advanced Details > User data

Paste the following code. 

#!/bin/bash
/opt/entrust/scripts/configure-os.sh

This code will allow the sysadmin Entrust PKI Hub administrator to log in using the SSH key.