Change SQL Server from Bring Your Own License (BYOL) to License Included without migration

0

A customer has around 30 SQL servers that are currently running on EC2. They would like to reconfigured them to use our AMI (with SQL server baked in) without the need of creating new, on-demand instances of SQL and migrating the databases onto these. Technically it seems to be possible to reconfigure those existing machines to be billed as EC2 with SQL server installed. • Spin new On-Demand instance with SQL installed • Stop the instance and remove root volumes • Swap the root volumes from their existing instance

The machine will show up as using Microsoft Windows Server with SQL AMI. This will take care of us billing the customer correctly.

Is this something supported and would it be compliant with our licensing terms ? Would the customer have to reconfigured their instance with our SQL license ?

2 Answers
0

As of Nov 2021, AWS now offers the ability to easily switch between AWS provided licenses and bring your own licenses (BYOL) for Windows Server and SQL Server workloads using AWS License Manager.

https://aws.amazon.com/about-aws/whats-new/2021/11/aws-switch-license-windows-sql-server-ec2/

Alex_M
answered 2 years ago
-1
Accepted Answer

It's not possible to change the licensing of an existing server. Why not either copy the data files over to the new instances, or using DMS to migrate?

AWS
EXPERT
answered 7 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions