I'm new to AWS IAM and I was wondering if there is a best practice for naming groups for development and deployment. I search on the internet for some article that recommends a best practices but couldn't find one. One naming strategy and example names are:
project_name.role
For example:
my_new_project.deployer <-- for users that want to deploy
my_new_project.app <-- it will contain policies regarded to the app (if it has to communicate with other services, etc)
Any other suggestion for naming groups?