Top "Amazon-iam" questions

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

Access Denied using boto3 through aws Lambda

I use the data processing pipeline constructed of S3 + SNS + Lambda becasue S3 can not send notificaiton out of its …

amazon-web-services amazon-s3 amazon-iam aws-lambda boto3
Quick way to get AWS Account number from the AWS CLI tools?

Looking for a quick way to pull my account number, I had originally thought of using aws iam get-account-authorization-details --max-items 1 …

amazon-web-services aws-cli amazon-iam aws-sts
Signature expired: is now earlier than error : InvalidSignatureException

I am trying a small example with AWS API Gateway and IAM authorization. The AWS API Gateway generated the below …

amazon-web-services postman aws-api-gateway amazon-iam
AWS Trust Policy Has prohibited field Principal

I'm trying to create an IAM role and assign it to an EC2 instance according to Attach an AWS IAM …

amazon-web-services amazon-iam
Unable to select Custom SSL Certificate (stored in AWS IAM)

I am going to create a new distribution at CloudFront. Already I have uploaded my SSL certificate at AWS IAM …

ssl amazon-web-services amazon-cloudfront amazon-iam aws-cli
I need an Amazon S3 user with full access to a single bucket

I have a user foo with the following privileges (it's not a member of any group): { "Statement": [ { "Sid": "Stmt1308813201865", "Action": "…

amazon-s3 amazon-web-services user-permissions amazon-iam
Terraform: correct way to attach AWS managed policies to a role?

I want to attach one of the pre-existing AWS managed roles to a policy, here's my current code: resource "aws_…

amazon-web-services amazon-iam terraform
Why is my access denied on s3 (using the aws-sdk for Node.js)?

I'm trying to read an existing file from my s3 bucket, but I keep getting "Access Denied" with no explanation …

node.js amazon-s3 aws-sdk amazon-iam
AWS CLI listing S3 buckets gives SignatureDoesNotMatch error using IAM user credentials

I am using AWS cli on Ubuntu 16.04 LTS, I am trying to list all buckets. In aws configure I have …

amazon-web-services amazon-s3 amazon-iam aws-cli
How long should I wait after applying an AWS IAM policy before it is valid?

I'm adding and removing AWS IAM user policies programmatically, and I'm getting inconsistent results from the application of those policies. …

amazon-web-services amazon-s3 policy user-permissions amazon-iam