|
|
|
|
|
by ntrepid8
3127 days ago
|
|
Looking through the pricing page I'm not sure what sort of workload this would make sense for. Just looking at the examples from the pricing page I think I'm getting sticker shock. - https://aws.amazon.com/fargate/pricing/ Example 1
> For example, your service uses 1 ECS Task, running for 10 minutes (600 seconds) every day for a month (30 days) where each ECS Task uses 1 vCPU and 2GB memory.
> Total vCPU charges = 1 x 1 x 0.00084333 x 600 x 30 = $15.18
> Total memory charges = 1 x 2 x 0.00021167 x 600 x 30 = $7.62
> Monthly Fargate compute charges = $15.18 + $7.62 = $22.80 So the total cost for 5 hours of running time is $22.80? Am I even reading this correctly? If so, what would this be cost effective for? |
|