Skip to content

Instantly share code, notes, and snippets.

@yskszk63
Created August 9, 2023 11:17
Show Gist options
  • Save yskszk63/e0bc63ad53b244dd3bf970c1893d1e1e to your computer and use it in GitHub Desktop.
Save yskszk63/e0bc63ad53b244dd3bf970c1893d1e1e to your computer and use it in GitHub Desktop.
強めのRDS IAMユーザ
create user iam_user with login;
grant rds_iam to iam_user;
grant rds_superuser to iam_user;
grant create on database postgres to iam_user;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment