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
Hi, may I know what is the format of an inline IAM Policy?
Is there is a way to programmatically get it using boto3 or awscli?
awscli and boto3.iam.client both return just the iam policy name which...
We're in the process of using AWS Config and found two similar rules related to MFA:
-...
I currently have an identity whose name is outflow.agency, it is verified. The DNS I am using is route 53 and that is where the txt record for the DKIM key is located. Recently we realized that our...
At IAM > roles > ROLE_WITH_TRUST_RELATIONSHIP you can find a link for switch role that leads to web page with pre-filled fields. The link always have 2 query parameters and looks like this:...
I have several secretsmanager secrets formatted in...
How do I resolve the IAM credentials error "The security token included in the request isn’t valid"?
AWS OFFICIALUpdated 25 days ago
I want to create a stack policy that allows only few roles to make any changes to the resources created by the cloudformation stack. Not even the IAM users via console can update or modify or delete...
Hi everyone,
I have multiple AWS accounts, and I use Terraform and Terraform Cloud to deploy infrastructure in these accounts. Currently, for each account, I manually set up an Identity Provider...
I'm attempting to create s3 folders (prefixes) within a bucket that is only accessible to specific EC2 instances via IAM Role policies based on their name. The idea would be something like...
Hi,
I need to get user basic details from management identity center. Here AWS integrated with OKTA SSO.
Manually i am able to login and can see list of the users and display name.
Here, i want to a...
How much it costs to use IAM Center. I enabled 2x users and put them in a group. The group is attached with Admin policy. I only see management account and can not see AWS Key Access or SSO page for...
Hello, I'm working on a custom java connector to manage a Cognito userPool.
I'm using java SDK documentation to do so...