Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aviatrix-migration

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aviatrix-migration

Aviatrix Discovery Migration

  • 0.2.121
  • PyPI
  • Socket score

Maintainers
1

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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc