Top "Amazon-iam" questions

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

How can I resolve the error "The security token included in the request is invalid" when running aws iam upload-server-certificate?

I cd into the directory where all the pem/key files are and run the following: aws iam upload-server-certificate --server-certificate-name …

amazon-web-services amazon-iam aws-cli
How to convert a private key to an RSA private key?

Let me explain my question first. I bought a certificate from a CA and used the following format to generate …

ssl openssl ssl-certificate amazon-iam
AccessDeniedException: User is not authorized to perform: lambda:InvokeFunction

I'm trying to invoke a lambda function from node. var aws = require('aws-sdk'); var lambda = new aws.Lambda({ accessKeyId: 'id', …

amazon-web-services aws-lambda amazon-iam
Proper access policy for Amazon Elastic Search Cluster

I've recently started using the new Amazon Elasticsearch Service and I can't seem to figure out the access policy I …

amazon-web-services elasticsearch amazon-ec2 amazon-iam amazon-elasticsearch
AWS create role - Has prohibited field

I am trying out a simple example suggested by AWS documentation to create a role using a policy json file …

amazon-web-services amazon-s3 amazon-iam aws-cli
aws lambda function getting access denied when getObject from s3

I am getting an acccess denied error from S3 AWS service on my Lambda function. This is the code: // dependencies …

amazon-web-services amazon-s3 aws-lambda amazon-iam
can AWS Lambda connect to RDS mySQL database and update the database?

I am trying to connect AWS Lambda function to RDS mysql database. I just wanted to update the database from …

amazon-web-services amazon-rds amazon-iam aws-lambda
How enable access to AWS STS AssumeRole

I am getting an error when calling to assume role method of STS. It says that the user is not …

node.js amazon-web-services amazon-s3 aws-sdk amazon-iam
User is not authorized to perform: cloudformation:CreateStack

I'm trying out Serverless to create AWS Lambdas and while creating a project using the command serverless project create I'm …

amazon-web-services amazon-iam amazon-cloudformation
How do I log in to AWS Console with an IAM user account?

I have created an IAM user account. Now I want to connect with this user to the AWS console. AWS …

security authentication amazon-web-services amazon-iam