DevOps(Day-53) :IAM Roles Introduction and Creating IAM roles
TABLE OF CONTENTS Task: IAM Roles Task Aim:- Create three Roles named: DevOps-User, Test-User and Admin Task: IAM Roles IAM Users :- IAM users are created to provide specific privileges to a user of an IT team to access the AWS server. IAM users can log in to the AWS Management Console for interactive tasks, as well as the ability to make programmatic requests using the API & CLI. IAM Users can be assigned permissions directly or be part of a group with specific permissions. An IAM user has a name and password that they use to log in to the AWS management console. Users can also create up to two access keys that they can use for programmatic access to AWS. IAM Groups:- An IAM group is a collection of users that share access control policies. The group members have permission to perform specified actions on objects within the group’s scope. For example, if you grant read-only access to all of your EC2 instances, then any group member will be able to view information abou...