From d4b1e8441a5d533f0451e2cbf866b2fc83429ddb Mon Sep 17 00:00:00 2001 From: Anna Stuchlik Date: Fri, 27 Oct 2023 16:35:59 +0200 Subject: [PATCH] doc: add the latest AWS image info to Installation This commit adds the AWS image information for the latest patch release to the Launch on AWS page in the installation section. This is a follow-up PR required to finalize the AWS installation docs and should be backported to branch-5.4. Related: https://github.com/scylladb/scylladb/pull/14153 https://github.com/scylladb/scylladb/pull/15651 Closes scylladb/scylladb#15867 --- docs/getting-started/install-scylla/launch-on-aws.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/install-scylla/launch-on-aws.rst b/docs/getting-started/install-scylla/launch-on-aws.rst index 048128d9b4..d9de9430f2 100644 --- a/docs/getting-started/install-scylla/launch-on-aws.rst +++ b/docs/getting-started/install-scylla/launch-on-aws.rst @@ -8,8 +8,15 @@ as-a-service, see `ScyllaDB Cloud documentation `_ in ScyllaDB's download center, - choose your region, and click the **Node** link to open the EC2 instance creation wizard. +#. Choose your region, and click the **Node** link to open the EC2 instance creation wizard. + + The following table shows the latest patch release. See :doc:`AWS Images ` for earlier releases. + + .. scylladb_aws_images_template:: + :version: 5.2 + :exclude: rc,dev + :only_latest: + #. Choose the instance type. See :ref:`Cloud Instance Recommendations for AWS ` for the list of recommended instances. Other instance types will work, but with lesser performance. If you choose an instance type other than the recommended ones, make sure to run the :ref:`scylla_setup ` script.