Difference between revisions of "AWS RDS role: rds superuser"
Jump to navigation
Jump to search
↑ https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.html
(6 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
To grant <code>rds_superuser</code> to a user user: | To grant <code>rds_superuser</code> to a user user: | ||
− | + | [[GRANT]] rds_superuser TO "[[your_username]]"; | |
+ | |||
+ | Output: | ||
+ | GRANT ROLE | ||
== Related == | == Related == | ||
Line 9: | Line 12: | ||
* <code>[[aws rds modify-db-instance --master-user-password]]</code> | * <code>[[aws rds modify-db-instance --master-user-password]]</code> | ||
* [[master]] | * [[master]] | ||
+ | * https://repost.aws/knowledge-center/reset-master-user-password-rds | ||
+ | * <code>[[RDS_SUPERUSER]]</code> | ||
+ | * [[Terraform resource: google sql user]] | ||
== See also == | == See also == | ||
− | * {{ | + | * {{rds_superuser}} |
− | |||
* {{AWS RDS}} | * {{AWS RDS}} | ||
[[Category:AWS]] | [[Category:AWS]] |
Latest revision as of 10:55, 7 November 2024
The rds_superuser
role is the most highly privileged role. [1]
To grant rds_superuser
to a user user:
GRANT rds_superuser TO "your_username"; Output: GRANT ROLE
Related[edit]
superuser
roleaws rds modify-db-instance --master-user-password
- master
- https://repost.aws/knowledge-center/reset-master-user-password-rds
RDS_SUPERUSER
- Terraform resource: google sql user
See also[edit]
rds_superuser, GRANT
- Amazon databases: AWS RDS, storage,
aws rds
, Amazon RDS Proxy, RDS FAQs, PostgreSQL, MySQL, SQL Server, AWS Outposts, Amazon Aurora, Amazon Aurora Serverless , Amazon DocumentDB, Amazon DynamoDB, Amazon Redshift, Amazon QLDB, Amazon RDS Performance Insights, DataFileRead, DMS, Amazon Neptune, Amazon MemoryDB for Redis, Amazon RDS query editor for Aurora Serverless, Amazon Redshift query editor, AWS RDS Snapshots, AWS RDS Instance Types,rds_superuser
, Authentication, autoscaling
Advertising: