{% extends "base.html" %} {% set active_page = 'clusters' %} {% block title %}Clusters - Ursa Customer Portal{% endblock %} {% block content %}
Running AWS HPC clusters across configured regions
{{ cluster.head_node.instance_type }}{{ cluster.head_node.public_ip }}{{ cluster.head_node.private_ip }}ssh -i ~/.ssh/lsmc-omics-{{ cluster.region }}.pem ubuntu@{{ cluster.head_node.public_ip }}
{{ cluster.budget_info.project_name or 'N/A' }}{{ cluster.budget_info.region or 'N/A' }}s3://{{ cluster.budget_info.reference_bucket }}{{ cluster.budget_info.ssh_command }}
| ID | Name | State | CPUs | Time |
|---|---|---|---|---|
{{ job.job_id }} |
{{ job.name[:20] }}{% if job.name|length > 20 %}...{% endif %} | {% set job_state_class = 'success' if job.state == 'RUNNING' else 'warning' if job.state == 'PENDING' else 'info' if job.state == 'CONFIGURING' else 'secondary' %} {{ job.state_short }} | {{ job.cpus }} | {{ job.time_used }} |
{{ cluster.job_queue.ssh_command }}
{{ cluster.scheduler_type }}No ParallelCluster instances found in the configured regions.
Regions scanned: {{ regions | join(', ') if regions else 'None configured' }}