ExamQuestions.com

Register
Login
AWS Certified Database Specialty Exam Questions

Amazon

AWS Certified Database Specialty

31 / 145

Question 31:

When deleting an RDS instance using AWS CLI, the following error is encountered:
An error occurred (InvalidParameterCombination) when calling the DeleteDBInstance operation: FinalDBSnapshotIdentifier cannot be specified when deleting a cluster instance.
How can you resolve it?

Answer options:

A.Deletion protection is enabled. Use aws rds modify-db-instance command with--no-deletion-protection flag.
B.In the CLI delete command, Specify the S3 bucket ARN where the final database snapshot must be stored.
C.There is not enough allocated storage for the final database snapshot.Use the aws rds modify-db-instance command to allocate additional storage for the snapshot.
D.A cluster-level snapshot wasn’t taken before deleting the database.Use the --skip-final-snapshot flag in the CLI delete command to skip the final snapshot.