AwsEcsDeploymentModuleSchema
Index
Properties
deploymentContainerProperties
The container properties for the deployment, including CPU, memory, and image configuration. This defines the runtime characteristics of the containerized application.
Type declaration
cpu: 256 | 512 | 1024 | 2048 | 4096 | 8192 | 16384
The number of CPU units to reserve for the containers.
image: AwsEcsTaskDefinitionAnchorImageSchema
Defines The containers to run as part of the task definition. See AwsEcsTaskDefinitionAnchorImageSchema for options.
memory: number
The amount of memory to reserve for the containers.
deploymentTag
A unique tag to identify this deployment version. This is used to track and manage different versions of the deployment.
server
The ECS server that this deployment will be associated with. The server must have ECS server anchors and IAM role anchors configured.
AwsEcsDeploymentModuleSchema
is the input schema for theAwsEcsDeploymentModule
module. This schema defines the required inputs for creating ECS-based deployments, including container properties and server associations.Modules/Deployment/AwsEcsDeployment
AwsEcsDeploymentModule to learn more about the
AwsEcsDeploymentModule
module.