Skip to content

Commit 216480a

Browse files
authored
Update quickstart-install-connect-clouds.md
aws added
1 parent 59c2b6c commit 216480a

1 file changed

Lines changed: 30 additions & 11 deletions

File tree

docs/linux/quickstart-install-connect-clouds.md

Lines changed: 30 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,39 @@ ms.assetid:
1616

1717
In this quick start tutorial, you will install SQL Server 2017 on Red Hat Enterprise Linux (RHEL), SUSE Linux Enterprise Server (SLES), or Ubuntu in the cloud of your choice. Go to [Provision a Linux SQL Server virtual machine in the Azure portal](https://docs.microsoft.com/en-us/azure/virtual-machines/linux/sql/provision-sql-server-linux-virtual-machine?toc=%2fsql%2flinux%2ftoc.json) to run SQL Server on Linux in Azure.
1818

19+
> [!NOTE]
20+
> If you choose to run a paid edition of SQL Server then you need to bring your own license (BYOL)
21+
1922
## Amazon Web Services
23+
1. Create a Linux image with at least 3.75 GB of memory from the marketplace
24+
* [RHEL 7.3+](https://aws.amazon.com/marketplace/pp/B00KWBZVK6)
25+
* [SLES v12 SP2] (https://aws.amazon.com/marketplace/pp/B00PMM99PI)
26+
* [Ubuntu 16.04](https://aws.amazon.com/marketplace/pp/B01JBL2M0O)
27+
1. Connect to the new VM with ssh
28+
1. Follow the quick start for your Linux distro
29+
* [RHEL](quickstart-install-connect-rhel.md)
30+
* [SLES](quickstart-install-connect-suse.md)
31+
* [Ubuntu](quickstart-install-connect-ubuntu.md)
32+
1. Configure for remote connections
33+
* Go to the [Firewall Rules](https://console.cloud.google.com/networking/firewalls)
34+
* Add a rule to allow traffic on the port on which SQL Server listens (default tcp:1433)
35+
2036
## Digital Ocean
2137
## Google Cloud Platform
22-
1. Create a Linux VM from the Gallery
23-
a. Ubuntu 16.04, RHEL 7.3+, SLES v12 SP2
24-
b. Size at least 3.75 GB (n1-standard-1)
25-
2. Connect to the new VM with ssh
26-
3. Follow the quick start for your Linux distro
27-
a. Red Hat
28-
b. SUSE
29-
c. Ubuntu
30-
4. Configure for remote connections
31-
a. Go to the Firewall Rules page
32-
b. Add a rule to allow traffic on the port on which SQL Server listens (default of 1433) (tcp:1433)
38+
1. Create a Linux image with at least 3.75 GB of memory from the Cloud Launcher
39+
* [RHEL 7.3+](https://console.cloud.google.com/launcher/details/rhel-cloud/rhel-7)
40+
* SLES v12 SP2
41+
* [Ubuntu 16.04](https://console.cloud.google.com/launcher/details/ubuntu-os-cloud/ubuntu-xenial)
42+
1. Connect to the new VM with ssh
43+
1. Follow the quick start for your Linux distro
44+
* [RHEL](quickstart-install-connect-rhel.md)
45+
* [SLES](quickstart-install-connect-suse.md)
46+
* [Ubuntu](quickstart-install-connect-ubuntu.md)
47+
1. Configure for remote connections
48+
* Open the [Amazon EC2 console]( https://console.aws.amazon.com/ec2/)
49+
* In the navigation pane, choose **Security Groups**.
50+
* Choose **Inbound, Edit, Add Rule**
51+
* Add a rule to allow traffic on the port on which SQL Server listens (default TCP port 1433)
3352

3453
## Heroku
3554
## IBM

0 commit comments

Comments
 (0)