How to Deploy IBM Automatic Data Lineage on an AWS EC2 Instance

Provisioning Requirements

See Manta Technical Requirements for more details.

Amazon EC2 Security Groups

DNS Configuration

Connecting to an AWS EC2 Instance and Migrating the Installer (Linux)

Options:

1. SCP Command

chmod 400 my-key-pair.pem

SCP Command to Copy Files to an EC2 Instance

scp -i /directory/to/abc.pem /your/local/file/to/copy user@EC2-xx-xx-xxx-xxx.compute-1.amazonaws.com:path/to/file

Note: The “user” argument specified in the command above is dependent on the base image of the host. See below for the specific value to assign to the argument.

Users from Amazon:

For Amazon Linux, the user name is EC2-user.
For RHEL, the user name is EC2-user or root.
For Ubuntu, the user name is ubuntu or root.
For Centos, the user name is centos.
For Fedora, the user name is EC2-user.
For SUSE, the user name is EC2-user or root.
Otherwise, if EC2-user and root don’t work, check with your AMI provider.

2. Cloud Tool

Cloud-Tool Copy to an EC2 Instance Command

cloud-tool --profile <PROFILE> --region <REGION> copy-files --copy-to-EC2 --private-ip <PRIVATE IP ADDRESS> "~/mantaflow.zip" "~/manta.zip"\

Cloud-Tool Copy from an EC2 Instance Command

cloud-tool --profile <PROFILE> --region <REGION> copy-files --copy-to-EC2 --private-ip <PRIVATE IP ADDRESS> "~/mantaflow.zip" "~/manta.zip"\

3. AWS S3

Troubleshooting External Traffic to Manta Web Applications

Linux:

Example of a wGet Command

wget https://localhost:8080/manta-dataflow-server/

Windows: