Difference between revisions of "Cpu ="
Jump to navigation
Jump to search
↑ https://repost.aws/knowledge-center/ecs-cpu-allocation
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | cpu - (Optional) Number of cpu units used by the task. If the [[requires_compatibilities]] is [[FARGATE]] this field is required. | ||
+ | |||
+ | |||
+ | == Activities == | ||
+ | * Read [[What do I need to know about CPU allocation in Amazon ECS?]] <ref>https://repost.aws/knowledge-center/ecs-cpu-allocation</ref> | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[container_definitions]]</code> | ||
+ | * <code>[[aws_ecs_task_definition]]</code> | ||
+ | * <code>[[memory =]]</code> | ||
== See also == | == See also == | ||
+ | * {{container definitions}} | ||
* {{aws_ecs_task_definition}} | * {{aws_ecs_task_definition}} | ||
[[Category:AWS]] | [[Category:AWS]] |
Latest revision as of 11:42, 7 June 2023
cpu - (Optional) Number of cpu units used by the task. If the requires_compatibilities is FARGATE this field is required.
Activities[edit]
Related[edit]
See also[edit]
container_definitions =, memory =, volumesFrom =, entrypoint =, command =, cpu =, essential =
- Terraform resource:
aws_ecs_task_definition: container_definitions, family, revision, cpu, cpu_architecture, memory, MemoryReservation, volume, execution_role_arn, requires_compatibilities, dependsOn
Advertising: