CloudKitect ECS cluster component is a regional grouping of one or more container instances on which you can run tasks and services and enables container insights,

Default Configuration

New VPC is created by default.

Default Alarms

None

Examples

Default Usage

new CcCluster(this, "LogicalId", {});

Custom Configuration

new CcCluster(this, "LogicalId", {
containerInsights: false
});

Compliance

It addresses the following compliance requirements

Compliance Check Report

Hierarchy

  • Cluster
    • CcCluster

Constructors

Constructors

  • Parameters

    Returns CcCluster

Generated using TypeDoc