Programming AWS IAM using AWS python SDK boto3 — Part 5

Detect unintended IAM access, revoke unauthorized user’s IAM access and send notification to your slack channel.

Manmohan Singh Bohara
Geek Culture
Published in
6 min readMay 17, 2020

--

Architecture

In my previous articles, I covered programming basic IAM features. In this article, we will see how to detect unintended IAM access, revoke unauthorized user’s IAM access and send…

--

--