AWS S3 Bucket Setup Guide
Table of Contents
Create S3 Bucket
Login to AWS console.
Select the region you need to use.
s3 setup Open S3 service from Services menu.
s3 setup Click on Create bucket button to create a new S3 bucket.
s3 setup 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 You should be able to see a new bucket in S3 dashboard.
s3 setup
Create Access Key
Click on your account name at the top right corner. Then Security credentials menu.
credential setup Expand the Access keys (access key ID and secret access key) section then click Create New Access Key button.
credential setup 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
Last updated