Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
23 views

AWS CLI V2 running but not displaying output in GIT BASH

I am using AWS CLI V2 in my Windows 11 and use GIT BASH as a terminal. I configured the AWS within the terminal but command "aws iam list-users" is running successfully but not showing the ...
Kunal Dubey's user avatar
-1 votes
0 answers
10 views

AWS JIT (just in time) Escalation Tool [closed]

My team is looking for a JIT AWS credential management tool and I'm not finding and good results on Goog. Requirements: Requests for elevated access are reviewable (and deniable) before access is ...
goat potato's user avatar
0 votes
0 answers
17 views

Configure AWS for assuming role with web identity in EC2

I'm trying to run this command from an EC2 instance: aws sts assume-role-with-web-identity --role-arn "arn:aws:iam::123456789012:role/EC2-Role" --role-session-name "test-session" --...
Eloy Ruiz's user avatar
  • 747
0 votes
0 answers
27 views

remove target from service control policies using IAM policy

There is a requirement that I need to remove the QA account as a target from the management account service control policy, do some activity, and then attach the QA account back to the service control ...
anujkum's user avatar
  • 143
0 votes
0 answers
14 views

Achieving additive permissions with IAM Identity Center in AWS

I'm trying to migrate users from IAM to IAM Identity Center. We use user groups on IAM heavily to do RBAC on our AWS account. When a user wants more permissions, we will create an IAM policy, create a ...
Naman's user avatar
  • 179
0 votes
1 answer
41 views

Access denied 403 Error while uploading to S3 bucket in production ECS Fargate (Working locally)

I am getting AccessDenied: Access Denied while upload files to my s3 bucket. But everything is working perfectly locally. This is the error I am seeing in my cloudwatch AccessDenied: Access Denied api ...
brohxa's user avatar
  • 117
0 votes
0 answers
18 views

Serverless deployment to new stage fails with non existent IAM Policy error

I have a serverless definition, that is working, when deploying to existing stages: service: appcode-graphql frameworkVersion: "3" variablesResolutionMode: 20210326 useDotenv: true ...
Marco's user avatar
  • 23.6k
0 votes
0 answers
13 views

AWS Config Custom Rule to detect IAM MFA is not being triggered

I'm creating a custom Lambda AWS Config rule to detect when a user does not have MFA activated. I'm setting up the rule trigger type to happen when configuration changes, within the scope of the "...
Bruno Alencar's user avatar
0 votes
1 answer
19 views

Can I grant access to another AWS account only through Identity and trust policy

I have an AWS account A from which I want to grant access to another AWS account B, I have created a role in my account A giving the identity access to my bucket in account A, here's the role identity ...
Wiley's user avatar
  • 21
0 votes
0 answers
16 views

How can I connect aws instance running ssh on other port using aws ec2 connect

I need to connect aws instance using aws ec2 connect, but it is using port other than 22. While connecting to it, I'm getting access denied. Also is there any other way to recover pem? I am getting ...
Abhinav 's user avatar
0 votes
0 answers
16 views

Unable set up OpenSearch manual snapshots with the master user from an "internal user database"

We have an OpenSearch domain with manual snapshots, it was working fine until we enable fine grained access control with master user from "Internal user database". This is the related CDK ...
ahk's user avatar
  • 131
0 votes
0 answers
8 views

AWS Appsync Data Source and Web Identities

So, I have a setup composed by cognito, appsync and dynamoDB. Users authenticate through Cognito, where through claims they assume an IAM role given by the group they're in (let's call this ...
Barbaldo's user avatar
0 votes
0 answers
35 views

Microsoft Entra SSO integration with AWS IAM Identity Center, where AWS is the Identity Source

I spent a lot of time looking for the intergation between AWS and Entra, where AWS is the identity source. I want AWS ITAM Identity Center to manage users and Entra to have SAML federation with AWS, ...
Andrey D's user avatar
-1 votes
1 answer
56 views

How to create aws-ebs-csi-driver with eks_blueprints_addons by Terraform?

I created AWS EBS CSI Driver addon with eks_blueprints_addons by Terraform: module "eks_cluster" { source = "terraform-aws-modules/eks/aws" version = "~> ...
Alpin Cleopatra's user avatar
0 votes
0 answers
25 views

How to encrypt my key when persisting it to my AWS management secrets?

I stored in my AWS Management Secrets my secret key to my JWT Token that i'm using for the Log in of my app. Also , i'm connecting to an IAM account where i can retrieve my secret key for the JWT ...
Misu Stefan's user avatar

15 30 50 per page
1
2 3 4 5
306