diff options
-rw-r--r-- | docs/_static/images/cloud-aws-01.png | bin | 0 -> 54783 bytes | |||
-rw-r--r-- | docs/_static/images/cloud-aws-02.png | bin | 0 -> 88657 bytes | |||
-rw-r--r-- | docs/_static/images/cloud-aws-03.png | bin | 0 -> 48191 bytes | |||
-rw-r--r-- | docs/_static/images/cloud-aws-04.png | bin | 0 -> 131948 bytes | |||
-rw-r--r-- | docs/_static/images/cloud-aws-05.png | bin | 0 -> 103661 bytes | |||
-rw-r--r-- | docs/_static/images/cloud-aws-06.png | bin | 0 -> 111207 bytes | |||
-rw-r--r-- | docs/_static/images/cloud-aws-07.png | bin | 0 -> 72764 bytes | |||
-rw-r--r-- | docs/_static/images/cloud-aws-08.png | bin | 0 -> 20893 bytes | |||
-rw-r--r-- | docs/appendix/vyos-on-clouds.rst | 44 |
9 files changed, 44 insertions, 0 deletions
diff --git a/docs/_static/images/cloud-aws-01.png b/docs/_static/images/cloud-aws-01.png Binary files differnew file mode 100644 index 00000000..cda6542f --- /dev/null +++ b/docs/_static/images/cloud-aws-01.png diff --git a/docs/_static/images/cloud-aws-02.png b/docs/_static/images/cloud-aws-02.png Binary files differnew file mode 100644 index 00000000..639d42fa --- /dev/null +++ b/docs/_static/images/cloud-aws-02.png diff --git a/docs/_static/images/cloud-aws-03.png b/docs/_static/images/cloud-aws-03.png Binary files differnew file mode 100644 index 00000000..92d3e63b --- /dev/null +++ b/docs/_static/images/cloud-aws-03.png diff --git a/docs/_static/images/cloud-aws-04.png b/docs/_static/images/cloud-aws-04.png Binary files differnew file mode 100644 index 00000000..3ae4fb2a --- /dev/null +++ b/docs/_static/images/cloud-aws-04.png diff --git a/docs/_static/images/cloud-aws-05.png b/docs/_static/images/cloud-aws-05.png Binary files differnew file mode 100644 index 00000000..fa3521a6 --- /dev/null +++ b/docs/_static/images/cloud-aws-05.png diff --git a/docs/_static/images/cloud-aws-06.png b/docs/_static/images/cloud-aws-06.png Binary files differnew file mode 100644 index 00000000..c8f88ded --- /dev/null +++ b/docs/_static/images/cloud-aws-06.png diff --git a/docs/_static/images/cloud-aws-07.png b/docs/_static/images/cloud-aws-07.png Binary files differnew file mode 100644 index 00000000..d9f934ac --- /dev/null +++ b/docs/_static/images/cloud-aws-07.png diff --git a/docs/_static/images/cloud-aws-08.png b/docs/_static/images/cloud-aws-08.png Binary files differnew file mode 100644 index 00000000..db3030a0 --- /dev/null +++ b/docs/_static/images/cloud-aws-08.png diff --git a/docs/appendix/vyos-on-clouds.rst b/docs/appendix/vyos-on-clouds.rst index 57c3a202..8c0f5dea 100644 --- a/docs/appendix/vyos-on-clouds.rst +++ b/docs/appendix/vyos-on-clouds.rst @@ -6,6 +6,50 @@ Running on Clouds Amazon AWS ***************** +Deploy VyOS on Amazon :abbr:`AWS (Amazon Web Services)` + +1. Click to ``Instances`` and ``Launch Instance`` + +.. figure:: /_static/images/cloud-aws-01.png + +2. On the marketplace search "VyOS" + +.. figure:: /_static/images/cloud-aws-02.png + +3. Choose the instance type. Minimum recommendation start from ``m3.medium`` + +.. figure:: /_static/images/cloud-aws-03.png + +4. Configure instance for your requirements. Select number of instances / network / subnet + +.. figure:: /_static/images/cloud-aws-04.png + +5. Additional storage. You can remove additional storage ``/dev/sdb``. First root device will be ``/dev/xvda``. You can skeep this step. + +.. figure:: /_static/images/cloud-aws-05.png + +6. Configure Security Group. It's recommended that you configure ssh access only from certain address sources. Or permit any (by default). + +.. figure:: /_static/images/cloud-aws-06.png + +7. Select SSH key pair and click ``Launch Instances`` + +.. figure:: /_static/images/cloud-aws-07.png + +8. Find out your public IP address. + +.. figure:: /_static/images/cloud-aws-08.png + +9. Connect to the instance by SSH key. + + .. code-block:: none + + ssh -i ~/.ssh/amazon.pem vyos@203.0.113.3 + vyos@ip-192-0-2-10:~$ + + + + References ---------- https://console.aws.amazon.com/ |