AWS S3 Bucket Setup Guide

Table of Contents

Create S3 Bucket

  1. Login to AWS console.

  2. Select the region you need to use.

    s3 setup
  3. Open S3 service from Services menu.

    s3 setup
  4. Click on Create bucket button to create a new S3 bucket.

    s3 setup
  5. Enter bucket name as you need (the bucket name must be unique globally), select the AWS Region that's closed to where your OpenShift cluster is. Then click on Create bucket button at the bottom.

    s3 setup
  6. You should be able to see a new bucket in S3 dashboard.

    s3 setup

Create Access Key

  1. Click on your account name at the top right corner. Then Security credentials menu.

    credential setup
  2. Expand the Access keys (access key ID and secret access key) section then click Create New Access Key button.

    credential setup
  3. A dialog will be shown. Click Show Access Key to view your Access Key ID and Secret Access Key. Note these values or download them by click on Download Key File button.

    credential setup

Go back to installation guide page

Last updated