Skip to content

bihari123/Go-AWS-IAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Go-AWS-IAM

Multi-purpose tool built for Go AWS SDK

Setting the environment variable

$ export AWS_ACCESS_KEY_ID=<<Your-api-access-key>>
$ export AWS_SECRET_ACCESS_KEY=<<your-secret-access-key>>

Running the operations

$ go run aws_IAM.go createUser <username>
$ go run aws_IAM.go listAccessKey <username>
$ go run aws_IAM.go listUsers
$ go run aws_IAM.go updateUserName <currentName> <newName>
$ go run aws_IAM.go deleteAccessKeyID <userName> <accessKeyId>

About

Multi-purpose tool built for Go AWS SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages