Domain Packs
Domain Packs
AWS Research Wizard provides pre-configured domain packs for major research disciplines. Each domain pack includes optimized software stacks, AWS infrastructure configurations, and sample workflows.
Categories
Computer Science
- Ai-Research: Deep learning and AI research with GPU optimization
Life Sciences
- Genomics: Complete genomics analysis with optimized bioinformatics tools
Physical Sciences
- Climate-Modeling: Weather prediction and climate simulation tools
Quick Reference
Domain Pack | Category | Typical Use Cases |
---|---|---|
Ai-Research | Computer Science | Distributed Training, Hyperparameter Tuning |
Genomics | Life Sciences | Variant Calling, Rna Seq Analysis |
Climate-Modeling | Physical Sciences | Weather Forecast, Climate Simulation |
Getting Started
- Browse Domain Packs: Explore the categories above to find domain packs for your research area
- Read Documentation: Each domain pack has detailed documentation with examples
- Deploy Environment: Use the CLI to deploy your chosen domain pack
- Run Workflows: Execute pre-configured research workflows
# List all available domain packs
aws-research-wizard config list
# Get detailed information about a domain pack
aws-research-wizard config info genomics
# Deploy a research environment
aws-research-wizard deploy --domain genomics --size medium