Launching a Cluster |
The cluster manages DNS "A" (address) records that it keeps up-to-date periodically according to the set of current cluster nodes and their states. It manages two types of records: one for "All nodes" of the cluster and another for "Available transfer nodes".
The record for "Available transfer nodes" contains the IP addresses of cluster nodes used for initiating new transfers. This excludes any nodes that have reached their maximum transfer capacity or nodes that are in an error state. Aspera clients use this record's DNS name to execute data transfers with the cluster.
The record for "All nodes" contains the IP addresses of all cluster nodes, regardless of their current state. Other Aspera applications like IBM Aspera Shares or IBM Aspera Faspex are configured with this name.
For both of these record types, there are two variants which either use the nodes' public IP addresses or their private IPs. Public IPs are used if the cluster should be available from outside of its VPC; private IPs are needed for access within the VPC.
The Name and Hosted Zone fields are combined to build the fully qualified domain name (FQDN) for each configuration. For example, if the desired FQDN aspera-cluster.example.org, use the configuration represented by the table below:
Type | Name | Hosted Zone | Hosted Zone ID |
---|---|---|---|
Available transfer nodes / public IPs | aspera_cluster | example.org. | Z3798DMNHF7N5I |
Available transfer nodes / private IPs | aspera_cluster | example.org. | Z20Y3CXFK4N2BN |