khaledbnmohamed / Create-IAM-users-automation

Create IAM users automation from CSV file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Script that creates AWS IAM users from csv file into a CSV with credentials

Run the script using:

python users_creator.py

Change the input file name by changing in line

input_file = "input.csv"

Output file will be in the same directory with name

output.csv

About

Create IAM users automation from CSV file


Languages

Language:Python 100.0%