Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
19 views

I’m using TEAM elevated access for AWS in my organization to temporarily access an Aurora MySQL cluster. TEAM provides database access through a tunneled MySQL session using a generic database ...
0 votes
1 answer
48 views

I need to create an AWS IAM policy that prevents users from disabling the "Block all public access" configuration on S3 buckets, but still allows them to re-enable it if it was already ...
2 votes
3 answers
12k views

I have already assign billing permission and full administrator permission to IAM role but still I IAM user getting permission issue. How I can solve this problem?
9 votes
8 answers
34k views

Could anyone help me investigate an issue with EC2 instance profile? I have create an EC2 instance and I put an IAM role. But, when I check on the instance I see: No roles attached to instance profile:...
2 votes
3 answers
2k views

I have multiple VPCs, one for each environment. I want that a user in Dev group should only be able to launch instances in that one VPC. Similarly for other environments as well. How to accomplish ...
1 vote
1 answer
45 views

This article talks about fine-grained column and row level access control with DynamoDB. However, what if I want to allow a user to UPDATE only a deeply nested attribute inside a column of DynamoDB ? ...
0 votes
2 answers
805 views

I'd like to deny access to AWS console if a user is outside of our network or VPN. I found this policy but I'm running into random issues where a user gets an explicit deny even though they are in the ...
5 votes
3 answers
10k views

Following is a quick summary of the question. Read the full description section for the underlying details. Condensed description: Assume you have an IAM user already existing and the user is ...
0 votes
2 answers
985 views

I am trying to create a policy to allow users to view all the parameter store values unless it is encrypted by the dev kms key. The following is the policy that I've written. { "Version": &...
14 votes
4 answers
19k views

Because of a timeout issue, terraform failed to create an ec2 instance. In order to recover from it I have manually removed the ec2 instance from aws console as well as the terraform state file. ...
84 votes
9 answers
75k views

What is the difference between an IAM role and an IAM user? The IAM FAQ has an entry explaining it, but it was vague and not very clear: An IAM user has permanent long-term credentials and is used ...
-1 votes
2 answers
895 views

I created AWS EBS CSI Driver addon with eks_blueprints_addons by Terraform: module "eks_cluster" { source = "terraform-aws-modules/eks/aws" version = "~> ...
1 vote
1 answer
9k views

I am using Aws Cognito User Pool and its various service for my asp net core application I have added one Aws Toolkit to do all the api call for development purpose and added one profile as a default ...
-1 votes
1 answer
59 views

I'm new to AWS and I want to restrict access for a group of users to have full access to EC2 services only. Below are the steps I did: Created a IAM group named "EC2 Admins" Created an ...
12 votes
6 answers
6k views

I am reading through the AWS documentation Understanding how IAM works and I'm confused about the definitions for identities and entities. Identities The IAM resource objects that are used to ...
0 votes
1 answer
46 views

I want an IAM policy that allows an EC2 instance to modify it's own name tag. It should not have permission to modify the tags of any other instance. It is my understanding that this should work. ...
11 votes
1 answer
14k views

Attempting to create a Resource Policy document for an API Gateway. I have the following: { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "...
4 votes
11 answers
19k views

Trying to create a new AWS Lambda Function with the root account for the first time using management console. I am receiving the error "Request failed with status code 403" no matter how ...
12 votes
5 answers
31k views

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 without ...
1 vote
5 answers
7k views

When You try and create an EKS Cluster there is a box for IAM Role, likewise when you try and create worker nodes there is a box for IAM Role. The box is blank with a pulldown menu. I am not ...
3 votes
2 answers
1k views

I am using SQS scaler for Keda to scale a deployment. At present I am using operator based identityOwner for scaledObject. I have build an IAM role with following permissions and trust relationship :- ...
2 votes
0 answers
155 views

I'm trying to connect to an existing EMR cluster from SageMaker Unified Studio to run SQL queries via JupyterLab. SageMaker requires that the EMR cluster be runtime role-enabled to integrate with ...
4 votes
2 answers
2k views

I was trying to deploy my application with AWS Amplify using github and I got this error : 2020-07-03T10:39:32.225Z [ERROR]: !!! Unable to assume specified IAM Role. Please ensure the selected IAM ...
1 vote
0 answers
40 views

I have two S3 buckets owned by two different accounts. I am trying to use aws sync to sync the content in both but I am facing some issues with permissions. I am aware that this command only allows ...
0 votes
1 answer
2k views

I have hundreds of S3 buckets and dozens of users in Cognito User Pool. I want to be able to select which user can access which S3 bucket, for example: user_a can access bucket_1, bucket_2, bucket_3 ...

1
2 3 4 5
113