Amazon AWS

Deploy VM

Deploy VyOS on Amazon AWS

  1. Click to Instances and Launch Instance

../../_images/cloud-aws-01.png
  1. On the marketplace search “VyOS”

../../_images/cloud-aws-02.png
  1. Choose the instance type. Minimum recommendation start from m3.medium

../../_images/cloud-aws-03.png
  1. Configure instance for your requirements. Select number of instances / network / subnet

../../_images/cloud-aws-04.png
  1. Additional storage. You can remove additional storage /dev/sdb. First root device will be /dev/xvda. You may skip this step.

../../_images/cloud-aws-05.png
  1. Configure Security Group. It’s recommended that you configure ssh access only from certain address sources. Or permit any (by default).

../../_images/cloud-aws-06.png
  1. Select SSH key pair and click Launch Instances

../../_images/cloud-aws-07.png
  1. Find out your public IP address.

../../_images/cloud-aws-08.png
  1. Connect to the instance by SSH key.

ssh -i ~/.ssh/amazon.pem [email protected]
vyos@ip-192-0-2-10:~$

References

https://console.aws.amazon.com/