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

InvalidParameterCombination: RDS does not support creating a DB instance with the following combination #88

Open
antchenhims opened this issue Feb 11, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@antchenhims
Copy link

Was prompt with the following TF error while using the default Aurora DB specs
DBInstanceClass=db.r4.large, Engine=aurora-postgresql, EngineVersion=14.4, LicenseModel=postgresql-license

Do you want to perform these actions?
  Terraform will perform the actions described above.
  Only 'yes' will be accepted to approve.

  Enter a value: yes

module.sonarqube.aws_rds_cluster_instance.aurora_db_cluster_instances[1]: Creating...
module.sonarqube.aws_rds_cluster_instance.aurora_db_cluster_instances[0]: Creating...
module.sonarqube.aws_rds_cluster_instance.aurora_db_cluster_instances[2]: Creating...
╷
│ Error: creating RDS Cluster (sonar-sonar-aurora-db) Instance (sonar-aurora-db-instance-0): InvalidParameterCombination: RDS does not support creating a DB instance with the following combination: DBInstanceClass=db.r4.large, Engine=aurora-postgresql, EngineVersion=14.4, LicenseModel=postgresql-license. For supported combinations of instance class and database engine version, see the documentation.
│ 	status code: 400, request id: 562d74f1-3736-4bda-978d-a37cbc9dd2a4
│ 
│   with module.sonarqube.aws_rds_cluster_instance.aurora_db_cluster_instances[0],
│   on .terraform/modules/sonarqube/database.tf line 64, in resource "aws_rds_cluster_instance" "aurora_db_cluster_instances":
│   64: resource "aws_rds_cluster_instance" "aurora_db_cluster_instances" {
│ 
╵
╷
│ Error: creating RDS Cluster (sonar-sonar-aurora-db) Instance (sonar-aurora-db-instance-1): InvalidParameterCombination: RDS does not support creating a DB instance with the following combination: DBInstanceClass=db.r4.large, Engine=aurora-postgresql, EngineVersion=14.4, LicenseModel=postgresql-license. For supported combinations of instance class and database engine version, see the documentation.
│ 	status code: 400, request id: 9a81c2bc-a08b-4b99-80db-759569894c56
│ 
│   with module.sonarqube.aws_rds_cluster_instance.aurora_db_cluster_instances[1],
│   on .terraform/modules/sonarqube/database.tf line 64, in resource "aws_rds_cluster_instance" "aurora_db_cluster_instances":
│   64: resource "aws_rds_cluster_instance" "aurora_db_cluster_instances" {
│ 
╵
╷
│ Error: creating RDS Cluster (sonar-sonar-aurora-db) Instance (sonar-aurora-db-instance-2): InvalidParameterCombination: RDS does not support creating a DB instance with the following combination: DBInstanceClass=db.r4.large, Engine=aurora-postgresql, EngineVersion=14.4, LicenseModel=postgresql-license. For supported combinations of instance class and database engine version, see the documentation.
│ 	status code: 400, request id: 43b2e1d9-daa0-4388-a871-45ba8d6ee40a
│ 
│   with module.sonarqube.aws_rds_cluster_instance.aurora_db_cluster_instances[2],
│   on .terraform/modules/sonarqube/database.tf line 64, in resource "aws_rds_cluster_instance" "aurora_db_cluster_instances":
│   64: resource "aws_rds_cluster_instance" "aurora_db_cluster_instances" {
@antchenhims
Copy link
Author

Looks to have changed to db.r5.large instances as min.

@jnonino jnonino added the bug Something isn't working label Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants