Top "Amazon-iam" questions

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

Elastic Beanstalk could not find any platforms

I'm trying to deploy my django app via amazon Elastic BeanStalk(using this tutorial), but getting the following error. ERROR: …

django amazon-web-services amazon-ec2 amazon-elastic-beanstalk amazon-iam
Minimal IAM policy for ec2:RunInstances

I'm trying to narrow down the minimal policy to run a predefined machine image. The image is based on two …

amazon-web-services amazon-ec2 amazon-iam
Difference between AWS Elastic Container Service's (ECS) ExecutionRole and TaskRole

I'm using AWS's CloudFormation, and I recently spent quite a bit of time trying to figure out why the role …

amazon-web-services amazon-iam amazon-ecs
aws cross account dynamodb access with IAM role

I have an aws ecs ec2 instance in one account and it is trying to access the dynamob db tables …

amazon-dynamodb aws-sdk amazon-iam amazon-ecs aws-sdk-net
How do you add a comment to a json IAM policy?

IAM policy are complicated beasts. It would be nice to add a comment when crafting them. For example, { "Version": "2012-10…

json amazon-web-services amazon-iam
Invoke an AWS lambda across regions

I have three lambda functions: boss, worker1, worker2. When using boto3.client.invoke I am able to call worker1 from …

python amazon-web-services aws-lambda amazon-iam
EC2 instance with a cross account IAM role

I've created a cross account IAM role in one of my accounts(say account A) and would like to attach …

amazon-web-services amazon-ec2 amazon-iam
Correct S3 Policy For Pre-Signed URLs

I need to issue pre-signed URLs for allowing users to GET and PUT files into a specific S3 bucket. I …

amazon-s3 amazon-iam amazon-policy
Use terrform to update a KMS Key Policy

Does anyone know how I would get Terraform to UPDATE an existing KMS Key policy? I already have the KMS …

amazon-web-services amazon-iam terraform aws-kms