nimblehq / infrastructure-templates

For IaaS and PaaS as codes
MIT License
10 stars 0 forks source link

Support creating new IAM users in IAM module #160

Closed hoangmirs closed 1 year ago

hoangmirs commented 1 year ago

Why

Currently, we are still creating IAM groups & accounts manually from the AWS console. We should support creating them with Terraform.

Typically, the following groups should be created

The users should be created and assigned to the appropriate groups.

Who Benefits?

Developers