{{#include ../../../../banners/hacktricks-training.md}}
For more information check:
{{#ref}} ../../aws-services/aws-relational-database-rds-enum.md {{#endref}}
An attacker with this permission can modify an existing RDS instance to enable public accessibility.
aws rds modify-db-instance --db-instance-identifier target-instance --publicly-accessible --apply-immediatelyAn attacker could just create a user inside the DB so even if the master users password is modified he doesn't lose the access to the database.
aws rds modify-db-snapshot-attribute --db-snapshot-identifier <snapshot-name> --attribute-name restore --values-to-add all{{#include ../../../../banners/hacktricks-training.md}}