summaryrefslogtreecommitdiff
path: root/docs/appendix
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2020-06-16 08:30:48 -0500
committerGitHub <noreply@github.com>2020-06-16 08:30:48 -0500
commit790e11dd7bfa29cf82ff4d8c05362571c83b92fe (patch)
tree5efdf1f4bc9a5248742b969847884493236d6eae /docs/appendix
parent554ddf794ad909f8b315ed65e77540ea46959e62 (diff)
parent6151b1148de3d3954b752851e85bd20027d49d83 (diff)
downloadvyos-documentation-790e11dd7bfa29cf82ff4d8c05362571c83b92fe.tar.gz
vyos-documentation-790e11dd7bfa29cf82ff4d8c05362571c83b92fe.zip
Merge pull request #264 from sever-sever/clouds
Add Amazon section to clouds
Diffstat (limited to 'docs/appendix')
-rw-r--r--docs/appendix/vyos-on-clouds.rst44
1 files changed, 44 insertions, 0 deletions
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/