Steps To Create A New IAM Role

Per AWS IAM Roles FAQ

An IAM role is an IAM entity that defines a set of permissions for making AWS service requests. IAM roles are not associated with a specific user or group. Instead, trusted entities assume roles, such as IAM users, applications, or AWS services such as EC2.

Steps To Create A New IAM Role

Create a new IAM role.
Develop a trust policy statement that will allow the IAM user to assume the role.
Attach the trust policy to the IAM role.
Finally, attach an IAM policy to the role that defines the appropriate set of permissions.
More from LonzoDB on AWS

Leave a Comment

Scroll to Top