Skip to content

Instantly share code, notes, and snippets.

@jastang
Last active December 21, 2018 20:57
Show Gist options
  • Save jastang/ab075543bd0550ad66974bb5f6874cce to your computer and use it in GitHub Desktop.
Save jastang/ab075543bd0550ad66974bb5f6874cce to your computer and use it in GitHub Desktop.
rds-postgres iam auth
CREATE USER benchsci WITH LOGIN; 
GRANT rds_iam TO benchsci;
-- optional
GRANT USAGE, SELECT ON ALL SEQUENCES IN SCHEMA <schema> TO benchsci;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment