AWS - IAM Cross Account Access
AWS with Chetan AWS with Chetan
86.1K subscribers
38,716 views
0

 Published On Jan 24, 2019

Setup the AWS cross account access for IAM users

AssumeRole JSON Policy:
{
"Version": "2012-10-17",
"Statement": {
"Effect": "Allow",
"Action": "sts:AssumeRole",
"Resource": "arn:aws:iam::ACCOUNT-A-ID:role/Role_for_B"
}
}

if you like this video, check out my content at: https://www.awswithchetan.com

Happy learning !
~Chetan
Email: [email protected]

show more

Share/Embed