Movatterモバイル変換


[0]ホーム

URL:


Amazon ECS task definitions - Amazon Elastic Container Service
DocumentationAmazon ECSDeveloper Guide

Amazon ECS task definitions

Atask definition is a blueprint for your application. It is a textfile in JSON format that describes the parameters and one or more containers that form yourapplication.

The following are some of the parameters that you can specify in a task definition:

For a complete list of task definition parameters, seeAmazon ECS task definition parameters for Fargate.

After you create a task definition, you can run the task definition as a task or aservice.

  • Atask is the instantiation of a task definition within acluster. After you create a task definition for your application within Amazon ECS, youcan specify the number of tasks to run on your cluster.

  • An Amazon ECSservice runs and maintains yourdesired number of tasks simultaneously in an Amazon ECS cluster. How it works is that, ifany of your tasks fail or stop for any reason, the Amazon ECS service scheduler launchesanother instance based on your task definition. It does this to replace it andthereby maintain your desired number of tasks in the service.

Updating Resources Outside of Express Mode
Task definition states

[8]
ページ先頭

©2009-2025 Movatter.jp