(rds): allow to specify availability zone for Aurora instances #33503
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.
p2
Describe the feature
We can specify
AvailabilityZone
in Aurora'sAWS::RDS::DBInstance
as same as standalone RDS instances.CDK is missing the feature.
Use Case
When I create a single-zone Aurora cluster and an EC2 instance in development purpose, I want to pin the Aurora instance and the EC2 instance in a same availability zone.
For example:
Proposed Solution
Add
availaiblityZone
prop toClusterInstanceOptions
.Other Information
Escape hatch available but a bit complex.
I confirmed above escape hatch worked.
Acknowledgements
CDK version used
2.179.0
Environment details (OS name and version, etc.)
Linux
The text was updated successfully, but these errors were encountered: