ECSFargateServiceConfig Type
High-level Fargate Service builder for ECS. **Default Settings:** - CPU = 256 (.25 vCPU) - Memory = 512 MB - Desired count = 1 - Platform version = LATEST - Public IP = false (secure by default) **Rationale:** Fargate provides serverless container orchestration. Private networking by default enhances security.
Record fields
| Record Field | Description |
Full Usage:
AssignPublicIp
Field type: bool option
|
|
|
|
Full Usage:
ConstructId
Field type: string option
|
|
Full Usage:
DesiredCount
Field type: int option
|
|
|
|
Full Usage:
ServiceName
Field type: string
|
|
|
|
|
|
FsCDK