Use these links if you want the English version of the course:
- Local setup
- AWS practical guide
- AWS command cheat sheet
- Public datasets
- Azure practical guide
- Azure command cheat sheet
Use estes links se quiser seguir a versao em PT-BR:
- README em portugues
- Preparacao local
- Guia pratico AWS
- Cheat sheet AWS
- Datasets publicos
- Guia pratico Azure
- Cheat sheet Azure
This repository is a practical, beginner-friendly cloud lab for bioinformatics and data science. It focuses on safe, low-cost workflows using AWS and Microsoft Azure.
The core workflow is:
1. Store input data in object storage
AWS S3 or Azure Blob Storage
2. Process data in a Linux virtual machine
AWS EC2 or Azure Virtual Machine
3. Run bioinformatics tools
Python, Biopython, Samtools, BWA, FastQC, BEDTools, JupyterLab
4. Save structured results
JSON, SQLite, and object storage outputs
5. Control costs
budgets, alerts, VM shutdown/deallocation, cleanup checklists
- Read Local setup.
- Follow AWS practical guide.
- Keep AWS command cheat sheet open while working.
- Use Public datasets when you need real sample data.
- Read Local setup.
- Follow Azure practical guide.
- Keep Azure command cheat sheet open while working.
- Use SSH tunnels for JupyterLab and deallocate the VM when finished.
- Never commit credentials, private keys,
.envfiles, datasets, SQLite databases, or generated reports. - Use the included
.gitignoreas a safety net, but do not rely on it as your only protection. - Deallocate Azure VMs and stop AWS EC2 instances when you are done.
- Keep budgets and billing alerts enabled.
- Treat exposed cloud credentials as compromised and rotate them immediately.
.
├── README.md English entry point and language selector
├── README_PTBR.md Portuguese entry point
├── SETUP_LOCAL.md Local setup in Portuguese
├── SETUP_LOCAL_EN.md Local setup in English
└── GUIDES/
├── AWS_Guide.md
├── AWS_Guide_EN.md
├── AWS_CheatSheet.md
├── AWS_CheatSheet_EN.md
├── AWS_Datasets.md
├── AWS_Datasets_EN.md
├── Azure_Guide.md
├── Azure_Guide_EN.md
├── Azure_CheatSheet.md
└── Azure_CheatSheet_EN.md
- AWS Free Tier: https://aws.amazon.com/free/
- AWS Pricing Calculator: https://calculator.aws/
- AWS EC2 documentation: https://docs.aws.amazon.com/ec2/
- Azure Free Account: https://azure.microsoft.com/free/
- Azure Pricing Calculator: https://azure.microsoft.com/pricing/calculator/
- Azure CLI documentation: https://learn.microsoft.com/cli/azure/
- Azure Virtual Machines: https://learn.microsoft.com/azure/virtual-machines/
- Azure Blob Storage: https://learn.microsoft.com/azure/storage/blobs/