What are IAM Roles in AWS?
An IAM role is very similar to a user, in that it is an identity with permission policies that determine what the identity can and can not do in AWS.
An IAM role does not have any credentials (password or access key) associated with it.
Instead of ...
devopswala.hashnode.dev1 min read