About 2,210,000 results
Open links in new tab
  1. AWS IAM Policy condition statement logical OR operator

    Jan 23, 2024 · AWS IAM Policy condition statement logical OR operator Asked 1 year, 9 months ago Modified 1 year, 9 months ago Viewed 1k times

  2. AWS IAM: “is not authorized to perform sts:AssumeRole” when …

    Jun 4, 2025 · sts:ExternalId in the trust policy exactly matches STORAGE_AWS_EXTERNAL_ID. Waited for IAM propagation (several minutes). Re-ran DESC INTEGRATION to confirm the …

  3. How to attach multiple IAM policies to IAM roles using Terraform?

    Aug 3, 2017 · 78 I want to attach multiple IAM Policy ARNs to a single IAM Role. One method is to create a new policy with privileges of all the policies (multiple policies). But in AWS, we have …

  4. How enable access to AWS STS AssumeRole - Stack Overflow

    Dec 27, 2016 · node.js amazon-web-services amazon-s3 aws-sdk amazon-iam edited Dec 26, 2016 at 23:15 helloV 52.8k 7 145 151

  5. Correct way to attach AWS managed policies to a role?

    Jul 10, 2017 · This allows you to manage the value centrally and use it many times. A module that contains only outputs is a common pattern for this sort of thing, although you could also …

  6. In AWS IAM, What is the Purpose/Use of the "Path" Variable?

    Sep 20, 2017 · The path variable in IAM is used for grouping related users and groups in a unique namespace, usually for organizational purposes. From Friendly Names and Paths: If you are …

  7. AWS IAM role principal vs role session principal

    Sep 2, 2022 · Actually, it looks like an IAM role Principal in a resource-based policy does affect role session principals for that role. I confirmed this recently, and double-checked with AWS …

  8. Difference between IAM role and IAM user in AWS [closed]

    Sep 13, 2017 · What is the difference between an IAM role and an IAM user? The IAM FAQ has an entry explaining it, but it was vague and not very clear: An IAM user has permanent long …

  9. AWS IAM: wildcards in conditions for aws:principalArn

    Sep 13, 2022 · I want to make my IAM policy conditional, to allow it to work with an EC2 instance that has definite assumed role. The following syntax works great if I know the id of that …

  10. How to programmatically create IAM Roles Anywhere sessions …

    Oct 31, 2024 · I have all credentials needed for IAM roles anywhere: profile-arn, trust-anchor-arn, role-arn, certificate and private key. How to programmatically create IAM Roles Anywhere …