summaryrefslogtreecommitdiff
path: root/docs/installation/cloud/aws.rst
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-04-23 14:46:35 +0300
committerGitHub <noreply@github.com>2026-04-23 14:46:35 +0300
commitfed793f8a0daae064dd58d52ed2396a98646d567 (patch)
tree2861d1d3d54415511c68a57a3d372de48c7b4e80 /docs/installation/cloud/aws.rst
parentcac7b484e89354fae0054c8f33c4dc5139df42fa (diff)
parentabc3e9d38f8ce56fd73cd2007b96152fcbd083a2 (diff)
downloadvyos-documentation-fed793f8a0daae064dd58d52ed2396a98646d567.tar.gz
vyos-documentation-fed793f8a0daae064dd58d52ed2396a98646d567.zip
Merge pull request #1841 from vyos/yuriy/convert-images-to-webp
perf: convert all images to WebP with PDF fallback
Diffstat (limited to 'docs/installation/cloud/aws.rst')
-rw-r--r--docs/installation/cloud/aws.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/installation/cloud/aws.rst b/docs/installation/cloud/aws.rst
index 2901b6d1..89f4a152 100644
--- a/docs/installation/cloud/aws.rst
+++ b/docs/installation/cloud/aws.rst
@@ -11,38 +11,38 @@ Deploy VyOS on Amazon :abbr:`AWS (Amazon Web Services)`.
1. Click **Instances** and then click **Launch Instance**.
-.. figure:: /_static/images/cloud-aws-01.png
+.. figure:: /_static/images/cloud-aws-01.*
2. Search for "VyOS" in the Marketplace.
-.. figure:: /_static/images/cloud-aws-02.png
+.. figure:: /_static/images/cloud-aws-02.*
3. Choose the instance type. The recommended minimum is ``m3.medium``.
-.. figure:: /_static/images/cloud-aws-03.png
+.. figure:: /_static/images/cloud-aws-03.*
4. Configure the instance for your requirements. Select the number of
instances, network, and subnet.
-.. figure:: /_static/images/cloud-aws-04.png
+.. figure:: /_static/images/cloud-aws-04.*
5. Configure additional storage. You can remove the additional storage
``/dev/sdb``. The root device will be ``/dev/xvda``. You can skip this step.
-.. figure:: /_static/images/cloud-aws-05.png
+.. figure:: /_static/images/cloud-aws-05.*
6. Configure the security group. We recommend configuring SSH access
only from specific sources, or you can permit any IP address (the default).
-.. figure:: /_static/images/cloud-aws-06.png
+.. figure:: /_static/images/cloud-aws-06.*
7. Select the SSH key pair and click **Launch Instances**.
-.. figure:: /_static/images/cloud-aws-07.png
+.. figure:: /_static/images/cloud-aws-07.*
8. Note your public IP address.
-.. figure:: /_static/images/cloud-aws-08.png
+.. figure:: /_static/images/cloud-aws-08.*
9. Connect to the instance using your SSH key.