Terraform module error: InvalidParameterCombination

From wikieduonline
Revision as of 12:04, 21 September 2021 by Welcome (talk | contribs) (Created page with " aws rds delete-db-instance --db-instance-identifier your_database-1 An error occurred (InvalidParameterCombination) when calling the DeleteDBInstance operation: FinalDB...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


aws rds delete-db-instance --db-instance-identifier your_database-1

An error occurred (InvalidParameterCombination) when calling the DeleteDBInstance operation: FinalDBSnapshotIdentifier is required unless SkipFinalSnapshot is specified.


╷
│ Error: error creating RDS cluster: InvalidParameterCombination: The DB instance and EC2 security group are in different VPCs. The DB instance is in vpc-52c0cc2a 
and the EC2 security group is in vpc-0d2733220232865db
│       status code: 400, request id: 5460e4ab-9b51-412a-8e1c-13657632f052
│
│   with module.db.aws_rds_cluster.this[0],
│   on .terraform/modules/yourfile.tf line 46, in resource "aws_rds_cluster" "this":
│   46: resource "aws_rds_cluster" "this" {
│


See also

Advertising: