{% extends "base.html" %} {% set hide_header = true %} {% set hide_footer = true %} {% block title %}Create Account - Ursa Customer Portal{% endblock %} {% block content %}

Create your account

Get started with genomics processing in minutes

{% if error %}
{{ error }} {% if error_code %}

Reference ID: {{ error_code }}

{% endif %}
{% endif %} {% if success %}
Account Created!

{{ success }}

{% endif %}
{% if auth_enabled %}

Email is sourced from your Cognito sign-in session.

{% else %} {% endif %}

Resource Limits

Billing Information (Optional)

Optional. Used for internal chargeback reporting and applied as the AWS tag CostCenter. This is not an AWS Budget / spending limit.

S3 Storage Configuration

Select the AWS region closest to your data and compute resources to minimize transfer costs.


{% endblock %}