PinkyJie / aws-transcribe-demo

A simple AWS demo utilises Amazon Transcribe to convert audio to text and analyse.
45 stars 22 forks source link

An error occurred: S3BucketVoiceassistdevaudiofilebucket - voice-assist-dev-audio-file-bucket already exists. #2

Closed dariushazimi closed 5 years ago

dariushazimi commented 5 years ago

Hi Wenbo Jie,

I get:

An error occurred: S3BucketVoiceassistdevaudiofilebucket - voice-assist-dev-audio-file-bucket already exists.

CloudFormation - CREATE_FAILED - AWS::S3::Bucket - S3BucketVoiceassistdevaudiofilebucket

image

The error says that the bucket already exists but when I check the S3, there is no bucket with this name?

image

Any idea?

Thanks

dariushazimi commented 5 years ago

Re-run the yarn deploy again after removing the stack and it seems to work.

PinkyJie commented 5 years ago

This is the same issue as #3 , as I mentioned there, S3 bucket name must be unique globally. Try the workaround mentioned in #3 to see if it works. Thanks!

PinkyJie commented 5 years ago

Hey @dariushazimi , as I mentioned in #3, the latest deployment flow should fix all such kind of issues. I'll close this one for now, feel free to reopen if you think it's not fixed.