Top "Amazon-iam" questions

AWS Identity and Access Management (IAM) enables you to securely control access to AWS services and resources for your users.

AWS Lambda:The provided execution role does not have permissions to call DescribeNetworkInterfaces on EC2

Today I have a new AWS Lambda question, and can't find anywhere in Google. I new a Lambda function, there …

amazon-web-services aws-lambda amazon-iam policy role
Log in to AWS using Access Key ID and Secret Access Key ID

In AWS, how do I use my Access Key ID and Secret Access Key? I can't use them in IAM …

amazon-web-services amazon-ec2 aws-cli amazon-iam
The policy failed legacy parsing

I am trying to create IAM Role in AWS, but while I am creating I am facing error "We encountered …

amazon-web-services aws-lambda amazon-iam
Creating multiple sub accounts in IAM AWS

I have a parent IAM account and I have multiple clients. I want to have multiple child account in AWS. …

amazon-web-services account amazon-iam
Difference between IAM role and IAM user in AWS

What is the difference between an IAM role and an IAM user? The IAM FAQ has an entry explaining it, …

amazon-web-services amazon-iam federated-identity
How to attach multiple IAM policies to IAM roles using Terraform?

I want to attach multiple IAM Policy ARNs to a single IAM Role. One method is to create a new …

amazon-web-services amazon-iam terraform
Terraform: Error creating IAM Role. MalformedPolicyDocument: Has prohibited field Resource

My TF code is giving me an error: /* * Policy: AmazonEC2ReadOnlyAccess */ assume_role_policy = <<EOF { "Version": "2012-10-17", "…

amazon-web-services amazon-iam terraform
How to assume an AWS role from another AWS role?

I have two AWS account - lets say A and B. In account B, I have a role defined that …

python amazon-web-services boto3 amazon-iam
AWS IAM - Can you use multiple wildcards (*) in a value

In all of the IAM Policy examples, they mention using wildcards (*) as placeholders for "stuff". However, the examples always use …

amazon-web-services amazon-s3 amazon-iam