Create IAM Role
AWS Identity and Access Management (IAM) is a web service that helps you securely control access to AWS resources. You use IAM to control who is authenticated (signed in) and authorized (has permissions) to use resources.
IAM Features
- Shared access to your AWS account.
- Granular Permissions.
- Multi-Factor Authentication.
- Identity Federation.
There are few more features. Check AWS.
High level workflow of IAM.
Login to AWS and then navigate to IAM.
Click on next.
There are 3 ways to set permission.
- Add User to group.
- Copy permissions from existing user
Search for specific user that you are looking for. - Attach existing policies directly
You can directly search for the policy and attach it.
Tags are optional so moving on for now.
My current configurations looks something like this.
Secret Access Key is one time generated, so keep this at a safe place.
No comments:
Post a Comment
If you have any doubts, Please let me know