2

I have multiple IAM users under my account. Is there a way to know which IAM user created a particular resource, such as an EC2 instance or an Elastic Search Cluster?

sashoalm
  • 75,001
  • 122
  • 434
  • 781

2 Answers2

2

You can find this using cloudtrail. You can search for the relevant api actions on the console (for last 90 days) and search in the logs saved on S3 for api actions older than 90 days. Details here

abiydv
  • 571
  • 2
  • 8
0

There are 3-way Cloud trail, Cloud watch and Athena. follow the link below

https://aws.amazon.com/premiumsupport/knowledge-center/view-iam-history/