About

Amazon Identity and Access Management (Amazon IAM) provides central management of access and permissions in the Amazon Web Services (AWS) Cloud. Amazon IAM allows you to create granular permissions on user attributes such as department, job function, or team name.

Why You Should Integrate

This integration will provide visibility into your AWS IAM users within Sevco.

How Does the Integration Work

This integration pulls all IAM users within a given AWS account.

This data is only used internally; we do not share it with any parties outside of Sevco. Refer to our privacy policy for details.

⚠️

If you haven't already, please review our instructions for configuring the AWS integration before proceeding with the instructions below.

Configuration Options

No integration-specific configuration needed

External Documentation

Creating Credentials

See platform documentation for details on AWS - Creating credentials

Required Permissions

Your IAM user (Access Key ID/Secret) or newly created role (AssumeRole) should use a permission policy with at least the following permissions:

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "iam:GetUser",
                "iam:ListUsers"
            ],
            "Resource": "*"
        }
    ]
}

Contact Us

If you're having problems integrating a source, or if you've found something wrong in this document, please email us at [email protected].

Tags: cloud, IAM