summaryrefslogtreecommitdiff
path: root/docs/installation/cloud/aws.rst
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-04-15 12:08:34 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-04-15 12:08:34 +0300
commitefd6ea180ad96a82ee8b0cc38582a9d505e794fb (patch)
tree534f71cb0d39be221d2a047457c5907f4848a915 /docs/installation/cloud/aws.rst
parent74e6d0580287a32a2d36a4d748eebc7c77ffd702 (diff)
downloadvyos-documentation-efd6ea180ad96a82ee8b0cc38582a9d505e794fb.tar.gz
vyos-documentation-efd6ea180ad96a82ee8b0cc38582a9d505e794fb.zip
perf: convert all images to WebP with PDF fallback
Add WebP versions of all 187 PNG/JPG images (38MB → 17MB, 55% reduction). Update RST/MD references to use Sphinx wildcard syntax (.*) so HTML builds use WebP while PDF/LaTeX builds fall back to original PNG/JPG. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.