S3 IAM Policy Generator

Questions?

Email our fast, friendly support if you have a question not covered here: [email protected].

S3 IAM Policy Generator

Select Your Bucket Name:

NOTE: For performance reasons, S3 bucket storage is no longer recommended.

Create an IAM user and assign this role to that IAM user (as an inline policy if desired). Create the userify-yourco-prod bucket before applying this policy to your instances.

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "AllowRootLevelListingForUserify",
            "Action": [
                "s3:ListBucket"
            ],
            "Effect": "Allow",
            "Resource": [
                "arn:aws:s3:::userify-yourco-prod"
            ]
        },
        {
            "Sid": "AllowUserToReadWriteForUserify",
            "Action": [
                "s3:HeadObject",
                "s3:GetObject",
                "s3:PutObject",
                "s3:DeleteObject"
            ],
            "Effect": "Allow",
            "Resource": [
                "arn:aws:s3:::userify-yourco-prod/*"
            ]
        }
    ]
}

Backing up your S3 bucket

Although we recommend that you backup the /opt/userify-server/base_config.cfg file after initial configuration, Userify can re-populate all missing data directly from the S3 bucket information, as long as you record the encryption key that’s provided to you during setup somewhere safe.

Always be sure to regularly back up the S3 bucket offline, to a location that’s outside of your AWS account, such as a corporate datacenter.

Help!

Fast, free support is just a click away

Start managing your users and SSH keys in seconds     Try for free