aviatrix-migration 0.2.105

Creator: codyrutscher

Last updated:

Add to Cart

Description:

aviatrixmigration 0.2.105

Aviatrix VPC/VNET Migration
Aviatrix Migration discovers networking components and migrates existing VPCs and VNETs to the Aviatrix multi cloud transit network.
Installation
The recommended method for installing Aviatrix Migration is to use the AWS CloudFormation template or the Azure ARM template . Each template will create an ubuntu EC2/VM instance with Migration and terraform automatically installed. SSH into the instance using the private key selected when deploying the template.
ssh -i <keypair> ubuntu@<IP of the deployed instance>

Optionally, you can manually install Aviatrix Migration using pip. Refer to pip documentation for instructions on installing pip for your operating system. You will also need to manually install terraform
pip3 install aviatrix-migration

Aviatrix Controller Requirements
Update the security group for the Aviatrix Controller to allow TCP port 443 from the IP of the system where Migration is installed. Use netcat to confirm the connectivity.
ubuntu@AviatrixMigration:~$ nc -zv <controller-ip> 443
Ncat: Version 7.50 ( https://nmap.org/ncat )
Ncat: Connected to <controller_ip>:443.
Ncat: 0 bytes sent, 0 bytes received in 0.01 seconds.

Verify the output says Connected to <controller_ip>:443 and not Connection timed out..
Migrating VPCs and/or VNETs
The migration process requires Aviatrix Advanced Services team help. Please contact Aviatrix for help with your migration project.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.