Configuring a Task definition
The default T
ask definition
settings are listed. Some of the T
ask definition
settings are modifiable, while others are not. Network mode
is not modifiable, and must be awsvpc
. Compatibilities
is also not modifiable, and must be set to FARGATE
. Modifying the task definition is optional:
- To modify a task definition, click on
Task definitionÂ
|ÂEdit
, as shown in the following screenshot:
- In theÂ
Configure task definition
 dialog, set theTask definition name
(mysql-task-definition
) as shown in the following screenshot. Network mode
is not modifiable for the Fargate launch type and must beawsvpc
.- Select
Task execution role
asecsTaskExecutionRole
. TheecsTaskExecutionRole
grants permissions to make calls to CloudWatch to send container logs. Compatibilities
is preset toFARGATE,
and is not modifiable either.Â- Set the
Task size
, which allocates the selected task memory and CPU to the task. Only specific combinations ofTask memory
andTask CPU
may be selected. - Click on
Save...