Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS RDS ClusterInstance does not support all engine types #5218

Open
cnemo-cenic opened this issue Feb 19, 2025 · 2 comments
Open

AWS RDS ClusterInstance does not support all engine types #5218

cnemo-cenic opened this issue Feb 19, 2025 · 2 comments
Assignees

Comments

@cnemo-cenic
Copy link

The mysql and postgres engine types are not supported by the ClusterInstance resource / EngineType enum.

These were added to Terraform a few years ago to support Multi-AZ RDS clusters: hashicorp/terraform-provider-aws#23475

Basically impossible to setup Multi-AZ RDS clusters with pulumi-aws right now!

The problem is in this file, which contains a warning that it is generated by tfgen.

export const EngineType = {

@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Feb 19, 2025
@cnemo-cenic
Copy link
Author

Oh, I'd also add that the docs for ClusterInstance say this:

Name of the database engine to be used for the RDS cluster instance. Valid Values: aurora-mysql, aurora-postgresql, mysql, postgres.(Note that mysql and postgres are Multi-AZ RDS clusters).

https://www.pulumi.com/registry/packages/aws/api-docs/rds/clusterinstance/#inputs

@guineveresaenger
Copy link
Contributor

Hi @cnemo-cenic - thank you for making us aware. Due to #4881 this process is not currently automated. We should be able to have this support for you soon.

@guineveresaenger guineveresaenger self-assigned this Feb 20, 2025
@guineveresaenger guineveresaenger removed the needs-triage Needs attention from the triage team label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants