Skip to content

Conversation

@ajinkya1986
Copy link
Contributor

No description provided.

@ajinkya1986 ajinkya1986 requested a review from mpurusottamc July 12, 2024 11:13
For each user, check their policies and permissions. If a user has access to data services, it might be suspicious. Here is how you can check user policies:
```python
user_policies = iam.list_user_policies(UserName=user['UserName'])
for policy_name in user_policies['PolicyNames']:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Secret: Secret Keyword

Click here for more details


session = boto3.Session(
aws_access_key_id='YOUR_ACCESS_KEY',
aws_secret_access_key='YOUR_SECRET_KEY',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Secret: Secret Keyword

Click here for more details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants