-
Notifications
You must be signed in to change notification settings - Fork 164
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
rds.NewCluster
InvalidParameterCombination error when trying to enable advanced DBInsights Mode
#5286
Comments
I just tried to manually modify the cluster from the console and then run pulumi, it succeeded but in the first run it fails, so I am not sure if its pulumi/terraform or the AWS API rejecting the first request.. |
@raywonkari thanks for reporting the issue. Can you provide a full example of your cluster configuration? I want to make sure I can reproduce it with your setup. |
my code looks something like this
I hope this example is good enough to reproduce.. |
@raywonkari thanks, that helped! I was also able to reproduce this error in Terraform and based on my testing it might be an issue with AWS itself not allowing you to enable this on an existing cluster. |
Thanks @corymhall for following up, if it helps, I also have another observation.. if we update db insights to advanced mode on an existing cluster manually via the AWS console, it works, and then when we run pulumi again, it succeeds.. so not sure where the issue is.. Hope this observation helps figure out next steps |
this was fixed and released via https://github.com/hashicorp/terraform-provider-aws/releases/tag/v5.92.0 |
Thanks team, this is now resolved in the latest release v6.74.0 which contains the terraform provider bump to v5.92.0 by @guineveresaenger in #5372 |
Describe what happened
I am trying to enable the advanced db insights mode on an existing RDS cluster.. It already has performance insights enable and the default 7 day retention period set.
I have updated the provider to the latest v6.71.0 version, where the DBInsights feature was shipped.
When trying to set the advanced mode and with the retention period of 465 days, I get the InvalidParameterCombination error.
Full error:
Sample program
Log output
No response
Affected Resource(s)
No response
Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: