+
+ CloudFront GET Requests |
+
+
+ 0.009 / 10,000 (estimated)
+
+ |
+ |
+ {{ tileRequests.toLocaleString() }} |
+ {{ aws.cloudfrontGetRequestCost.toFixed(2) }} |
+
+
+ CloudFront Bandwidth to Internet |
+
+
+ 0.10 / GB (estimated)
+
+ |
+ |
+ {{ outgoingGB.toLocaleString() }} GB |
+ {{ aws.cloudfrontBandwidthCost.toFixed(2) }} |
+
+
+ Lambda Function Invocations |
+
+
+ 0.60 / 1,000,000
+
+ |
+
+ {{ 1 - cacheHitRate }} ({{ cacheHitRate * 100 }}% cache hit rate)
+ |
+
+ {{ (tileRequests * (1 - cacheHitRate)).toLocaleString() }}
+ |
+ {{ aws.lambdaInvocationCost.toFixed(2) }} |
+
+
+ Lambda Compute |
+
+
+ 0.0000000067 / 1ms
+
+ |
+
+ {{ 1 - cacheHitRate }} ({{ cacheHitRate * 100 }}% cache hit rate) *
+ 4 (512 MB RAM, avg. 200 ms duration)
+ |
+
+ {{ (tileRequests * (1 - cacheHitRate) * 5).toLocaleString() }}
+ |
+ {{ aws.lambdaDurationCost.toFixed(2) }} |
+
+
+ S3 Bandwidth to CloudFront |
+
+ 0.00
+ |
+ |
+ {{ (outgoingGB * (1 - cacheHitRate)).toFixed(2) }} GB |
+ 0.00 |
+
+
+ S3 GetObject Requests |
+
+ 0.0004 / 1000
+ |
+ {{ 1 - cacheHitRate }} |
+
+ {{ (tileRequests * (1 - cacheHitRate)).toLocaleString() }}
+ |
+ {{ aws.s3GetObjectCost.toFixed(2) }} |
+
+
+ S3 Storage Costs |
+
+ 0.023 / GB
+ |
+ |
+ {{ storedGB }} GB |
+ {{ aws.s3StorageCost.toFixed(2) }} |
+
+
+ Total |
+ |
+ |
+ |
+
+ {{ aws.total.toFixed(2) }}
+ |
+
+
+