Skip to content

AWS RDS MS SQL server cost saving

0

I am running AWS rds MS sql server . If I shutdown the instance in night , do i save the license cost ?

1 Answer
0

When you shut down your Amazon RDS SQL Server instance at night, you will save on compute costs, but the licensing approach for RDS SQL Server is different from EC2-based SQL Server deployments.

For Amazon RDS SQL Server, the license is included in the pricing model. AWS holds the license for the SQL Server database software, and this licensing cost is built into the hourly rate you pay. When you stop an RDS instance, you are not charged for compute time, but you will still incur storage costs.

Unlike EC2-based SQL Server deployments where you might have flexibility between Bring Your Own License (BYOL) and License Included (LI) models, RDS SQL Server uses the License Included model exclusively. This means the license is part of the service offering.

If cost optimization is your primary goal, you could consider scheduling your RDS SQL Server instance to stop during non-business hours and restart when needed. This would save you the compute portion of the costs while the instance is stopped, though you'll still pay for storage.

For more extensive cost optimization strategies with SQL Server workloads, you might want to explore options like:

answered 3 months 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.