Programming AWS IAM using AWS python SDK boto3 — Part 3

Create an IAM role to delegate permissions to an AWS Service or an IAM user of another AWS account.

Manmohan Singh Bohara
Geek Culture
Published in
5 min readApr 21, 2020

--

In this article, we will see how to create an IAM role to delegate permissions to an AWS service and an IAM user of another AWS account. AWS IAM roles are very powerful. We should always try to use roles…

--

--