1 Answer
- Newest
- Most votes
- Most comments
1
Are you backing up the RDS database by taking snapshots or point in time recovery (PITR) options? If so, you can restore the database from either. Otherwise, I don't think you can restore the databases.
Changing WAF will control access to applications and the application might read / write data from the RDS databases. The application should not perform schema level operations. However, if your application actually has access to modify schema, then, yes, it can delete the tables. However, this is not WAF related even though WAF could prevent these issues, you should always provide least privileged access to RDS.
Also, in RDS console, you can you check the logs and confirm what deleted the tables.
Relevant content
- asked a year ago
- AWS OFFICIALUpdated 8 months ago

Thank you for your comment