[Enhancement]: Set monitoring interval for RDS clusters #40966
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/rds
Issues and PRs that pertain to the rds service.
Description
RDS clusters like Aurora (MySQL) have the monitoring interval configured on the cluster instead of individual cluster instances. When trying to set the monitoring interval on an instance level, an error is thrown:
Monitoring interval should be set on the cluster, via --monitoring-interval.
Can support for setting the monitoring interval and monitoring-arn-role be added to the cluster?
Affected Resource(s) and/or Data Source(s)
Potential Terraform Configuration
References
monitoring interval and role arn: https://docs.aws.amazon.com/cli/latest/reference/rds/modify-db-cluster.html#options
monitoring interval and role arn for RDS instance: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_cluster_instance#monitoring_interval-2
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: