#005
STEM OPT Eligible
Cloud Infrastructure Architect
MS Computer Science
GitHub Audited by STL-BCB
MVC Compliant
Privacy Protocol: Direct repository links are withheld to protect candidate identity. Code samples available upon interview request.
Technical Stack
AWS
Terraform
Nextflow
Python
Kubernetes
Domain Expertise
Cloud Computing
Genomics
Verified Code Samples
main.tf
hcl
resource "aws_batch_compute_environment" "nextflow" {
compute_environment_name = "nextflow-compute-env"
type = "MANAGED"
state = "ENABLED"
compute_resources {
type = "EC2"
min_vcpus = 0
max_vcpus = 256
desired_vcpus = 0
instance_type = [
"optimal",
]
subnets = var.subnet_ids
security_group_ids = [aws_security_group.batch.id]
instance_role = aws_iam_instance_profile.ecs_instance_role.arn
}
service_role = aws_iam_role.aws_batch_service_role.arn
}
Context: Terraform module for AWS Batch compute environment
Communication Verified
Passed mandatory 15-min technical explanation interview. Candidate can articulate code logic clearly.
Professional Summary
Cloud infrastructure specialist focused on building scalable genomic analysis platforms. Deep experience designing AWS Batch environments for Nextflow pipelines.
Technical Capabilities
- Cloud Architecture: Designed and deployed 1000+ core AWS Batch environment for population genomics.
- IaC: Proficient in Terraform and CloudFormation for reproducible infrastructure.
- Workflow Orchestration: Optimized Nextflow configuration for spot instance usage, reducing costs by 60%.
Interested in this Candidate?
Reference ID: #005
To protect candidate privacy, all introductions are facilitated by the STL Bio-Compute Collective. Click below to request an introduction—no commitment required.
Request Interview