Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.74 KB

iam.md

File metadata and controls

45 lines (27 loc) · 1.74 KB

IAM User

In a new AWS account, you are provided with a root user. This account is based on the email address which created the account. This is a highly privileged account and not recommended for usage beyond configuring initial account and billing settings, an initial set of users, and locking it down.

Before proceeding with the OpenShift install, you should create a secondary IAM administrative user following the steps outlined here:

AWS: Creating an IAM User in Your AWS Account

Step 1: Name User, Identify Programmatic Access

In this step, you identify the IAM user name. We require programmatic access to AWS (via generated access key), check this box.

IAM Create User Step 1

Step 2: Attach Administrative Policy

Many permissions are required by the AWS installer. A specific set of policies and services will be identified at a future date so a specific policy can be created and attached. Until then, attach the predefined "AdministratorAccess" for the installation to use.

IAM Create User Step 2

Step 3: Optional, Skip

Step 3 is optional and we’ll skip it.

Step 4: Review Settings

Step 4 allows us to review the settings we've selected. Make sure your screen reflects your chosen name and AdministratorAccess

IAM Create User Step 4

Step 5: Acquire Access Key and Secret

In Step 5, you need to save the access key ID and secret access key values to configure your local machine to run the installer. This step is your only opportunity to collect those values.

IAM Create User Step 5