Create AWS S3 bucket

The Access Gateway AWS deployment process requires an S3 bucket.

You need your AWS region to convert an OVA image to an AWS AMI image.

Select Command Line for the command-line steps and Console for the AWS Console (GUI) steps.

  1. Sign in to the AWS Console.
  2. Select Services.
  3. In the Storage section click S3.
  4. Click + Create Bucket.
  5. Enter a bucket name.
  6. Select the Region.
  7. Complete the remaining steps in the wizard.
  1. Open a terminal.
  2. Create a bucket. For example:
    Copy
    aws s3api create-bucket --bucket okta-access-gateway-ova-bucket --region us-east-1 --create-bucket-configuration LocationConstraint=us-east-1