One Observability Workshop v3.0.0
One Observability Workshop / stages/applications / MicroserviceApplicationPlacement
Interface: MicroserviceApplicationPlacement¶
Defined in: stages/applications.ts:90
Defines where and how a microservice is deployed (host type, compute type, architecture).
Properties¶
hostType¶
hostType:
HostType
Defined in: stages/applications.ts:92
Deployment target: ECS, EKS, or None (for Bedrock AgentCore)
computeType¶
computeType:
ComputeType
Defined in: stages/applications.ts:94
Compute type: Fargate or EC2
disableService¶
disableService:
boolean
Defined in: stages/applications.ts:96
Whether to skip creating the ECS/EKS service (e.g., for AgentCore-hosted services)
manifestPath?¶
optionalmanifestPath:string
Defined in: stages/applications.ts:98
Path to Kubernetes manifest template (EKS deployments only)