Top "Amazon-iam" questions

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

Logs for actions on amazon s3 / other AWS services

I am trying to see which user was responsible for changes in S3 (at buckets level). I could not find …

amazon-web-services amazon-s3 amazon-ec2 amazon-cloudfront amazon-iam
How to hide instances in EC2 based on tag - using IAM?

I want to create a new user in IAM, and allow him to be able to create new EC2 instances, …

amazon-web-services amazon-ec2 instance amazon-iam
From AWS SDK, how to I get the current logged in username (or IAM user)?

I'm using the Ruby SDK (V2), but I guess my question is more general than the specific implementation as I …

amazon-web-services aws-sdk amazon-iam
How do I use Boto3 to launch an EC2 instance with an IAM role?

I can not figure out how to launch an EC2 instance in Boto3 with a specified IAM role. Here is …

python amazon-web-services amazon-ec2 boto3 amazon-iam
IAM Roles for Sagemaker?

I'm trying to get AWS SageMaker to call AWS Comprehend. I'm getting this message in SageMaker: ClientError: An error occurred (…

amazon-web-services amazon-iam amazon-sagemaker amazon-comprehend
How do you dynamically create an AWS IAM policy document with a variable number of resource blocks using terraform?

In my current terraform configuration I am using a static JSON file and importing into terraform using the file function …

json amazon-web-services terraform amazon-iam infrastructure-as-code
How to authorise a role to perform "execute-api:Invoke"?

I'm attempting to move a suite of end-to-end tests so that they are fully contained within AWS. I've done this …

amazon-web-services aws-api-gateway amazon-iam aws-codebuild amazon-waf
AWS CodeCommit Error: git: 'credential-aws' is not a git command

I am new to Amazon Web Services world, and I am implementing Continuous Delivery to the company I work for. …

amazon-web-services amazon-iam aws-codecommit git-for-windows aws-console
Terraform - assume_role_policy - similar but slightly different than standard IAM policy

This page https://www.terraform.io/docs/providers/aws/r/iam_role.html mentions: NOTE: This assume_role_policy is …

amazon-iam terraform