Note: the functionality described in this page is currently only available to Prime Video’s managed contract partners.
IBM® Aspera® ensures rapid, accurate, and reliable delivery of large files. IP whitelisting isn’t required for delivery. You will be connected to the Prime Video delivery endpoint during the onboarding process.
There are three Aspera options available for transferring files to Prime Video:
- Aspera Desktop Client (free)
- PV Aspera on Cloud web-based portal (free)
- Aspera Command Line Interface (free under Prime Video Slate license).
While we provide all the aforementioned options, initial set up must be complete on the web-based portal before the Desktop client or CLI can be used.
What to Expect
The Prime Video team will connect your account with the email you provide to the Aspera on Cloud form. Once that is done, you will receive an email from noreply@beta.idprism-auth.amazon.dev containing your username and a temporary password. Please check your spam/junk folder if you do not see this email in your inbox.
⚠️ Note: All new users must be submitted through this form. Amazon Prime Video will manage individual e-mail additions to the Aspera on Cloud instance.
Account Creation
- Go to https://contentdelivery.cupid-na.idprism-auth.amazon.com/
- Enter your username (your registered email address) and the temporary password from the email.
- You will be prompted to create a new password.
- A verification code will be sent to your email. Enter the code to complete the password reset.
Initial Set-up on Aspera on Cloud on Web
- Go to https://pvslate.ibmaspera.com
- Enter your username and the new password you created in Step 1.
- A verification code will be sent to your email for multi-factor authentication. Enter the code to complete the login.
- You now have access to Aspera on Cloud.
Important Notes
- Verification codes expire in 3 minutes. If your code expires, request a new one.
- If you are using a browser translation tool (e.g., Google Translate), please disable it during the login process as it may cause issues.
- Keep your credentials secure and do not share them with others.
Verifying your set-up
To test if the setup has been correctly configured, you will need to deliver assets through the Aspera on Cloud portal.
If using the web UI, drop content into the folder which matches your delivery account name.
Once you’ve delivered, review that the content has appeared in your Slate account.
If the ingestion is a success, the content has appeared in Slate. You can now use Aspera on Cloud to deliver via Desktop or CLI. For CLI instructions, see the “ CLI Set Up Section Below”
If the ingestion is not a success, you may experience two things:
- The asset does not appear in Slate. Please provide a screenshot of this instance to your Amazon contact or Contact Us.
- The asset appears in Slate but does not process and remains in an “In Progress” state. Please provide a screenshot of this instance to your Amazon contact or Contact Us.
Using the IBM Aspera Desktop Client
To configure the Aspera Desktop Client for delivery to Prime Video, you must adjust the connection settings in the Aspera Connection Manager.
The username and password you received during onboarding are required. You also must enter the address for the host to which you will be delivering. Prime Video uses a DNS round-robin system to manage its reception fleet. In the Host address text box, enter pvslate.ibmaspera.com as the domain name instead of a static IP host.
Using Aspera Command Line Interface (CLI)
This section through installing the IBM Aspera CLI (ascli) locally. Since ascliis a Ruby gem, we first install a standalone Ruby environment using RVM (Ruby Version Manager) in the user’s home directory, then install ascli on top of it.
Part 1: Install RVM and Ruby
Step 1: Import GPG keys for RVM verification
command curl -sSL https://rvm.io/mpapis.asc | gpg2 --import -
command curl -sSL https://rvm.io/pkuczynski.asc | gpg2 --import -
Note: If gpg2 --keyserveris used instead, it may time out on dev desktops. Use the curl method above.
Step 2: Install RVM
\curl -sSL https://get.rvm.io | bash -s stable
Step 3: Load RVM into current shell
source ~/.rvm/scripts/rvm
Step 4: Install Ruby 3.2.2
rvm install 3.2.2
This downloads and compiles Ruby from source. It may take a few minutes.
Step 5: Set Ruby version
rvm use 3.2.2
Part 2: Install ascli
Step 6: Install the aspera-cli gem
gem install aspera-cli
This install sascli and all its dependencies.
Step 7: Verify installation
ascli --version
Part 3: Configure ascli for Aspera on Cloud
Step 8: Run the configuration wizard
ascli config wizard
The wizard will prompt for:
- URL-https://260528yhwmll.ibmaspera.com/
- Username- Your full email address (e.g.user@amazon.com)
- Key path- Press Enter to auto-generate a new RSA key pair
Step 9: Add public key to AoC profile
The wizard will display a public key. Copy it (including BEGIN/END lines) and:
- Log into your AoC instance in a browser
- Navigate to: User icon → Account Settings → Profile → Public Key
- Paste the public key and save
Step 10: Verify connectivity
ascli aoc user profile show
This should display your AoC user profile.
Step 11: Verify File Transfer
ascli aoc files upload --to-folder=/<delivery_account> <path_to_file>