aws-cdk-lib.aws_ecs.LaunchType

enum LaunchType

LanguageType name
.NETAmazon.CDK.AWS.ECS.LaunchType
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsecs#LaunchType
Javasoftware.amazon.awscdk.services.ecs.LaunchType
Pythonaws_cdk.aws_ecs.LaunchType
TypeScript (source)aws-cdk-lib » aws_ecs » LaunchType

The launch type of an ECS service.

Members

NameDescription
EC2The service will be launched using the EC2 launch type.
FARGATEThe service will be launched using the FARGATE launch type.
EXTERNALThe service will be launched using the EXTERNAL launch type.

EC2

The service will be launched using the EC2 launch type.


FARGATE

The service will be launched using the FARGATE launch type.


EXTERNAL

The service will be launched using the EXTERNAL launch type.