Skip to content

One Observability Workshop v3.0.0


One Observability Workshop / constructs/ecs / EcsProperties

Interface: EcsProperties

Defined in: constructs/ecs.ts:33

Properties for configuring the ECS cluster construct.

Properties

vpc

vpc: IVpc

Defined in: constructs/ecs.ts:35

VPC where the ECS cluster will be deployed


topic

topic: ITopic

Defined in: constructs/ecs.ts:37

SNS topic for auto scaling notifications


ecsEc2Capacity?

optional ecsEc2Capacity: number

Defined in: constructs/ecs.ts:39

Number of EC2 instances for the ECS cluster capacity


ecsEc2InstanceType?

optional ecsEc2InstanceType: string

Defined in: constructs/ecs.ts:41

EC2 instance type for the ECS cluster nodes


openSearchPipeline?

optional openSearchPipeline: OpenSearchPipeline

Defined in: constructs/ecs.ts:43

OpenSearch ingestion pipeline for log routing