In the world of AWS, IAM roles are a fundamental concept that you have to get right for your applications to function optimally. Roles give your AWS services the necessary permissions to access resources they need. But you can also assume roles via the AWS CLI in order to access AWS resources instantly from the terminal or AWS Console. From day to day basis I have to access dozens of different AWS…

Source