By using AWS re:Post, you agree to the AWS re:Post Terms of Use

All Content tagged with AWS Identity and Access Management

AWS Identity and Access Management (IAM) provides fine-grained access control across all of AWS. With IAM, you can specify who can access which services and resources, and under which conditions.

Content language: English

Select up to 5 tags to filter
Sort by most recent
2007 results
I try to set a masterrole similar to addMasterRole to my eks cluster. For this I use: ``` const platformTeam = new blueprints.PlatformTeam({ name: "admin", users: [new cdk.aws_iam.ArnPrincipal("a...
2
answers
0
votes
52
views
asked 2 months ago
I create a simple cluster with CDK and eks Blueprints. But management console tells me that: `Your current IAM principal doesn’t have access to Kubernetes objects on this cluster.` How I can set in B...
2
answers
0
votes
51
views
asked 2 months ago
Hi, I have followed the blog : [https://aws.amazon.com/blogs/devops/use-openid-connect-with-aws-toolkit-for-azure-devops-to-perform-aws-codedeploy-deployments/] to create resources on my AWS account...
1
answers
0
votes
64
views
asked 2 months ago
I have enabled an IAM account as a member of a data zone project. However, when I use Tableau, I am unable to see the tables to query the data. This seems like a big bug. Is there any workaround, as t...
1
answers
0
votes
40
views
asked 2 months ago
Hi, We want to setup individual users to connect to our RDS database (postgresql) and to use IAM for the authentication with the temporary credentials. Instead of having a single Postgresql role/user ...
1
answers
1
votes
70
views
asked 2 months ago
Hello, I am experiencing an "AccessDenied" error when attempting to interact with an OpenID Connect (OIDC) provider in my newly created AWS account and user (with AdministratorAccess policy). The spe...
1
answers
0
votes
192
views
asked 2 months ago
Is there a way to provide a EventBridge Scheduler schedule the same IAM role used for my compute resources, which includes the permissions to invoke the target, but use conditions so that Scheduler is...
1
answers
0
votes
72
views
profile picture
asked 2 months ago
I actually found this by accident while trying some simple terraform code (the one below was used to reproduce the bug): ``` locals { profile = "your_profile_name" to_delete = [for key in try(data...
4
answers
1
votes
129
views
asked 2 months ago
I use identity center to access multiple accounts with various assumed roles. Each role and account creates a different console ID. very time I try to access re:Post from one of these roles I'm promp...
2
answers
0
votes
51
views
asked 2 months ago