Appendix B

Everpure Cloud Dedicated for AWS

Audience
Public
Technology Integrations
Amazon Web Services (AWS)
Source Type
Documentation

Verify inbound Replication Communication Between Source Server and AWS over 1500 port

1. Since AWS MGN creates a Security Group upon initialization. First, Confirm that the security group has been created and set with the required inbound rules 1500/TCP.

2. Create and launch a lightweight Linux EC2 Instance in the staging subnet and select the AWS MGN security group.

3. Access the instance and make sure the nc (netcat) command is installed. Then run the following command to open a listener:

nc -l 1500

3. On the source server, run the following command

nc -zv <Linux EC2 IP> 1500

Note:

Example output:


adam@linux-ubuntu:~$ nc -zv 34.217.94.162 1500
Connection to 34.217.94.162 1500 port [tcp/*] succeeded!