rds: DatabaseInstance to support the creation of MSSQL DB bound to self managed AD instance. #28036
Labels
@aws-cdk/aws-rds
Related to Amazon Relational Database
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p3
Describe the feature
As recently announced AWS-RDS MsSQL Instances support the integration with self managed AD Instances, look at: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_SQLServer_SelfManagedActiveDirectory.html#USER_SQLServer_SelfManagedActiveDirectory.Managing
It Seams that cdk_rds is not supporting this feature.
Use Case
Create a RDS-MSSQL Instance coupled to a self managed Active Directory.
Proposed Solution
extend the DatabaseInstanceProps by needed parameters e.g.
domain-fqdn
domain-dns-ip
domain-ou
domain-auth-secret-arn
and implement it in DatabaseInstance constructor alt least for MSSQL engine.
Other Information
No response
Acknowledgements
CDK version used
2.99.1
Environment details (OS name and version, etc.)
linux, macosx and GitHub
The text was updated successfully, but these errors were encountered: