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
I'm using AWS Cognito with a passwordless login setup like described here:
https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-verify-auth-challenge-response.html
Before a user...
I have a user authenticated by Cognito user-pool, role & identity-pool (using Cognito hosted-ui).
After login, the user comes back to my webapp (frontend), I use the `id_token` (returned by the...
I am trying to create a Kinesis Firehose stream that can directly write to Iceberg tables in S3. I have defined the Glue Data Catalog in the same account and created a bucket to hold the metadata.
...
I have an application deployed on on-prem server, is there a way to use only IAM role or policy to access AWS SDk. I dont want to provide or store the secret key and access key anywhere to access it....
This AWS system is such a spider web. I added a new user in the Identity and Access Management (IAM) section, but it does not ask to add an email address. I am adding it as the user name, but I feel...
Being an Amazon employee, how can I access all aws services. I don't know whether I am IAM user or root user and I don't know whom to contact. for eg , I want to make dashboard in Quicksight but I...
I have two AWS accounts: Account A and Account B. IAM users from Account B typically access resources in Account A by assuming a role via IAM.
We are now planning to set up QuickSight dashboards in...
Failed to update job
[gluestudio-service.us-east-1.amazonaws.com] createJob: AccessDeniedException: Account 21************* is denied access.
I have updated the iam:passrole as well:
{
"Version":...
AWS OFFICIALUpdated 21 days ago
To use the AWS Guardduty malware s3 scanner, the scanner needs a role with appropriate permissions.
We have 2 existing roles in the account for guard, AWSServiceRoleForAmazonGuardDuty and...
Created a new EKS cluster v 1.29 and everything started failing. The last one week, i'm trying to make this work but things were failing one by one.. Finally made the app running but none of the apps...
I am configuring an AWS Cognito user pool where I want users to be able to SignIn using either their email or phone number. However, I plan to set only the email as a required attribute for SignUp...