Skip to content

Latest commit

 

History

History
64 lines (55 loc) · 3.9 KB

quickstart-install-connect-clouds.md

File metadata and controls

64 lines (55 loc) · 3.9 KB
title titleSuffix description author ms.author ms.date ms.service ms.subservice ms.topic ms.custom
Get started with SQL Server (on Linux) in the Cloud
SQL Server
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.
rwestMSFT
randolphwest
07/15/2024
sql
linux
conceptual
intro-get-started
linux-related-content

Quickstart: Run SQL Server in the cloud

[!INCLUDE SQL Server - Linux]

In this quickstart, you install [!INCLUDE ssnoversion-md] on Red Hat Enterprise Linux (RHEL), SUSE Linux Enterprise Server (SLES), or Ubuntu in the cloud of your choice. To run [!INCLUDE ssnoversion-md] on Linux in Azure, see Provision a Linux SQL Server virtual machine in the Azure portal.

Note

If you choose to run a paid edition of [!INCLUDE ssnoversion-md], then you need to bring your own license (BYOL).

Amazon Web Services

  1. Create a Linux AMI with at least 2 GB of memory from the marketplace
  2. Connect to the AMI with ssh
  3. Follow the quickstart for the Linux distribution you chose:
  4. Configure for remote connections:
    • Open the Amazon EC2 console
    • In the navigation pane, choose Security Groups.
    • Choose Inbound, Edit, Add Rule
    • Add an inbound rule to allow traffic on the port on which [!INCLUDE ssnoversion-md] listens (default TCP port 1433)

Digital Ocean

  1. Sign in to the control panel and select Create a droplet
  2. Choose an Ubuntu 18.04 droplet with at least 2 GB of memory
  3. Connect to the droplet with ssh
  4. Follow the Ubuntu quickstart
  5. Configure for remote connections:
    • At the top of the Control Panel, follow the Networking link and then select Firewalls
    • Add an inbound rule to allow traffic on the port on which [!INCLUDE ssnoversion-md] listens (default TCP port 1433)

Google Cloud Platform

  1. Create a Linux image with at least 2 GB of memory from the Cloud Launcher
  2. Connect to the image with ssh
  3. Follow the quickstart for the Linux distribution you chose:
  4. Configure for remote connections:
    • Go to the Firewall Rules
    • Add an inbound rule to allow traffic on the port on which [!INCLUDE ssnoversion-md] listens (default TCP port 1433)