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 AWS, I am writing an SCP to enable **AWS Config** and **AWS GuardDuty**. The approved regions are `us-east-1`, `us-east-2`, `us-west-1`. Here is the SCP code: ``` { "Version": "2012-10-17", ...
2
answers
0
votes
280
views
profile picture
asked 25 days ago
I'm trying to audit some AWS accounts to see if MFA is enforced for access keys. Every other time I've seen this done in other reviews for other companies, the MFA condition was enforced in a trust...
2
answers
0
votes
195
views
asked 25 days ago
Hi AWS Community, I'm reaching out for help with a frustrating issue I've been facing. Despite granting full access to CloudFormation stacks, I'm still encountering an AccessDenied error. This is...
2
answers
0
votes
210
views
Yash
asked 25 days ago
I've been working with AWS for the past couple of months to set up a new Landingzone where we have set up SSO, so while working with this environment I use `aws sso login` to access that. Meanwhile,...
2
answers
0
votes
360
views
Thor
asked a month ago
Ok so I’ve followed the rabbit hole many different ways and haven’t found a solution. The problem is that I have root access, and an iam user. I have a login link to attach Q to VSC and once followed...
1
answers
0
votes
404
views
Laebel
asked a month ago
Trying to create an organization-level instance of Identity Center. When I try, the Identity Center console says I don’t have trusted access to my organization. It suggests I go to the Organization...
2
answers
0
votes
193
views
asked a month ago
I'm in the process of setting up the AWS Secret Manager for application access. The part I'm stuck on is the authentication from the application to the Secret Manager. This appears to be restricted to...
2
answers
0
votes
256
views
Nathon
asked a month ago
Dear all, My AWS account was loading the query output.csv off from AMC (Amazon Marketing Cloud) and the S3 policy below worked just fine: ``` { "Version": "2012-10-17", "Id":...
1
answers
0
votes
314
views
Fang
asked a month ago
Hey all: I am trying to create a simple Q app via the API from Python. When I run the below code, I get the following error: An error occurred (AccessDeniedException) when calling the...
1
answers
0
votes
224
views
asked a month ago
I am trying to set up MFA for a new user. That user previously tried to set up MFA but did not have permissions to do so. There are currently no MFA devices registered for that user - I checked via...
1
answers
0
votes
208
views
DS
asked a month ago
I have an S3 bucket that I want multiple users to be able to drop files. I created a user in IAM and then created an access key and secret. We are using WinSCP to connect and drop files. The first...
1
answers
0
votes
123
views
SHelms
asked a month ago
* I have an OpenSearch ingestion pipeline in `Account A` and I have a lambda function in `Account B`. * I am trying to send data to the pipeline in `Account A` via the lambda function in `Account B`...
1
answers
0
votes
339
views
asked a month ago