Skip to content

This projects aims to provide a python package so that you can perform auditing for an aws account

Notifications You must be signed in to change notification settings

dvopsway/aws_audit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws_audit

##version : 0.1.2 ###Updation history

  • 0.1 -> Project Launch
  • 0.1.1 -> Checking access_keys available for users
  • 0.1.2 -> Checking detached volumes

###Introduction This projects aims to provide a library so that you can perform auditing for an aws account

#####Current functionality:

  • IAM

    • Checking if mfa is enabled for users or not
    • Check if a user has access_keys enabled
    • Pulling available users and groups
    • Removing groups for user that doesn't have mfa enabled (use case)
  • EC2

    • Get detached/attached/all volume lists
    • Get all the instances

###Prerequistes

  • boto library , to install boto use the command below in terminal
  pip install boto

###Documentation

About

This projects aims to provide a python package so that you can perform auditing for an aws account

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages