aws_rds (Return all instance identifiers) #26249
Labels
@aws-cdk/aws-rds
Related to Amazon Relational Database
duplicate
This issue is a duplicate.
feature-request
A feature should be added or improved.
Describe the feature
Be able to return all DB Instance Identifiers when the following property is called.
It only returns the reader replicas' identifiers currently.
Use Case
The SSL/TSL
rds-ca-2019
CA is expiring on Aug 22, 2024. I need to update the Instances' CA identifiers tords-ca-rsa2048-g1
.I had a success using
CfnDbInstance
class along with the Instance Identifier to achieve this through following code.Proposed Solution
Create new property
writerInstanceIdentifiers
andreaderInstanceIdentifiers
and deprecating the existing one.Other Information
Alternatively I tried using property
instanceIdentifierBase
to pre-define the instance identifier. But I didn't see the identifier value in CloudFormation after synth.Acknowledgements
CDK version used
2.86.0
Environment details (OS name and version, etc.)
Windows Subsystem Linux (Ubuntu) 4.4.0-19041-Microsoft
The text was updated successfully, but these errors were encountered: