Top "Amazon-iam" questions

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

When do I need to have CAPABILITY_NAMED_IAM

I was editing my CloudFormation templates and suddenly AWS tells me I need CAPABILITY_NAMED_IAM. I am curious as …

amazon-web-services amazon-cloudformation amazon-iam aws-codepipeline
clone AWS codecommit repo via HTTP

I have set 2 repositories in AWS Codecommit and using before SourceTree from Windows, setting up access via HTTP protocol was …

git amazon-web-services amazon-iam gitkraken aws-codecommit
How to use IAM role with AWS Java SDK

My use case is as follows: I need to push some data into AWS SQS queue using JAVA SDK and …

amazon-web-services amazon-sqs amazon-iam
Connecting to AWS Transfer for SFTP

I am having trouble connecting to AWS Transfer for SFTP. I successfully set up a server and tried to connect …

amazon-web-services amazon-s3 sftp amazon-iam
AWS s3 bucket policy invalid group principal

This is a follow on from How can i enforce file type uploads with an AWS S3 bucket policy When …

amazon-web-services amazon-s3 amazon-iam
An error occurred (AccessDenied) when calling the AssumeRole operation

I have a lambda function (lambda-get-details) created using the below IAM role in Account-A Role name: lambdarole { "Version": "2012-10-17", "…

amazon-web-services aws-lambda amazon-iam assume-role
Enable logging S3 via cloudFormation template?

I am trying to create 2 buckets with 2 different policies. One bucket, VendorsWGLogs, will be the destination for log output. The …

amazon-web-services amazon-s3 amazon-cloudformation amazon-iam
How to create AWS IAM role attaching managed policy only using Boto3

I am trying to use Boto3 to create a new instance role that will attach a managed policy only. I …

amazon-web-services boto3 amazon-iam roles policy
enforce MFA for AWS console login, but not for API calls

I am looking to enforce all IAM users(local and remote) to enable and activate their MFA devices. I want …

amazon-web-services amazon-iam
How can I control user access to Amazon DynamoDB data via IAM?

Does AWS Identity and Access Management (IAM) provide a way so that a user can only edit or delete the …

amazon-web-services amazon-dynamodb amazon-iam