Skip to content

Script para crear multiples cuentas de usuario de Cognito AWS a través de un powershell script y un csv.

Notifications You must be signed in to change notification settings

lemmusm/script_create_cognito_users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

AWS CLI Create multiple cognito users with powershell script

Step by step

1.- Install AWS CLI.

2.- Clone this repository.

3.- Edit the csv file according to your needs and custom attributes in your user pool.

4.- Edit .ps1 file and add pool id to $poolId variable value.

5.- Open PowerShell, go to project path and run: & "./create_users.ps1".

6.- Enjoy!

Important

Remember edit your credentials (aws_access_key_id, aws_secret_access_key and region) in C:\Users\{username}\.aws.

Warning

Disable vscode auto formatter, because it adds spaces in the aws command, verify that this does not happen, otherwise you will get errors

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Script para crear multiples cuentas de usuario de Cognito AWS a través de un powershell script y un csv.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published