AWS AmazonECS documentation change
Summary
Updated terminology from 'launch type' to 'capacity' and 'Fargate launch type' to 'Fargate'. Added Managed Instances parameters reference and reorganized documentation links.
Security assessment
Changes involve terminology updates and documentation restructuring without any security-specific context or vulnerability mentions. No evidence of security fixes or security feature additions.
Diff
diff --git a/AmazonECS/latest/developerguide/task_definitions.md b/AmazonECS/latest/developerguide/task_definitions.md index bf089171b..22ba284b8 100644 --- a//AmazonECS/latest/developerguide/task_definitions.md +++ b//AmazonECS/latest/developerguide/task_definitions.md @@ -11 +11 @@ The following are some of the parameters that you can specify in a task definiti - * The launch type to use, which determines the infrastructure that your tasks are hosted on + * The capacity to use, which determines the infrastructure that your tasks are hosted on @@ -36 +36 @@ The following are some of the parameters that you can specify in a task definiti -For a complete list of task definition parameters, see [Amazon ECS task definition parameters for the Fargate launch type](./task_definition_parameters.html). +For a complete list of task definition parameters, see [Amazon ECS task definition parameters for Fargate](./task_definition_parameters.html). @@ -65 +65 @@ After you create a task definition, you can run the task definition as a task or - * [Amazon ECS task definition parameters for the Fargate launch type](./task_definition_parameters.html) + * [Amazon ECS task definition parameters for Amazon ECS Managed Instances](./task_definition_parameters-managed-instances.html) @@ -67 +67,3 @@ After you create a task definition, you can run the task definition as a task or - * [Amazon ECS task definition parameters for the EC2 launch type](./task_definition_parameters_ec2.html) + * [Amazon ECS task definition parameters for Fargate](./task_definition_parameters.html) + + * [Amazon ECS task definition parameters for Amazon EC2](./task_definition_parameters_ec2.html) @@ -82 +84 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -IAM roles for Amazon ECS +Amazon ECS Anywhere