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

From wikieduonline
Jump to navigation Jump to search
 
(11 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>
  
  
 +
To grant <code>rds_superuser</code> to a user user:
 +
[[GRANT]] rds_superuser TO "[[your_username]]";
 +
 +
Output:
 +
GRANT ROLE
  
 
== Related ==  
 
== Related ==  
 
* <code>[[superuser]]</code> [[role]]
 
* <code>[[superuser]]</code> [[role]]
 
* <code>[[aws rds modify-db-instance --master-user-password]]</code>
 
* <code>[[aws rds modify-db-instance --master-user-password]]</code>
 +
* [[master]]
  
 
== See also ==
 
== See also ==
 +
* {{GRANT}}
 
* {{Role}}
 
* {{Role}}
* {{RDS}}
+
* {{AWS RDS}}
* {{PostgreSQL}}
+
 
 +
[[Category:AWS]]

Latest revision as of 14:44, 18 November 2022

Advertising: