Troubleshooting Guide

Common issues and solutions

Login and Access Issues

Cannot Sign In

Permission Denied Errors

Quick Fix

Try signing out completely and signing back in. This refreshes your session and permissions.

Protein Structure Search Access

Protein structure search requires the AWS managed policy AmazonBioDiscoveryInAppFullAccess on your Amazon Bio Discovery application role. An IT administrator with iam:AttachRolePolicy permission must complete this update.

If you are not an IT administrator

Send these instructions to the team that manages AWS permissions for your organization. Attaching the policy is additive, does not remove existing permissions, and restores access without changing your data.

Choose one of the following options. Both options attach the same policy. Complete either the AWS Management Console steps or the AWS CLI steps; you do not need to complete both.

Option 1 - AWS Management Console (recommended)

  1. Open the Amazon Bio Discovery Console at https://console.aws.amazon.com/biodiscovery/home.
  2. Locate your application in the My Amazon Bio Discovery applications section and choose the service role link, which opens the role in the IAM console.

    Alternatively, open the IAM console, choose Roles, and search for your role. Unless you customized it during application creation, the role name starts with AmazonBioDiscoveryAccessRole.

  3. On the role's Permissions tab, choose Add permissions, and then choose Attach policies.
  4. Search for AmazonBioDiscoveryInAppFullAccess, select the check box next to the policy, and then choose Add permissions.
  5. Confirm that AmazonBioDiscoveryInAppFullAccess now appears in the list of attached policies for the role.
  6. Return to the application portal and retry the action that failed.

Option 2 - AWS CLI

If you manage IAM with the AWS CLI, run the following commands from a session with IAM administrative credentials for your account.

Important

The credentials you use must allow iam:ListRoles and iam:AttachRolePolicy. If your account uses AWS Organizations service control policies or permissions boundaries that restrict IAM actions, contact your AWS administrator to perform this step.

  1. Identify the service role used by your application. The role name is shown on your application's details page in the Amazon Bio Discovery Console, as described in Option 1, step 2. You can also list candidate roles with the following command, which returns roles whose name begins with the default prefix:
    aws iam list-roles \
      --query "Roles[?starts_with(RoleName, 'AmazonBioDiscoveryAccessRole')].RoleName"

    Important

    If you renamed the role when you created the application, this command does not return it. Use the Amazon Bio Discovery Console to find the role name instead.

  2. Attach the AWS managed policy, replacing YOUR_ROLE_NAME with the role name from the previous step:
    aws iam attach-role-policy \
      --role-name YOUR_ROLE_NAME \
      --policy-arn arn:aws:iam::aws:policy/AmazonBioDiscoveryInAppFullAccess
  3. Verify that the policy is attached. The following command returns the policy name and ARN if the change succeeded, and an empty list if it did not:
    aws iam list-attached-role-policies \
      --role-name YOUR_ROLE_NAME \
      --query "AttachedPolicies[?PolicyName=='AmazonBioDiscoveryInAppFullAccess']"
  4. Return to the application portal and retry the action that failed.

Important

After attaching the policy, sign out of your Amazon Bio Discovery application portal and sign back in (or refresh the page) to pick up the updated permissions, then retry the action. IAM permission changes typically take less than 1 minute to propagate. If the action still fails after you attach the policy, wait 1–2 minutes and try again.

File Upload Problems

Upload Failures

File Validation Errors

Common PDB Issues: - Missing chain identifiers (H, L, T) - Non-standard residue names - Incomplete coordinate data - Multiple models without proper headers

Experiment Issues

Experiment Fails to Start

Experiment Fails During Execution

Poor Quality Results

Performance Issues

Slow Loading Times

Experiment Takes Too Long

Performance Tips

Results and Analysis Problems

Missing or Incomplete Results

Visualization Issues

Download Problems

Wet Lab Integration Issues

Cannot Submit to Wet Lab

Order Status Issues

Collaboration Problems

Cannot Share Projects

Team Members Cannot Access

Error Messages

Common Error Codes

Validation Messages

Getting Help

Self-Service Resources

Contacting Support

When contacting support, please include:

Prevention Tips

Avoiding Common Issues

Best Practices for Stability