(RDS): AuroraClusterInstance implement availabilityZone for provisioned instance type #30618
Open
1 of 2 tasks
Labels
@aws-cdk/aws-rds
Related to Amazon Relational Database
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p3
Describe the feature
AuroraClusterInstance and ProvisionedClusterInstanceProps do not expose availability zone.
Use Case
We want to create multiple readers in specific availability zones.
We want to control, that each availability zone has at least one reader.
Proposed Solution
Add
availabilityZone
property to ProvisionedClusterInstanceProps and use it in AuroraClusterInstance when using ClusterInstance.provisioned() method.Other Information
availabilityZone should be only used for
InstanceType.PROVISIONED
.Acknowledgements
CDK version used
2.147.0
Environment details (OS name and version, etc.)
Any
The text was updated successfully, but these errors were encountered: