About 5,570,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, 10 months ago Modified 1 year, 10 months ago Viewed 1k times

  2. 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 …

  3. 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.9k 7 146 151

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

    Jul 10, 2017 · The aws_iam_role resource has a managed_policy_arns field where you can supply a list of AWS Managed Policy ARN strings. This is described in the Terraform Registry …

  5. 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 …

  6. 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 …

  7. 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 …

  8. 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 …

  9. AWS IAM: How does the condition context key "aws:RequestTag" …

    Mar 2, 2021 · The IAM role that you tagged simply is another AWS resource with a resource tag applied to it now. Additionally, you couldn't even control session tags when EC2 assumes your …

  10. AWS cli: not authorized to perform: sts:AssumeRole on resource

    I have an AWS account in which I am assuming a role named A(role-A), from that role I have created another role named B(role-B) through the web console and attached the administrator …