Evaluate SQL Server Developer edition
Overview
SQL
Server Developer edition
A production environment is defined as an environment that's accessed by the end users of an application (such as an internet website) and is used for more than gathering feedback or acceptance testing of that application. Other scenarios that constitute production environments include:
-
Environments that connect to a production database
-
Environments that support disaster recovery or backup for a production environment
-
Environments that are used for production at least some of the time, such as a server that is rotated into production during peak periods of activity
For more licensing information, see Amazon Web Services and Microsoft: Frequently Asked Questions
Cost impact
If you use SQL Server Developer edition for non-production workloads, you can save 100 percent of your current SQL Server licensing costs for development and testing environments.
SQL Server version | SQL Server Enterprise edition (2 cores pack) | SQL Server Standard edition (2 cores pack) | SQL Server Developer edition |
---|---|---|---|
2022 | $15,123 | $3,945 | Free |
2019 | $13,748 | $3,586 | Free |
Note
Pricing in the preceding table is based on Microsoft's public pricing for
SQL
Server 2022
The following table compares the cost of different SQL Server editions running
with 4 vCPUs and using on-demand pricing in the us-east-2
Region. This
applies to scenarios that rely on license-included instances from AWS.
EC2 instance | AMI | Compute price | Windows license price | SQL Server license price | Total price |
---|---|---|---|---|---|
r5.xlarge | Linux (compute pricing) | $183.96 | – | – | $183.96 |
r5.xlarge | Linux + SQL Server Developer edition | $183.96 | $0 | $0 | $183.96 |
r5.xlarge | Windows Server (LI) | $183.96 | $134.32 | – | $318.28 |
r5.xlarge | Windows + SQL Server Developer edition | $183.96 | $134.32 | $0 | $318.28 |
r5.xlarge | Windows + SQL Server Web edition (LI) | $183.96 | $134.32 | $49.64 | $367.92 |
r5.xlarge | Windows + SQL Server Standard edition (LI) | $183.96 | $134.32 | $350.4 | $668.68 |
r5.xlarge | Windows + SQL Server Enterprise edition (LI) | $183.96 | $134.32 | $1095 | $1413.28 |
Cost optimization scenario
After a data integrity company made a new acquisition, it wanted to migrate the newly acquired workload from its current location on a managed hosting provider to consolidate with its other workloads in the AWS Cloud. Initial pricing showed that the company's SQL Server workload would cost 60 percent more running on AWS than on the current managed service provider. A MACO SME evaluated the estimation and found that the customer was actually paying for SQL Server licenses at the managed hosting provider for their development and testing environments. By switching the non-production workloads to SQL Server Developer edition during the migration, the company reduced their SQL Server licensing by 40 percent.
SQL Server license included on Amazon EC2
If you have SQL Server on EC2 instances that use license-included AMIs, it's not possible to do a direct conversion from Enterprise edition to Developer edition. The licensing costs for license-included instances are bound to the AMI. Even if SQL Server is uninstalled from within the operating system, the EC2 instance is still charged for licensing costs.
To convert to Developer edition, you must download SQL Server Developer edition
SQL Server BYOL on Amazon EC2
If you have SQL Server instances that use a BYOL, you can choose from the following in-place conversion or side-by-side downgrade options:
-
Download SQL Server Developer edition
from the Microsoft website. For manual or automated installation instructions, see the Automating SQL Server Developer deployments post on the AWS Blog. -
Use SQL Server native backup and restore
to migrate databases or detach/attach databases from one SQL instance to another. -
Use an automation tool
for bulk deployments.
Note
SQL Server Developer edition is for non-production environments only.
Additional resources
-
Automating SQL Server Developer deployments for deploying SQL Server Developer Edition on EC2
(AWS Blog) -
SQL 2022 pricing
(Microsoft) -
SQL 2019 pricing
(Microsoft) -
Licensing options (SQL Server on Amazon EC2)
-
AWS Pricing Calculator
(SQL Server on Amazon EC2 documentation) -
Microsoft SQL Server 2019 Licensing guide
(download from Microsoft) -
SQL Server 2022 Developer edition
(download from Microsoft)