Skip to content

Instantly share code, notes, and snippets.

View SupaHiro's full-sized avatar

OccamsReiza SupaHiro

View GitHub Profile
@SupaHiro
SupaHiro / createIAMuser.py
Created July 4, 2017 18:18
For when I need to quickly create a user in IAM
import boto3
# Initiate IAM Session
session = boto3.Session(profile_name='iamsvcacct')
iamclient = session.client('iam')
newUser = input("Enter the Username: ")
# Create User
response = iamclient.create_user(

Keybase proof

I hereby claim:

  • I am supahiro on github.
  • I am reiza (https://keybase.io/reiza) on keybase.
  • I have a public key whose fingerprint is 4DE2 BC34 0BEB F5B3 4F8C 6ECC A2F6 B3D5 24BD FB39

To claim this, I am signing this object: