When Will SQL Server RDS Get Patched for the Latest Vulnerability?

0
0
Asked By CuriousCat789 On

Recently, a concerning 0-day vulnerability was discovered in Microsoft SQL Server versions 2016, 2019, and 2022, which can expose sensitive data over the network. However, it appears that the corresponding patch hasn't yet been applied to SQL Server RDS on AWS. Does anyone know how long it typically takes for AWS to roll out security updates for RDS?

3 Answers

Answered By CloudGuru99 On

The official web documentation sometimes lags behind, so make sure you check the specific version in your RDS instance settings. If you don't see the patch version listed when trying to modify your DB instance, it might not have been applied yet.

Answered By DataDude28 On

For more information on databases in AWS, check out links like https://aws.amazon.com/products/databases/. You can find a lot of useful resources there to keep updated on patches and features.

Answered By TechieTom21 On

You can check for the patch availability using the AWS CLI command `aws rds describe-db-engine-versions --engine sqlserver-se`. It looks like the latest patch version for SQL Server 2022 is 16.00.4205.1.v1 and for SQL Server 2019 it's 15.00.4435.7.v1. If you have auto upgrades turned on, you might already have the update applied without even noticing!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.