Ends in
00
days
00
hrs
00
mins
00
secs
SHOP NOW

💝 Valentine's Sale! Get 30% OFF Any Reviewer. Use coupon code: PASSION-4-CLOUD & 10% OFF Store Credits/Gift Cards

Find answers, ask questions, and connect with our
community around the world.

Home Forums AWS AWS Certified Solutions Architect Associate IAM, add users to role Reply To: IAM, add users to role

  • Nikee-TutorialsDojo

    Administrator
    November 5, 2024 at 9:39 am

    Hello St73,

    Thank you for your question regarding adding users to a role in AWS IAM, specifically for roles like AWSServiceRoleForSupport.

    Roles in AWS IAM are designed for delegation, and users cannot be added to them directly. Instead, roles are assumed by users or services as needed. Here’s how you can configure this:

    1. Enable Users to Assume the Role:

      • To allow users to assume a role, you must create a policy that includes the sts:AssumeRole permission and specify the role’s Amazon Resource Name (ARN).
      • Attach this policy to the users or groups in the AWS Management Console, enabling them to assume the role.
    2. Managing Permissions for Multiple Users:

      • While the AWS Management Console provides an interface for managing permissions individually, managing tens of users efficiently typically requires creating and editing JSON policies.
      • If you need to automate the process for multiple users, consider using AWS CLI or AWS SDKs to apply the policies in bulk.

    If you require any assistance setting this up or have further questions, please let us know. We’re here to help!

    Regards,

    Nikee @ Tutorials Dojo

Skip to content