AWS AI Services Programming Series - Part3 (Transcribe)

   Go back to the Task List

  « 1: Pre-requisite    3: Configure the Development Environment »

2: Create S3 Bucket

The first step is to create an Amazon S3 bucket and store the voice file into it. The workshop is using a sample voice file sample.mp3. Download the file from the sample.mp3 link.

  1. Login to the AWS Console and choose a region where Amazon Transcribe is available. The workshop is using the Ireland region.

  2. Goto S3 Management Console and use + Create bucket button to create a bucket with name dojo-transcribe-ws. If this bucket is not available; then create bucket with the name which is available.

    Transcribe

  3. Open the bucket and use Upload button to upload the sample.mp3 file into the bucket.

    Transcribe

  4. Make note of the Object URL for sample.mp3 file as you need it later in the workshop.

    Transcribe

  5. The voice file is ready. Let’s configure the development environment.