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 ...
Abdullah Masood's user avatar
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 ...
Sarangan's user avatar
  • 1,146
0 votes
1 answer
40 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,489
-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 ...
PDGamer's user avatar
0 votes
1 answer
35 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
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
45 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
0 votes
0 answers
56 views

We each have a primary AWS user account that we use to log in to the AWS console. We use Session Manager to access Linux instances, automatically logging in to them as a specific OS user based on the ...
Phil's user avatar
  • 2,817
1 vote
1 answer
149 views

We are running Kafka in AWS using MSK. We're also using Confluent's Schema Registry to manage Avro schemas used with Kafka. We run the Schema Registry in a container. We are trying to upgrade our base ...
user3809888's user avatar
1 vote
2 answers
619 views

tl;dr Working in Go, and had to write my own token signing method connect to Valkey Instance in Elasticache. Keep getting error: "WRONGPASS invalid username-password pair or user is disabled.&...
James Cooper's user avatar
0 votes
1 answer
77 views

Our team has been running into challenges with hot partitions and we have determined that Contributor Insights would be a great tool to use for future hot partitioning issues. The problem is we do no ...
Frederick Haug's user avatar
2 votes
1 answer
140 views

When using EKS Pod Identity add-on, sessions are automatically tagged with transitive tags. There are two issues with this: All roles transitively must have sts:TagSession in their trust policy, ...
Artium's user avatar
  • 5,391
1 vote
1 answer
162 views

My company has a root AWS account and child accounts. I don't have access to the root account, so I can't tell with detail what is the exact hierarchy. Users are managed through IAM Identity Center in ...
Gabriel 's user avatar
0 votes
0 answers
74 views

I have service running in AWS account A1 and that has the AWS IAM role R1. My service is attached to a service account that has access to role R1. Now I have an RDS MySQL cluster setup in a different ...
Sunny Shubham's user avatar
3 votes
1 answer
247 views

AWS Service IAM Roles, including built-in ones, seem to often have trust policies like this, that specify no limits on the Source ARN or the Source Account of whatever service is trying to assume the ...
laserslasers's user avatar
0 votes
0 answers
17 views

We are planning to implement the AWS Patch Manager solution to patch our Windows and Linux EC2 instances. We will be setting up a WSUS/Satellite server in a shared account and, in the client account (...
devopslife's user avatar
2 votes
1 answer
82 views

I'm trying to hide a sensitive DynamoDB attribute from being visible in the AWS Console for certain IAM users viewing a specific DynamoDB table. I tried this approach (and many variations of it): { &...
mincom's user avatar
  • 1,030
0 votes
0 answers
183 views

I'm using Amplify Gen.2 with custom CDKs to deploy my AWS backend for my iOS app written in Swift. One of the CDK constructs implements the AWS AppConfig service, that's also where I'm setting the ...
Marco Boerner's user avatar
0 votes
0 answers
282 views

I have been trying to authenticate with an Elasticache cluster using IAM authentication in .NET8 and failing with the following error: Unhandled exception. StackExchange.Redis....
APW's user avatar
  • 557
0 votes
1 answer
925 views

I have set up a serverless collection. From my local environment I can put and search the index with java OpensearchClient this.client = new OpenSearchClient( new AwsSdk2Transport( ...
Guillermo Gefaell's user avatar
0 votes
0 answers
80 views

I have an account in us-gov-west-1 region. Inside the AWS console cloudshell, I'm trying to run aws-cli commands. It looks like IAM calls fail, but others work. Every time I'm trying to run a IAM ...
Comp_sc_student's user avatar
-1 votes
1 answer
115 views

I have a private AWS ECR which holds my private docker image. I'm pulling and running this image from within an EC2 in the same account as the private repo. ECR Helper is installed, configured, and ...
vane's user avatar
  • 2,235
1 vote
1 answer
401 views

I am running a AWS ECS faragate task , I have noticed that in the task roles both task role and task execution role is set to ecstaskexecutionrole that contains the AmazonECSTaskExecutionRolePolicy, I ...
hallucinateAlongside's user avatar
-2 votes
1 answer
82 views

I have a SpringBoot application that is running on EC2 as a docker container and it is accessing S3, Postgres and Kafka (MSK). The app is doing video processing and using GPUs. I am planning to ...
Dasher's user avatar
  • 61
0 votes
1 answer
46 views

import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import software.amazon.awssdk.auth.credentials.AwsBasicCredentials; import software.amazon.awssdk.auth.credentials....
Zan X's user avatar
  • 3

1
2 3 4 5
113