AWS Certified Database – Specialty — Question 25

A company is running a two-tier ecommerce application in one AWS account. The web server is deployed using an Amazon RDS for MySQL Multi-AZ DB instance. A Developer mistakenly deleted the database in the production environment. The database has been restored, but this resulted in hours of downtime and lost revenue.
Which combination of changes in existing IAM policies should a Database Specialist make to prevent an error like this from happening in the future? (Choose three.)

Answer options

Correct answer: A, C, D

Explanation

The correct answers are A, C, and D. Granting least privilege (A) helps ensure users have only the permissions necessary, reducing the risk of accidental deletions. Enabling multi-factor authentication (C) adds an extra layer of security for sensitive operations, while restricting access to specific IP addresses (D) further protects critical resources. Options B, E, and F do not directly address the prevention of such accidental deletions as effectively as the correct choices.