-
Notifications
You must be signed in to change notification settings - Fork 183
Add regional capabilities steering doc #170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
nadetastic
merged 2 commits into
kirodotdev:main
from
saipavanyerra:add-regional-capabilities
Jul 22, 2026
+100
−0
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,93 @@ | ||
| # Regional Capabilities and Limitations | ||
|
|
||
| ## Purpose | ||
|
|
||
| This document describes region-specific capabilities and limitations for AWS HealthOmics. Not all HealthOmics features are available in all regions. | ||
|
|
||
| ## Authoritative Source | ||
|
|
||
| For the most up-to-date information on supported regions, instance types, and features, refer to the [AWS HealthOmics public documentation](https://docs.aws.amazon.com/omics/latest/dev/memory-and-compute-tasks.html) and the [HealthOmics endpoints and quotas page](https://docs.aws.amazon.com/general/latest/gr/healthomics-quotas.html). IF the information in this document appears inconsistent with what public documentation states, defer to the public documentation. | ||
|
|
||
| ## When to Reference This Document | ||
|
|
||
| Reference this document when: | ||
| - The user asks about feature availability in a specific region | ||
| - The user encounters errors related to Storage (sequence/reference stores) or Analytics (variant/annotation stores) | ||
| - The user is choosing which region to deploy workflows in | ||
| - The user asks about GPU instance type availability | ||
|
|
||
| ## Regional Feature Availability | ||
|
|
||
| ### Full-Feature Regions | ||
|
|
||
| The following regions support **all** HealthOmics capabilities (Workflows, Storage, and Analytics): | ||
|
|
||
| | Region | Region Code | Workflows | Storage | Analytics | | ||
| |---|---|---|---|---| | ||
| | US West (Oregon) | us-west-2 | Yes | Yes | Yes | | ||
| | US East (N. Virginia) | us-east-1 | Yes | Yes | Yes | | ||
| | Europe (Ireland) | eu-west-1 | Yes | Yes | Yes | | ||
| | Europe (London) | eu-west-2 | Yes | Yes | Yes | | ||
| | Europe (Frankfurt) | eu-central-1 | Yes | Yes | Yes | | ||
| | Israel (Tel Aviv) | il-central-1 | Yes | Yes | Yes | | ||
| | Asia Pacific (Singapore) | ap-southeast-1 | Yes | Yes | Yes | | ||
|
|
||
| **All features include**: | ||
| - Private workflows (custom WDL, Nextflow, CWL) | ||
| - Ready2Run workflows (pre-built sample workflows) | ||
| - Sequence stores and Reference stores (HealthOmics Storage) | ||
| - Variant stores and Annotation stores (HealthOmics Analytics) | ||
| - ECR Pull-Through Cache support | ||
|
|
||
| ### Workflows-Only Regions | ||
|
|
||
| The following regions support **Workflows only** (no Storage or Analytics): | ||
|
|
||
| | Region | Region Code | Workflows | Storage | Analytics | | ||
| |---|---|---|---|---| | ||
| | US East (Ohio) | us-east-2 | Yes | No | No | | ||
| | Asia Pacific (Tokyo) | ap-northeast-1 | Yes | No | No | | ||
| | Asia Pacific (Seoul) | ap-northeast-2 | Yes | No | No | | ||
|
|
||
| **Supported features**: | ||
| - Private workflows (custom WDL, Nextflow, CWL) | ||
| - All standard CPU instance types | ||
| - GPU instance types (availability varies — see below) | ||
| - VPC networking and Configurations | ||
| - ECR Pull-Through Cache | ||
|
|
||
| **Not available in these regions**: | ||
| - Ready2Run workflows | ||
| - Sequence stores (HealthOmics Storage) | ||
| - Reference stores (HealthOmics Storage) | ||
| - Variant stores (HealthOmics Analytics) | ||
| - Annotation stores (HealthOmics Analytics) | ||
|
|
||
| ## GPU Instance Type Availability | ||
|
|
||
| HealthOmics supports the following GPU instance families: g4dn, g5, and g6. Not all GPU families are available in every region. | ||
|
|
||
| Notable regional GPU limitations: | ||
| - **il-central-1 (Tel Aviv)** — g5 only | ||
| - **ap-southeast-1 (Singapore)** — g4dn only | ||
| - **eu-west-1 (Ireland), eu-west-2 (London), and eu-central-1 (Frankfurt)** — g4dn and g5 only | ||
| - **ap-northeast-2 (Seoul), ap-northeast-1 (Tokyo), and us-east-2 (Ohio)** — g4dn, g5, and g6 available. g5.12xlarge and larger sizes not currently available. | ||
|
|
||
| ## When to Use Each Region Type | ||
|
|
||
| ### Use Full-Feature Regions When: | ||
| - You need to store genomic data in HealthOmics Storage (sequence stores, reference stores) | ||
| - You need to query variant or annotation data using HealthOmics Analytics | ||
| - You want to use Ready2Run sample workflows | ||
| - You need all HealthOmics capabilities in one location | ||
|
|
||
| ### Use Workflows-Only Regions When: | ||
| - You have custom workflows and manage data in S3 | ||
| - You want to keep compute close to other AWS resources in that region | ||
| - You only need workflow execution without integrated storage or analytics | ||
|
|
||
| ## Related Documentation | ||
| - For VPC subnet configuration and Availability Zone information, see [VPC Setup SOP](./vpc-setup.md) | ||
| - For running workflows, see [Running a Workflow SOP](./running-a-workflow.md) | ||
| - For workflow development, see [Workflow Development SOP](./workflow-development.md) | ||
| - For ECR Pull-Through Cache setup, see [ECR Pull-Through Cache SOP](./ecr-pull-through-cache.md) | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.