Difference between revisions of "AWS RDS role: rds superuser"

From wikieduonline
Jump to navigation Jump to search
(Created page with " {{RDS}}")
Tags: Mobile web edit, Mobile edit
 
 
(23 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
The <code>rds_superuser</code> role is the most highly privileged role. <ref>https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.html</ref>
  
  
{{RDS}}
+
To grant <code>rds_superuser</code> to a user user:
 +
[[GRANT]] rds_superuser TO "[[your_username]]";
 +
 +
Output:
 +
GRANT ROLE
 +
 
 +
== Related ==
 +
* <code>[[superuser]]</code> [[role]]
 +
* <code>[[aws rds modify-db-instance --master-user-password]]</code>
 +
* [[master]]
 +
* https://repost.aws/knowledge-center/reset-master-user-password-rds
 +
* <code>[[RDS_SUPERUSER]]</code>
 +
* [[Terraform resource: google sql user]]
 +
 
 +
== See also ==
 +
* {{rds_superuser}}
 +
* {{AWS RDS}}
 +
 
 +
[[Category:AWS]]

Latest revision as of 10:55, 7 November 2024

Advertising: