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

From wikieduonline
Jump to navigation Jump to search
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>
 
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:
 +
* <code>[[GRANT]] your_defined_role TO "your_username";</code>
  
 
== Related ==  
 
== Related ==  

Revision as of 11:43, 4 August 2022

The rds_superuser role is the most highly privileged role. [1]

To grant rds_superuser to a user user:

  • GRANT your_defined_role TO "your_username";

Related

See also

  • https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.html
  • Advertising: