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",
...
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...
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...
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,...
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...
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...
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...
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":...
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...
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...
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...
* 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`...