@@ -4,7 +4,7 @@ titleSuffix: SQL Server
44description : Learn how to install SQL Server on Red Hat Enterprise Linux (RHEL), SUSE Linux Enterprise Server (SLES), or Ubuntu in the cloud of your choice.
55author : rwestMSFT
66ms.author : randolphwest
7- ms.date : 05/02 /2025
7+ ms.date : 08/07 /2025
88ms.service : sql
99ms.subservice : linux
1010ms.topic : get-started
@@ -25,15 +25,15 @@ In this quickstart, you install [!INCLUDE [ssnoversion-md](../includes/ssnoversi
2525## Amazon Web Services
2626
27271 . Create a Linux AMI with at least 2 GB of memory from the marketplace
28- - [ RHEL 7.7+ ] ( https://aws.amazon.com/marketplace/pp/prodview-ubouaa3jksbmc )
29- - [ SLES v12 SP5+ ] ( https://aws.amazon.com/marketplace/pp/prodview-cx42luwzj5s6s )
30- - [ Ubuntu 18 .04] ( https://aws.amazon.com/marketplace/pp/prodview-pkjqrkcfgcaog )
28+ - [ RHEL 9 ] ( https://aws.amazon.com/marketplace/pp/prodview-b5psjqk4f5f3k )
29+ - [ SLES v15 ] ( https://aws.amazon.com/marketplace/pp/prodview-o5wqlcnuzvyv2 )
30+ - [ Ubuntu 22 .04] ( https://aws.amazon.com/marketplace/pp/prodview-f2if34z3a4e3i )
31311 . Connect to the AMI with ** ssh**
32321 . Follow the quickstart for the Linux distribution you chose:
33- - [ Quickstart: Install SQL Server and create a database on Red Hat] ( quickstart-install-connect-red-hat.md )
34- - [ Quickstart: Install SQL Server and create a database on SUSE Linux Enterprise Server] ( quickstart-install-connect-suse.md )
35- - [ Quickstart: Install SQL Server and create a database on Ubuntu] ( quickstart-install-connect-ubuntu.md )
36- - [ Quickstart: Install SQL Server and create a database on Windows Subsystem for Linux (WSL 2)] ( quickstart-install-connect-wsl-2.md )
33+ - [ Red Hat Enterprise Linux ] ( quickstart-install-connect-red-hat.md )
34+ - [ SUSE Linux Enterprise Server] ( quickstart-install-connect-suse.md )
35+ - [ Ubuntu] ( quickstart-install-connect-ubuntu.md )
36+ - [ Windows Subsystem for Linux (WSL 2)] ( quickstart-install-connect-wsl-2.md )
37371 . Configure for remote connections:
3838 - Open the [ Amazon EC2 console] ( https://console.aws.amazon.com/ec2/ )
3939 - In the navigation pane, choose ** Security Groups** .
@@ -43,7 +43,7 @@ In this quickstart, you install [!INCLUDE [ssnoversion-md](../includes/ssnoversi
4343## Digital Ocean
4444
45451 . Sign in to the [ control panel] ( https://cloud.digitalocean.com/login ) and select ** Create a droplet**
46- 1 . Choose an Ubuntu 18 .04 droplet with at least 2 GB of memory
46+ 1 . Choose an Ubuntu 22 .04 droplet with at least 2 GB of memory
47471 . Connect to the droplet with ** ssh**
48481 . Follow the [ Ubuntu quickstart] ( quickstart-install-connect-ubuntu.md )
49491 . Configure for remote connections:
@@ -53,14 +53,14 @@ In this quickstart, you install [!INCLUDE [ssnoversion-md](../includes/ssnoversi
5353## Google Cloud Platform
5454
55551 . Create a Linux image with at least 2 GB of memory from the Cloud Launcher
56- - [ RHEL 7.7+ ] ( https://console.cloud.google.com/marketplace/details/rhel-cloud/rhel-7 )
57- - [ SLES v12 SP5 ] ( https://console.cloud.google.com/marketplace/details/suse-cloud/sles-12 )
58- - [ Ubuntu 18 .04] ( https://console.cloud.google.com/marketplace/details/ubuntu-os-cloud/ubuntu-bionic )
56+ - [ RHEL 9 ] ( https://console.cloud.google.com/marketplace/details/rhel-cloud/rhel-9 )
57+ - [ SLES v15 ] ( https://console.cloud.google.com/marketplace/details/suse-cloud/sles-15 )
58+ - [ Ubuntu 22 .04] ( https://console.cloud.google.com/marketplace/details/ubuntu-os-cloud/ubuntu-jammy )
59591 . Connect to the image with ** ssh**
60601 . Follow the quickstart for the Linux distribution you chose:
61- - [ Quickstart: Install SQL Server and create a database on Red Hat] ( quickstart-install-connect-red-hat.md )
62- - [ Quickstart: Install SQL Server and create a database on SUSE Linux Enterprise Server] ( quickstart-install-connect-suse.md )
63- - [ Quickstart: Install SQL Server and create a database on Ubuntu] ( quickstart-install-connect-ubuntu.md )
61+ - [ Red Hat Enterprise Linux ] ( quickstart-install-connect-red-hat.md )
62+ - [ SUSE Linux Enterprise Server] ( quickstart-install-connect-suse.md )
63+ - [ Ubuntu] ( quickstart-install-connect-ubuntu.md )
64641 . Configure for remote connections:
6565 - Go to the [ Firewall Rules] ( https://console.cloud.google.com/networking/firewalls )
6666 - Add an inbound rule to allow traffic on the port on which [ !INCLUDE [ ssnoversion-md] ( ../includes/ssnoversion-md.md )] listens (default TCP port 1433)
0 commit comments