Skip to content

Commit

Permalink
Comparing the costs of S3 and EFS
Browse files Browse the repository at this point in the history
A short comparison of the costs of storage for existing assets on S3
and EFS.

Fixes: #104
  • Loading branch information
chrislo committed Aug 9, 2017
1 parent 971c186 commit 8bb4c8a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/costing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Estimated cost of AWS storage

To store all of the [current assets](existing_assets.md) in Asset Manager and Whitehall would require ~670 GB. S3 storage is currently priced at [$0.023/GB/month on S3](https://aws.amazon.com/s3/pricing/) which equates to ~$15/month.

Amazon also offers an [Elastic File System (EFS)](https://aws.amazon.com/efs/) in the [Ireland and Frankfurt](https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/) availability zones. It appears to have the advantage over EBS in that the volumes scale automatically with the data that is added. As it can be mounted as a file-system to an EC2 instance it potentially offers an alternative for Asset Manager that would require smaller changes to the existing AM codebase (in that the mounted EFS system would appear to the asset manager application as a file system like the current NFS model).

EFS is more expensive than S3, [currently priced](https://aws.amazon.com/efs/pricing/) at $0.33/GB/month or ~$221/month for ~670GB.

The cost of serving the assets has not currently been calculated.

0 comments on commit 8bb4c8a

Please sign in to comment.