项目作者: rotekxyz

项目描述 :
aws-cli-tool to myself. / 自分用aws-cli-tool
高级语言: Python
项目地址: git://github.com/rotekxyz/my-aws-tools.git
创建时间: 2018-12-28T04:46:40Z
项目社区:https://github.com/rotekxyz/my-aws-tools

开源协议:

下载


my-aws-tools

aws cli scripts by python.
userful tools to myself.

get_userlist.py

$ ./get_userlist.py [credential profile name]

result sample

  1. ### Userlists
  2. hogehoge,Admin,MFA_True,Login_Yes
  3. fugafuga,,MFA_False,Login_Yes
  4. piyopiyo,DevOps,MFA_True,Login_No
  5. ### GroupLists
  6. Admin,AdministratorAccess
  7. DevOps,IAMPassRoleAccess:PowerUserAccess

Formats (delimiter is : )

  1. ### Userlists
  2. [User Name],[Attach Group],[MFA Status],[Web Console Login Status]
  3. ### GroupLists
  4. [Group Name],[Attach Policy Name]

Requirements

  • boto3

Usage

  • ./get_hogehoge.py default