DBInstance with assigned AWS Backup Plan goes into terminal condition: InvalidParameterValue #2216
Labels
kind/bug
Categorizes issue or PR as related to a bug.
service/rds
Indicates issues or PRs that are related to rds-controller.
Describe the bug
We are trying to get the RDS controller working with AWS Backup.
We create a DBInstance with the following manifest:
After the first backup we get this error message from the controller and the ressource goes into a terminal condition:
We have the same problem with the
backupRetentionPeriod
parameter, we set it to the same value which is defined in AWS Backup, but this is also just a workaround.When omitting the parameter we get a similar error as shown above.
The workaround we do for the
backupRetentionPeriod
does not work forpreferredBackupWindow
, as this parameter seams to change in conjunction with AWS Backup from time to time or is more or less random, which leads to a DBInstance in terminal condition.Steps to reproduce
Create a RDS Resource, which is targeted by an AWS Backup Plan. In our case it is a continuous backup, with the following job settings:
Expected outcome
Resource should not set the omitted parameters in the API. Resource should not go in terminal condition.
Environment
The text was updated successfully, but these errors were encountered: