Skip to main content
0 votes
0 answers
60 views

What I am trying to achieve is to trigger specific actions within my AWS Account when specific IAM actions are performed. This appeared to be much more complicated than I expected, so I wanted to ...
DevelJoe's user avatar
  • 1,552
-4 votes
1 answer
67 views

using Management account first i need to list all child accounts and i need to create an IAM role and IAM Trust policy with read only access to all child accounts through terraform and all the read ...
Varun swaminathan's user avatar
1 vote
0 answers
24 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 ...
Abdullah Masood's user avatar
-1 votes
1 answer
72 views

Here is the IAM policy (Mostly by chatgpt) : { "Version": "2012-10-17", "Statement": [ { "Sid": "AllowListAllBucketsForConsole&...
Hugo Wong's user avatar
0 votes
1 answer
70 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 ...
Sarangan's user avatar
  • 1,146
0 votes
1 answer
38 views

I have an S3 bucket that should invoke a Lambda function on ObjectCreated:Put. This used to work. After editing the Lambda code in the console, new uploads stopped triggering the function. I do not ...
smithiii's user avatar
0 votes
1 answer
62 views

I have a nodejs service that queries CloudWatch metrics. Specifically, the AWS/ES namespace. For development I use a poweruser, so the access is straightforward and it works. But in deployed envs I ...
Milkncookiez's user avatar
  • 7,499
0 votes
0 answers
83 views

I am running an Apache Spark job on Amazon EMR that needs to connect to an Amazon MSK cluster configured with IAM authentication. The EMR cluster has an IAM role with full MSK permissions, and I can ...
Vishwas Singh's user avatar
-1 votes
1 answer
79 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 ...
PDGamer's user avatar
  • 11
0 votes
1 answer
61 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. ...
Free Mind's user avatar
0 votes
1 answer
46 views

I have multiple AWS accounts linked to a single org account. I would like to provision: 'IAM Admin' roles in each, with a policy which allows IAM:* such that it can create and provision policy for ...
Ben's user avatar
  • 389
0 votes
0 answers
51 views

How to write an AWS IAM Policy document such that it does the following: { "Version": "2012-10-17", "Statement": [ { "Action": "ec2:...
Kojimba's user avatar
  • 125
1 vote
0 answers
30 views

I'm building DMS solution which pulls data from Azure SQL Server to Redshift. I'd like to limit the Trust Policy of the dms-access-for-endpoint role. All works fine with the basic setup, ie: { ...
aghhs's user avatar
  • 79
0 votes
0 answers
40 views

I'm trying to use AWS IAM Session Tags for a specific purpose. We already created an ECS Cluster and usually ECS Tasks are created for an internal purpose in our company. ECS Tasks are created by an ...
Vitor Antoni's user avatar
0 votes
0 answers
59 views

I have been trying for some time now to execute the following command in my AWS CodeBuild project: aws s3api head-bucket --bucket my-bucket-name --region ca-central-1 Yet I get the following error ...
nabello's user avatar
  • 846

15 30 50 per page
1
2 3 4 5
376