amazon-iam Questions
4
Solved
I'm getting the following error when I try to create a development endpoint for AWS Glue.
{ "service":"AWSGlue",
"statusCode":400,
"errorCode":"Validati...
Soudan asked 12/2, 2018 at 19:30
4
Solved
I'm trying to understand how are managed RBAC authorizations for the first user that create an EKS cluster within AWS.
Or in other words : How is the cluster creator mapped to the "system:mast...
Menorca asked 22/11, 2020 at 14:44
10
Solved
I created a cloudformation stack with redshift cluster and a masteruser: testuser
"RedshiftCluster" : {
"IamRoles" : [
{
"Fn::GetAtt": [
"IAMInstanceRole",
"Arn"
]
}
]
... other configura...
Suffruticose asked 31/3, 2018 at 16:41
2
Solved
I am trying to download a file from AWS S3 to my iOS mobile app from a folder that is specific to the user, using Transfer Manager, like so:
@IBAction func download() {
let transferManager = AWSS...
Pontic asked 5/3, 2017 at 6:52
8
Solved
Don't know if this is an error from AWS or something. I created an IAM user and gave it full admin policies. I then used this user to create an EKS cluster using the eksctl CLI but when I logging t...
Cane asked 20/1, 2022 at 13:58
7
Solved
My team has a pipeline which runs under an execution IAM role. We want to deploy code to AWS through CloudFormation or the CDK.
In the past, we would upload some artifacts to S3 buckets before cre...
Hammered asked 19/7, 2019 at 18:43
2
I am setting up a CDK application such that it can be deployed to multiple AWS accounts (dev and prod). The prod account was bootstrapped a few weeks ago by another developer but is working as expe...
Leeanneleeboard asked 12/4, 2022 at 19:33
23
Solved
I am trying a small example with AWS API Gateway and IAM authorization. The AWS API Gateway generated the below Endpoint :
https://xyz1234.execute-api.us-east-2.amazonaws.com/Users/users
with POST...
Benumb asked 17/5, 2017 at 6:42
4
Solved
I am working on a Cloudformation template for an IAM role that grants cross account read only access. It uses a managed policy for Readonly access as well. So far, I've resolved several errors, but...
Cupule asked 15/3, 2018 at 21:23
3
Solved
I'm trying to polish the organization of my IAM roles in Amazon and their access to permissions.
I have groups, with policies attached, which map to groups within my company. I have reached the 10...
Fresno asked 3/8, 2018 at 19:1
5
(Solved)
I missed this mention on the aws user guide You can use the AmazonEC2FullAccess policy to give users complete access to work with Amazon EC2 Auto Scaling resources, launch templates, and ...
Wert asked 10/1, 2021 at 4:53
8
Solved
I'm trying to deploy a GitHub project to a EC2 Instance using AWS CodeDeploy. After following 2 video tutorials an a bunch of Google answer, I'm still getting the following error:
2017-02-01 12:20...
Farahfarand asked 2/2, 2017 at 8:30
4
Solved
I am trying to create a a DMS (Database Migration Service) Instance but I am getting the following error:
SYSTEM ERROR MESSAGE:The IAM Role arn:aws:iam::<account_id>:role/dms-vpc-role is no...
Alexis asked 24/10, 2019 at 13:21
3
What I am trying to do is send an event from a different AWS account to my account which contains the eventbus.
For that I am trying to attach a role/policy to EventBus but I am not able to. I trie...
Supportable asked 12/8, 2020 at 0:13
5
latestAll S3 bucket file is displayed, but when I upload file then error is generate.
I have ARN and instance profile.
use Aws\Credentials\CredentialProvider;
use Aws\Credentials\InstanceProfileP...
Overweigh asked 11/6, 2019 at 11:1
2
aws sts assume-role returns three fields as the issued Temporary Security Credentials.
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
AWS_SESSION_TOKEN
The first two are with the same format of a us...
Cooks asked 16/11, 2018 at 22:26
4
Solved
I've set up an API Gateway using WebSocket protocol. On the '$connect' route request setting, I selected 'AWS_IAM' as the authorization method. The web app needs to make a connection to this WebSoc...
Odeen asked 29/1, 2020 at 9:56
4
We have the AWS Console federated to our Shibboleth IdP (SAML).
Does AWS CLIv2 support using federated account to CLI access via SSO? If so -- where can I find the 'SSO start URL' listed in link b...
Daysidayspring asked 6/1, 2020 at 6:23
4
I am getting the error after I create an IAM user with AdministratorAccess or AmazonEC2FullAccess:
Your authentication information is incorrect. Please try again
I was able to create a user wi...
Comnenus asked 16/5, 2018 at 19:31
4
I'm trying to get the AWS Account Name to be able to use it later in my Terraform Code. I only have Account access so I not am able to use resources that need Organization privileges.
I thought thi...
Trophic asked 9/5, 2022 at 16:10
2
Solved
When managing access to multiple accounts via IAM Identity Center, the AWS Access Portal provides clickable links for each of the available Roles/PermissionSets in those accounts. However, the cons...
Heliotropism asked 28/3, 2023 at 1:19
11
Solved
I'm trying to invoke a lambda function from node.
var aws = require('aws-sdk');
var lambda = new aws.Lambda({
accessKeyId: 'id',
secretAccessKey: 'key',
region: 'us-west-2'
});
lambda.invoke({
...
Kirkwood asked 28/5, 2016 at 10:53
5
AWS have recently released the Lambda function URLs feature which allows a function to be invoked via a URL.
I would like to allow my function to be invoked via a URL but only via CloudFront.
I don...
Serilda asked 13/4, 2022 at 10:3
4
Solved
I'm using AWS's CloudFormation, and I recently spent quite a bit of time trying to figure out why the role I had created and attached policies to was not enabling my ECS task to send a message to a...
Archangel asked 27/2, 2018 at 0:51
37
I cd into the directory where all the pem/key files are and run the following:
aws iam upload-server-certificate
--server-certificate-name certificate_name
--certificate-body file://webserverc...
Kinson asked 3/1, 2016 at 22:23
1 Next >
© 2022 - 2025 — McMap. All rights reserved.