I am using Amazon Connect and storing the call recording in one region.
I have Amazon Transcribe in another region and I followed How to create an audio transcript with Amazon Transcribe | AWS to convert the audio file to transcript format. Steps seem very simple.
However, when I click on Create in Amazon Transcribe (to convert the audio recording file generated by connect to Transcript), it is throwing the error: the recording is there in other region (which is expected in my case, because the recorded (audio file) is not there in the same region)
The S3 URI that you provided points to the incorrect region. Make sure that the bucket is in the XXX-XXX region and try your request again.
where xxx-xxx
is the region of Amazon Transcribe. It is expected the recording (audio file) to be there in the same region.
But:
- Is there a way to expose the S3 bucket with an audio file so that It can be accessed from other regions too?
- If not, what is the other way to solve this?