I have implemented following so far: I used AWS system Manager automation, AWS config and AWS SNS service to get list of all aged access key on my email.This is working fine.
Requirement: I have multiple IAM users in AWS account whose access key are not rotated in last 90 days. Now I want to build some automation in account to send email to each IAM user to inform about their aged access key.
Kindly guide on this.