aws / aws/aws-cdk

(rds): Add SqlServerEngineVersion constants for engine v17

Open Beginner friendly
#38,400 6 comments 1 reaction 0 assignees View on GitHub
@aws-cdk/aws-rds effort/small feature-request p2
Dominant language
TypeScript
Stars
12.9k
Forks
4.6k
Avg merge
2d 3h
Merged PRs (30d)
83

Description

### Describe the feature

This was already requested in this issue https://github.com/aws/aws-cdk/issues/36212 but at that time SQL Server 2025 (v17) was not available as rds service.
Now it is available, so please add the constants and maybe other neccessary things for engine v17:

```powershell
aws rds describe-db-engine-versions `
--filters Name=engine,Values=sqlserver-ee,sqlserver-se,sqlserver-ex `
--query "DBEngineVersions[?starts_with(EngineVersion, '17')].[Engine,EngineVersion]" `
[
[
"sqlserver-ee",
"17.00.4045.5.v1"
],
[
"sqlserver-ex",
"17.00.4045.5.v1"
],
[
"sqlserver-se",
"17.00.4045.5.v1"
]
]
```

### Use Case

To directly use SQL Server 2025 from CDK

### Proposed Solution

_No response_

### Other Information

_No response_

### Acknowledgements

- [ ] I may be able to implement this feature request
- [ ] This feature might incur a breaking change

### AWS CDK Library version (aws-cdk-lib)

aws-cdk-lib@2.262.0

### AWS CDK CLI version

2.1133.0

### Environment details (OS name and version, etc.)

Win11

Contributor guide

Open the contributing guide

Research direction

Search the repository for the existing SqlServerEngineVersion constants and related RDS engine-version definitions. Compare the v17 values with the AWS CLI results in the issue, then check adjacent tests or usages for any required updates; done means CDK users can select SQL Server 2025 directly.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, typescript
Domain
cloud, databases
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.