Metagenomics analysis using AWS
I would like to have an idea of AWS cloud computing pricing or and the advantage of using it. Thanks
• 2,434 views
•
link
1 answer
You could use the online AWS cost estimator, it's pretty comprehensive.
• 0 views
•
link
Log in to answer this question.
It is hard to say without knowing how much data do you have, and if you are planning to analyze metagenomics data routinely
my target is to analyse 30 gig of data twice a year
You could use two EC2 instances: 1)m5d.4xlarge, 1.064 USD per hour, 16 vCPU, 64 GiB RAM, 2x300 SSD NVMe; 2) m5d.8xlarge, 3.192 USD per hour, 32 vCPU, 128 GibB RAM, 2 x 600 SSD NVMe
With 30 gig of raw data, cleaning your libraries and removing identical reads should allow you to work with the m5d.4xlarge.
To have an "idea" of how long should take the analysis, look at the benchmarks of the softwares/pipeline you are going to use.
the price you are giving is not in 1000 correct?
No, it is not. Sorry if I scared you 😁
my target is to analyse 30 gig of data twice a year.