Skip to content

Instantly share code, notes, and snippets.

@kovid-r
Last active August 16, 2021 06:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kovid-r/a68fc5bdb0374673a4af9d90fcde78a7 to your computer and use it in GitHub Desktop.
Save kovid-r/a68fc5bdb0374673a4af9d90fcde78a7 to your computer and use it in GitHub Desktop.
Grant and confirm privileges on dwhadmin so that the user can access Redshift using DMS.
revoke assumerole on all from public for all;
grant assumerole on 'arn of the dms-access-for-endpoint role' to dwhadmin for copy;
grant assumerole on 'arn of the dms-access-for-endpoint role' to dwhadmin for unload;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment