AWS Cloud configuration guidlines for Auto-Subtitile

First you need to create an AWS free account
Open Amazon Web Services (AWS) homepage, follow the guide to create an AWS account.

Sign in AWS console
Use the account you just created to log in to the AWS console.

Select Identity and Access Management(IAM) Service

Create policy
click policies in menu

Create policy
create policies

Create policy
select json tab
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"transcribe:StartStreamTranscriptionWebSocket",
"translate:TranslateText"
],
"Resource": "*"
}]
}
Copy the above code and paste it into the JSON edit box

Create policy
like this

Create policy
name the policies

Create policy
policy created

Create group
click group in menu

Create group
name the group

Create group
Attach the policy to group

Create group
review

Create group
group created

Add a user to group
add user

Add a user to group
name the user

Add a user to group

Add a user to group

Add a user to group
review

Done
You get Access key ID & Secret access key.
Congratulations!
Please fill Access key ID & Secret access key in the Auto-subtitile plugin.
Now Auto-Subtitile plugin can work.