IAM in AWS
1 min readFeb 25, 2019
What is IAM in AWS?
How to create a IAM Role in AWS?
In this example we will create a role giving the permision to EKS Service
To create your Amazon EKS service role in the IAM console
- Open the IAM console at https://console.aws.amazon.com/iam/.
- Choose Roles, then Create role.
- Choose EKS from the list of services, then Allows Amazon EKS to manage your clusters on your behalf for your use case, then Next: Permissions.
- Choose Next: Tags.
- (Optional) Add metadata to the role by attaching tags as key–value pairs. For more information about using tags in IAM, see Tagging IAM Entities in the IAM User Guide.
- Choose Next: Review.
- For Role name, enter a unique name for your role, such as
eksServiceRole, then choose Create role.
Done creating the IAM role on AWS.
