Created
August 16, 2021 07:41
-
-
Save kovid-r/0ff2e30f7f0928911fcd73f097c4badb to your computer and use it in GitHub Desktop.
Add trust relationship policy for dms-access-for-endpoint role.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Sid": "1", | |
"Effect": "Allow", | |
"Principal": { | |
"Service": "dms.amazonaws.com" | |
}, | |
"Action": "sts:AssumeRole" | |
}, | |
{ | |
"Sid": "2", | |
"Effect": "Allow", | |
"Principal": { | |
"Service": "redshift.amazonaws.com" | |
}, | |
"Action": "sts:AssumeRole" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment