Difference between revisions of "Aws ecs register-task-definition: ContainerDefinitions"
Jump to navigation
Jump to search
(17 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ecs/register-task-definition.html | https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ecs/register-task-definition.html | ||
− | [[memory]] | + | [[memory =]] |
[[placementConstraints]] | [[placementConstraints]] | ||
[[ulimits]] | [[ulimits]] | ||
Line 8: | Line 8: | ||
[[entryPoint]] | [[entryPoint]] | ||
[[command]] | [[command]] | ||
− | [[environment =]] | + | [[environment =|enviroment]] = [] |
+ | [[portMappings]] = [] | ||
+ | [[mountPoints =]] [] | ||
+ | [[dependsOn]] = [] | ||
− | Examples | + | === Examples === |
− | + | * <code>[[sleep360.json]]</code> | |
+ | * [[ContainerDefinitions official example]] | ||
== Related == | == Related == | ||
* <code>[[AWS::ECS::TaskDefinition ContainerDefinition]]</code> | * <code>[[AWS::ECS::TaskDefinition ContainerDefinition]]</code> | ||
+ | * <code>[[aws ecs register-task-definition --container-definitions]]</code> | ||
+ | * [[Terraform resource]]: <code>[[aws_ecs_task_definition]]</code> | ||
+ | * <code>[[Terraform: container definitions]]</code> | ||
+ | * <code>[[host_path]]</code> | ||
== See also == | == See also == | ||
+ | * {{ContainerDefinitions}} | ||
+ | * {{aws ecs tasks}} | ||
* {{Fargate}} | * {{Fargate}} | ||
− | |||
[[Category:AWS]] | [[Category:AWS]] |
Latest revision as of 12:40, 29 May 2023
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ecs/register-task-definition.html
memory = placementConstraints ulimits essential entryPoint command enviroment = [] portMappings = [] mountPoints = [] dependsOn = []
Examples[edit]
Related[edit]
AWS::ECS::TaskDefinition ContainerDefinition
aws ecs register-task-definition --container-definitions
- Terraform resource:
aws_ecs_task_definition
Terraform: container definitions
host_path
See also[edit]
aws ecs register-task-definition: ContainerDefinitions
- AWS ECS tasks:
aws ecs [ list-tasks | list-task-definitions | describe-task-definition | register-task-definition ], ContainerDefinitions, AmazonECSTaskExecutionRolePolicy
- AWS Fargate, AWS Fargate Spot,
aws ecs, aws eks, launch_type
, versions, AWS Fargate profile
Advertising: