Difference between revisions of "Aws rds delete-db-instance"
Jump to navigation
Jump to search
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{lowercase}} | ||
https://docs.aws.amazon.com/cli/latest/reference/rds/delete-db-instance.html< | https://docs.aws.amazon.com/cli/latest/reference/rds/delete-db-instance.html< | ||
− | + | * <code>aws rds delete-db-instance</code> | |
+ | * <code>aws rds delete-db-instance --db-instance-identifier your_database-1 --skip-final-snapshot</code> | ||
− | aws rds delete-db-instance --db-instance-identifier your_database-1 --skip-final-snapshot | + | [[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. | ||
+ | Solution: add --skip-final-snapshot to your delete command | ||
− | + | == Related commands == | |
− | + | * <code>[[aws rds describe-db-instances]] | grep [[DBInstanceIdentifier]]</code> | |
== See also == | == See also == | ||
Line 12: | Line 16: | ||
[[Category:AWS]] | [[Category:AWS]] | ||
+ | [[Category:AWS RDS]] |
Latest revision as of 22:28, 5 June 2022
https://docs.aws.amazon.com/cli/latest/reference/rds/delete-db-instance.html<
aws rds delete-db-instance
aws rds delete-db-instance --db-instance-identifier your_database-1 --skip-final-snapshot
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. Solution: add --skip-final-snapshot to your delete command
Related commands[edit]
See also[edit]
Advertising: