Skip to content

IAM Users

Creating new IAM user

  1. Log into the AWS console: https://console.aws.amazon.com/console/home.

    image

  2. Click your account name and select Security Credentials.

    image

  3. If the AWS IAM confirmation box is presented, click Get Started with IAM Users to go to IAM Users management page. Alternatively go directly to users list.

    image

  4. Click Create New Users button.

    image

  5. Enter a descriptive name for a new user, make sure that access keys will be generated for each user and click Create button.

    image

  6. Record Access Key ID and Secret Access Key for later use. Click Close link to get back to the list of users.

    image

  7. Click on a new user from the list of users.

  8. Click on Inline Policies panel and choose to create a new inline policy.

    image

  9. Choose Custom Policy.

  10. Add a policy configuration for the chosen user and click Apply Policy.

    image

    The CPI provides a sample policy which supports all functionality provided by the CPI. Please review the policy to further limit unnecessary access for your environment.