AWS IAM Role – Cross Account
A common use case for IAM Role is to allow an IAM user in one AWS account to access resources in another AWS account. By using a IAM role, you can avoid distributing lots of long term credentials like user name, password or access keys. Use Case Let’s start with 2 AWS accounts: Stuzio account (081278057606) and Acme account (183438944504). There is an IAM user named Troy in the Acme account that needs access to…