Module: AWSCDK::ECS::FargatePlatformVersion

Defined in:
ecs/fargate_platform_version.rb

Overview

The platform version on which to run your service.

Constant Summary collapse

LATEST =
Deprecated.
Note:

Default:

The latest, recommended platform version.

Jsii::Enum.new("aws-cdk-lib.aws_ecs.FargatePlatformVersion", "LATEST")
VERSION1_4 =
Deprecated.
Note:

Default:

Version 1.4.0.

Supports EFS endpoints, CAP_SYS_PTRACE Linux capability, network performance metrics in CloudWatch Container Insights, consolidated 20 GB ephemeral volume.

Jsii::Enum.new("aws-cdk-lib.aws_ecs.FargatePlatformVersion", "VERSION1_4")
VERSION1_3 =
Deprecated.
Note:

Default:

Version 1.3.0.

Supports secrets, task recycling.

Jsii::Enum.new("aws-cdk-lib.aws_ecs.FargatePlatformVersion", "VERSION1_3")
VERSION1_2 =
Deprecated.
Note:

Default:

Version 1.2.0.

Supports private registries.

Jsii::Enum.new("aws-cdk-lib.aws_ecs.FargatePlatformVersion", "VERSION1_2")
VERSION1_1 =
Deprecated.
Note:

Default:

Version 1.1.0.

Supports task metadata, health checks, service discovery.

Jsii::Enum.new("aws-cdk-lib.aws_ecs.FargatePlatformVersion", "VERSION1_1")
VERSION1_0 =
Deprecated.
Note:

Default:

Initial release.

Based on Amazon Linux 2017.09.

Jsii::Enum.new("aws-cdk-lib.aws_ecs.FargatePlatformVersion", "VERSION1_0")