AwsEcsServerModule
Hierarchy
- unknown<AwsEcsServerModuleSchema, AwsEcsServer>
- AwsEcsServerModule
Index
Constructors
constructor
Returns AwsEcsServerModule
Methods
onInit
Parameters
inputs: AwsEcsServerModuleSchema
Returns Promise<(AwsEcsServer | AwsEcsServerS3AccessOverlay)[]>
registerMetadata
Parameters
inputs: AwsEcsServerModuleSchema
Returns Promise<{ account: Account; app: App; iamRoleName: string }>
AwsEcsServerModuleis an ECS-based AWS server module that provides an implementation for theServermodel. This module creates servers with ECS deployment capabilities, IAM roles, security groups, and optional S3 storage access. It manages the infrastructure foundation for hosting containerized applications.TypeScript
Modules/Server/AwsEcsServer
Servermodel.