Skip to content
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

Update AWS cost estimate #91

Merged
merged 1 commit into from
Sep 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,20 @@ terraform destroy

## AWS cost estimate

[It is estimated](provision/aws-cost-estimate.pdf) the AWS resources will cost approximately $90 USD per month.
[It is estimated](provision/aws-cost-estimate.pdf) the AWS resources will cost approximately **$270
USD per month** (assuming the workshop is run for a whole month) or about **$68 USD per week**.

This is assuming usage of 50 hours per week (10 hours per day times 5 days per week) with the following resources:
- web server: t3.large
- Container Service server: m4.xlarge
- database server: db.t3.medium
- up to 20 GB EFS storage
This is assuming usage of 50 hours per week (10 hours per day times 5 days per week) with the
following resources:

- web server: t3.large
- Container Service server: m4.xlarge
- database server: db.t3.medium
- up to 20 GB EFS storage
- AppStream instances for up to 10 users

The largest cost here are the AppStream instances, which cost about **$124 USD per month**. Without
using AppStream, the cost is reduced to about **$146 USD per month** or about **$37 USD per week**.

Note, it is recommended that you [set a monthly budget](https://aws.amazon.com/aws-cost-management/aws-budgets/) to avoid unexpected large bills.

Expand All @@ -112,4 +119,3 @@ See [`Testing with multiple users`](configure/README.md#testing-with-multiple-us
## Acknowledgement

This work was funded by [Health and Bioscience IDEAS](https://healthbioscienceideas.github.io/), a project supported by the UKRI Innovation Scholars: Data Science Training in Health and Bioscience (MR/V03863X/1).

Binary file modified provision/aws-cost-estimate.pdf
Binary file not shown.