ECS Fargate charge by CPU/memory defined on task or on container

0

I have an ECS Fargate task with a few containers that depend on each other sequentially (so container A runs first when the task starts, then container B starts once A succeeds, and so on). Some containers need large CPU/memory while some only need small ones. To make sure all of them have sufficient resources, I set the CPU/memory for the task as the maximum resources needed across all containers.

My question is, does AWS charge me based on the resources allocated to each container, or on the resources requested by the task? The latter would be much more expensive because all container run time will be charged by the maximum rate.

posta un anno fa576 visualizzazioni
1 Risposta
0

Example 1 in this document shows the fee based on the number of tasks.
https://aws.amazon.com/fargate/pricing/?nc1=h_ls

So I guess the answer to your question would be to charge based on the resources requested by the task.

profile picture
ESPERTO
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande