-
Notifications
You must be signed in to change notification settings - Fork 1
Setup required accounts
Before you can run experiments on Amazon Mechanical Turk with psiTurk, you need to create accounts with three required services: Amazon Web Services, Amazon Mechanical Turk Requester, and psiTurk Secure Ad Server. Instructions for creating each of these accounts are provided below.
- Create an AWS account
- Create an Amazon Mechanical Turk Requester account
- Create a psiTurk Secure Ad Server account
Amazon Mechanical Turk is service of Amazon Web Services (AWS). In order to use any service of AWS, you must create an AWS account. To create an account:
- Visit aws.amazon.com and select the Create new account button
- Follow the online instructions
- Get your security credentials
- You must use the same email and password for both your AWS account and your Amazon Mechanical Turk requester account
- You can select the "basic (free)" support plan
For more detailed instructions, watch the AWS video on how to create an AWS account here:
AWS uses two security keys to protect your data: an access key ID (kind of like a username) and a secret access key (kind of like a password). To access AWS via psiturk, you will need to configure psiturk with these security keys in [step 2](Install and configure psiturk). To access your security keys:
- Sign-in to AWS at http://aws.amazon.com/security-credentials
- Select Continue to Security Credentials
- Select the Create New Access Key button
- In Create Access Key choose Download Key File
- You're security keys will be automatically downloaded into a file called
rootkey.csv
. Save this file in a secure place. You will retrieve your access keys from it in [step 2](Install and configure psiTurk).
Before you can run your experiments on Amazon Mechanical Turk, you must have an Amazon Mechanical Turk Requester account. To create and register a Requester account:
- Visit https://requester.mturk.com
- Click Create an Account
- Enter your email address
- Important Notes: Your Amazon Mechanical Turk Requester account must be created using the same credentials (email address and password) as the AWS account that you created above
- Follow the prompts to complete your Requester account registration.
The psiTurk Secure Ad Server allows you to post your experiment's ad (kind of like a recruitment flyer for the internet) to mechanical turk. The following screenshot is taken from https://psiturk.org/ad_server/ and describes the purpose of the Secure Ad Server.
To create a psiTurk Secure Ad Server account:
- Visit https://psiturk.org/login
- Click the Sign up in 1 step! link
- Click on Request an invite
- Fill out the form (including the invite code you received via email)
To retrieve your psiTurk Secure Ad Server security keys:
- Login to your account at https://psiturk.org/login
- Click on API Keys in the sidebar of your dashboard
You have completed the first step in running experiments on mechanical turk! Go on to [Step 2: Install and configure psiTurk](Install and configure psiTurk) or return to the main wiki page to continue to the next steps.