Home > Net >  AWS login details in a account
AWS login details in a account

Time:08-01

In AWS for monitoring purposes, I need to find a list of all users' login details for the past week in an AWS account. So how can I acquire it?

CodePudding user response:

check these links , it can help :

CodePudding user response:

From Viewing last accessed information for IAM - AWS Identity and Access Management:

You can view last accessed information for IAM on the Access Advisor tab in the IAM console.

For Users: View the list of services that the user can access. You can also view when they last accessed the service, and what policies they used. Choose the name of the policy to learn whether it is a managed policy, an inline user policy, or an inline policy for the user group.

  • Related