Top "Amazon-iam" questions

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

Within IAM, can I restrict a group of users to access/launch/terminate only certain EC2 AMIs or instances?

What the title says. Within the master AWS account, I have several personal accounts, i.e. AWS Identity and Access …

amazon-web-services amazon-ec2 amazon-ami amazon-iam
Find role being used on server from AWS CLI

I'm on an EC2 instance that has an IAM role attached to it, and would like to be able to …

amazon-web-services amazon-iam
Invoking AWS Step function from Lambda in python

So I am trying to invoke a simple step function I wrote using a Lambda in python. I am using …

python aws-lambda amazon-iam aws-step-functions
How can I allow a Group to assume a Role?

How can I allow all members of a Group to assume a Role in AWS IAM? I tried Using the …

amazon-web-services amazon-iam identity-management
AWS SAM - Failed to create the changeset: Waiter ChangeSetCreateComplete failed

AWS SAM deploying codebase to AWS cloud using aws-sam-cli but it throw me below error. Failed to create the changeset: …

amazon-web-services aws-lambda amazon-iam aws-sam
Is there any way to specify --endpoint-url in aws cli config file

The aws command is aws s3 ls --endpoint-url http://s3.amazonaws.com can I load endpoint-url from any config file …

amazon-web-services amazon-s3 command-line-interface amazon-iam
Permission denied while elastic beanstalk is retrieving S3 file

I have files stored on S3 and wrote .ebextensions config to automatically copy the them to new instances. I'm receiving …

amazon-web-services amazon-s3 amazon-elastic-beanstalk amazon-iam
Can't access S3 bucket from within Fargate container (Bad Request and unable to locate credentials)

I created a private s3 bucket and a fargate cluster with a simple task that attempts to read from that …

python-3.x amazon-s3 boto3 amazon-iam aws-fargate
AWS Polly Java Client gives error: Unable to load region information from any provider in the chain

I am using the JAVA SDK from AWS to create a Polly client. Like this: BasicAWSCredentials awsCreds = new BasicAWSCredentials("<…

java amazon-web-services amazon-iam amazon-polly
AWS API Gateway: How to pass IAM identity to Lambda function?

I've successfully configured IAM-authenticated access to my Lambda function with AWS API Gateway front-end, but unable to find how to …

aws-lambda aws-api-gateway amazon-iam